SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SELECTION-SCREEN - BEGIN OF - Short Reference
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 separate selection screen with the
screen number dynnr.
The elements of the selection screen are defined between the two statements. Any selection screen elements
that are declared outside of these statements belong to the standard selection screen with the screen number 1000.
Additions