ABAP Keyword Documentation → ABAP - Quick Reference
REPORT - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
REPORT rep [NO STANDARD PAGE HEADING]
[LINE-SIZE width]
[LINE-COUNT page_lines[(footer_lines)]]
[MESSAGE-ID mid]
[DEFINING DATABASE ldb]
[REDUCED FUNCTIONALITY].
Effect
Introduces an executable program rep
.
Additions
-
NO STANDARD PAGE HEADING
Suppresses the output of a standard page header. -
LINE-SIZE width
Sets the line width of lists of the program towidth
characters. -
LINE-COUNT page_lines[(footer_lines)]
Sets the page length of the basic list of the program topage_lines
and reservesfooter_lines
footer lines. -
MESSAGE-ID mid
Specifies a message classmid
for short forms ofMESSAGE
. -
DEFINING DATABASE ldb
Obsolete: Does not call an executable program, but calls the database program of the logical databaseldb
instead. -
REDUCED FUNCTIONALITY
This addition is only intended for thePROGRAM
statement in subroutine pools.