ABAP Keyword Documentation → ABAP - Short Reference
INCLUDE - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
INCLUDE incl [IF FOUND].
Effect
Binds the Include program incl
to the current position of the source text.
Addition
-
IF FOUND
Suppresses the error message of the syntax check if the Include program is not found.