Posts by Tag

ABAP

Enumerations in ABAP

15 minute read ABAP language

To represent a fixed value set in ABAP you can use several different technologies. The newest one is enumerations which are provided at language level and ca...

Avoiding Literals When Using Reflection

6 minute read ABAP language

ABAP’s reflection (and/or type introspection of you want to make that distinction) capabilities consist mostly of the CL_ABAP_*DESCR-classes and the DESCRIBE...

Using Chained Statements To Imitate Varargs in ABAP

2 minute read ABAP language

In other programming languages (like Java for example) there is a concept called varargs for method parameters. Instead of having to build an array by hand y...

Back to Top ↑

type safety

Enumerations in ABAP

15 minute read ABAP language

To represent a fixed value set in ABAP you can use several different technologies. The newest one is enumerations which are provided at language level and ca...

Avoiding Literals When Using Reflection

6 minute read ABAP language

ABAP’s reflection (and/or type introspection of you want to make that distinction) capabilities consist mostly of the CL_ABAP_*DESCR-classes and the DESCRIBE...

Back to Top ↑

varargs

Using Chained Statements To Imitate Varargs in ABAP

2 minute read ABAP language

In other programming languages (like Java for example) there is a concept called varargs for method parameters. Instead of having to build an array by hand y...

Back to Top ↑

chained statements

Using Chained Statements To Imitate Varargs in ABAP

2 minute read ABAP language

In other programming languages (like Java for example) there is a concept called varargs for method parameters. Instead of having to build an array by hand y...

Back to Top ↑

ADT

Additional ADT Code Templates

1 minute read developer tools

In the ABAP Development Tools for Eclipse one useful feature is code templates. With them you can easily insert boilerplate template code and adjust it as ne...

Back to Top ↑

ABAP Development Tools

Additional ADT Code Templates

1 minute read developer tools

In the ABAP Development Tools for Eclipse one useful feature is code templates. With them you can easily insert boilerplate template code and adjust it as ne...

Back to Top ↑

code templates

Additional ADT Code Templates

1 minute read developer tools

In the ABAP Development Tools for Eclipse one useful feature is code templates. With them you can easily insert boilerplate template code and adjust it as ne...

Back to Top ↑

reflection

Avoiding Literals When Using Reflection

6 minute read ABAP language

ABAP’s reflection (and/or type introspection of you want to make that distinction) capabilities consist mostly of the CL_ABAP_*DESCR-classes and the DESCRIBE...

Back to Top ↑

RTTI

Avoiding Literals When Using Reflection

6 minute read ABAP language

ABAP’s reflection (and/or type introspection of you want to make that distinction) capabilities consist mostly of the CL_ABAP_*DESCR-classes and the DESCRIBE...

Back to Top ↑

exceptions

Back to Top ↑

exception classes

Back to Top ↑

design

Back to Top ↑

reusable

Back to Top ↑

enumerations

Enumerations in ABAP

15 minute read ABAP language

To represent a fixed value set in ABAP you can use several different technologies. The newest one is enumerations which are provided at language level and ca...

Back to Top ↑

fixed values

Enumerations in ABAP

15 minute read ABAP language

To represent a fixed value set in ABAP you can use several different technologies. The newest one is enumerations which are provided at language level and ca...

Back to Top ↑

developer edition

Installing AS ABAP Developer Edition with Hyper-V

13 minute read developer tools

If you want to install the AS ABAP Developer Edition, one choice you have to make is picking the virtualization software that manages the virtual machine. Co...

Back to Top ↑

Hyper-V

Installing AS ABAP Developer Edition with Hyper-V

13 minute read developer tools

If you want to install the AS ABAP Developer Edition, one choice you have to make is picking the virtualization software that manages the virtual machine. Co...

Back to Top ↑

trial

Installing AS ABAP Developer Edition with Hyper-V

13 minute read developer tools

If you want to install the AS ABAP Developer Edition, one choice you have to make is picking the virtualization software that manages the virtual machine. Co...

Back to Top ↑

abapGit

Back to Top ↑

shared development systems

Back to Top ↑