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