Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

CALL SELECTION-SCREEN - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


CALL SELECTION-SCREEN dynnr 
                      [STARTING AT col1 lin1
                      [ENDING   AT col2 lin2]]
                      [USING SELECTION-SET variant].

Effect

Calls the selectionscreen of the number specified in dynnr and starts the selection screen processing.

Additions

  • STARTING AT col1 lin1
    Opens a modal dialog window at the position specified in col1 and lin1.
  • ENDING AT col2 lin2
    Determines the lower right corner of the modal dialog window at the position specified in col2 and lin2.
  • USING SELECTION-SET variant
    Specifies a variant from which to get the default values.