ABAP Keyword Documentation → ABAP - Quick Reference
SELECTION-SCREEN - BEGIN OF - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SELECTION-SCREEN BEGIN OF SCREEN dynnr { { [TITLE title]
[AS WINDOW] }
| { AS SUBSCREEN
[NO INTERVALS]
[NESTING LEVEL n] } }.
...
SELECTION-SCREEN END OF SCREEN dynnr.
Effect
Defines a standalone selection screen with the
dynpro number dynnr
.
The elements of the selection screen are defined between the two statements. Any selection screen elements
declared outside of these statements are part of the standard selection screen with the dynpro number 1000.
Additions
-
TITLE title
Specifies a titletitle
in the title bar. -
AS WINDOW
Defines a selection screen for a modal dialog window. -
AS SUBSCREEN
Defines a selection screen as a subscreen dynpro. -
NO INTERVALS
Sets the additionNO INTERVALS
for all selection criteria of the selection screen. -
NESTING LEVEL n
Adjusts the width of the subscreens within tabstrips.