Currently learning about — and helping people with — SAP and ABAP.

Posts

Function Modules, Methods and Type Safety

The main reason to have a static type system in a programming language is that the compiler can catch your mistakes without having to execute the code. In ABAP, even this is not so straightforward.

IDoc Basic Type Compatibility

Having finally figured out what the difference between a message type and a basic type is in SAP IDocs, another question came to my mind: which IDoc basic types are compatible?