SAP SELECTION-SCREEN ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SELECTION-SCREEN

SELECTION-SCREEN
• SELECTION-SCREEN ABAP Statement


ABAP Syntax

Creating selection screens

1 SELECTION-SCREEN BEGIN OF SCREEN ...
...
SELECTION-SCREEN END OF SCREEN ...

Layout of selection screens

2 SELECTION-SCREEN screen_elements.

ABAP Code Snippet screens

ABAP Code Snippet

Variants for the selection screens of logical databases (obsolete)

4 SELECTION-SCREEN ldb_options.

What does it do? 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.

Return to menu