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 →Syntax Forms
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 (obsolete)
4. SELECTION-SCREEN ldb_options.
Effect
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.