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.