Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

PRINT-CONTROL - Short Reference

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 of index_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 in code.
  • Obsolete: [LINE line] [POSITION col]
    Sets the print format starting from the list row specified in line and position specified in col.