SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → User Dialogs → Selection Screens → Create Selection Screens → SELECTION-SCREEN →
SELECTION-SCREEN - BEGIN OF
Syntax Forms
Selection screens as regular dynpros
1. SELECTION-SCREEN BEGIN OF SCREEN dynnr [TITLE title]
[AS WINDOW].
...
SELECTION-SCREEN END OF SCREEN dynnr.
Selection screens as subscreen dynpros
2. SELECTION-SCREEN BEGIN OF SCREEN dynnr AS SUBSCREEN
[NO INTERVALS]
[NESTING LEVEL n].
...
SELECTION-SCREEN END OF SCREEN dynnr.
Effect
These variants of the statement SELECTION-SCREEN create selection screens. Selection screens can be created as normal dynpros or as subscreens dynpros.
The standard selection screen for executable programs is created automatically.