Enumerations in ABAP
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...
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...
Using the object oriented exception concept I sometimes find myself in a situation that looks like the following.
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...
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...
If you are using abapGit as a tool to facilitate your development processes you at some point have to decide on an update strategy for abapGit itself. Most l...
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...
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...