AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - Programming Language → SAP GUI User Dialogs → Selection Screens → Selection Screens - Create →
SELECTION-SCREEN
Syntax Forms
1. SELECTION-SCREEN BEGIN OF SCREEN ...
...
SELECTION-SCREEN END OF SCREEN ...
2. SELECTION-SCREEN screen_elements.
Use 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 keyword SELECTION-SCREEN introduces statements for creating and changing the layout of selection screens. All screen elements and properties 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.