Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

CALL SELECTION-SCREEN - Quick 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 selection screen of the number specified in dynnr and starts 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
    Defines the lower right corner of the modal dialog window at the position specified in col2 and lin2.
  • USING SELECTION-SET variant
    Specifies a selection screen variant from which the default values are taken.