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 { { 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 in code.
  • [LINE line] [POSITION col]
    Sets the print format starting from the list line specified in line and position specified in col.
  • INDEX-LINE index_line
    Inserts the content of index_line as an index line into the current print list.