SAP CALL SELECTION-SCREEN - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CALL_SELECTION_SCREEN

CALL SELECTION-SCREEN

ABAP Reference
ABAP Code Snippet


ABAP Syntax CALL SELECTION-SCREEN dynnr

[STARTING AT col1 lin1
[ENDING AT col2 lin2]]
[USING SELECTION-SET variant].
ABAP Code Snippet

What does it do? Calls the selectionscreen of the number specified in dynnr and starts the selection screen processing.

ABAP Addition 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.

Return to menu