Entering content frame macro (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Callable module of the program source code within an ABAP program.

Macros are used to modularize the source code. By using the DEFINE command you can introduce statements at different points several times in a program. Unlike include programs, you can only use macros in the programs where they were defined.

Leaving content frame