ABAP Keyword Documentation → ABAP - Short Reference
PRINT-CONTROL - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
PRINT-CONTROL { { formats|{FUNCTION code}
[LINE line] [POSITION col] }
| { INDEX-LINE index_line } }.
Effect
Sets print format or creates index entries for list archiving.
Additions
-
formats
Predefined print formats for print control codes. -
FUNCTION code
Specifies print control codes directly incode
. -
[LINE line] [POSITION col]
Sets the print format starting from the list line specified inline
and position specified incol
. -
INDEX-LINE index_line
Inserts the content ofindex_line
as an index line into the current print list.