ABAP Keyword Documentation → ABAP − Short Reference
CALL SELECTION-SCREEN - Short 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 incol1
andlin1
. -
ENDING AT col2 lin2
Determines the lower right corner of the modal dialog window at the position specified incol2
andlin2
. -
USING SELECTION-SET variant
Specifies a variant from which to get the default values.