SAP DEFINE ABAP Statements



Get Example source ABAP code based on a different SAP table
  


ID DEFINE
• DEFINE ABAP Statement

DEFINE
Short Reference

ABAP_SYNTAX
DEFINE macro.
... 1 ... 9 ...
END-OF-DEFINITION.

What does it do?
The statement DEFINE defines a macro macro. The following naming conventions apply to macro and ABAP words cannot be used. Macros can be defined in all program types, particularly in type pools.
Any content can be found between the statements DEFINE and END-OF-DEFINITION. A macro is not evaluated until it is included in another program, and then it must have correct syntax. Currently, a