Recent Posts

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...

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...

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...

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...