ABAP Keyword Documentation → ABAP - Quick Reference
INCLUDE - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
INCLUDE incl [IF FOUND].
Effect
Includes the include program incl
in the current position in the source code.
Addition
-
IF FOUND
Suppresses the syntax check error message if the include program is not found.