ABAP Keyword Documentation → ABAP - Quick Reference
PROGRAM - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
PROGRAM prog [NO STANDARD PAGE HEADING]
[LINE-SIZE width]
[LINE-COUNT page_lines[(footer_lines)]]
[MESSAGE-ID mid]
[REDUCED FUNCTIONALITY].
Effect
Initiates a module pool or a
subroutine pool prog
.
Additions
-
NO STANDARD PAGE HEADING
,LINE-SIZE
,LINE-COUNT
,MESSAGE-ID
SeeREPORT
. -
REDUCED FUNCTIONALITY
Minimizes the components loaded when calling a subroutine pool.