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