Creating Selection Screens
1. SELECTION-SCREEN BEGIN OF SCREEN ...
...
SELECTION-SCREEN END OF SCREEN ...
Layout of selection screens
2. SELECTION-SCREEN screen_elements.
Using elements from other selection screens
3. SELECTION-SCREEN INCLUDE ...
Variants for the selection screens of logical databases
4. SELECTION-SCREEN ldb_options.
The key word SELECTION-SCREEN introduces statements for creating and changing the layout of selection screens. All screen elements and attributes of selection screens that are not determined using PARAMETERS (single fields) and SELECT-OPTIONS are defined using SELECTION-SCREEN. These statements can be divided into the above areas and are covered in the corresponding sections.