ABAP Keyword Documentation → ABAP - Short Reference
DEFINE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DEFINE macro.
... &1 ... &9 ...
END-OF-DEFINITION.
Effect
Defines a macro that is constructed
from ABAP statements between DEFINE
and END-OF-DEFINITION
and that can contain placeholders &1
,..., &
. You can insert the macro in the source code by specifying its name after its definition.