ABAP Keyword Documentation → ABAP − Reference → Program Layout → Modularization Statements → Source Code Modules
Macros
Macros enable source code to be modularized within an ABAP program. They have the following properties:
- They are defined between the statements
DEFINE
andEND-OF-DEFINITION
.
- They are included by their name being specified.
Other versions: 7.31 | 7.40 | 7.54
Programming Guideline
Only use macros in exceptional cases.