Skip to content

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 included by their name being specified.

Other versions: 7.31 | 7.40 | 7.54

Programming Guideline

Only use macros in exceptional cases.

Continue

DEFINE

Inserting Macros

Macros