sapdev logo background
sapdev logo sapdev logo
Comments

ABAP SELECTION-SCREEN Statement syntax, information and example SAP source code



Return to Statement index



SELECTION-SCREEN

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.

Using elements from other selection screens

3 SELECTION-SCREEN INCLUDE ...

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.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECT-OPTIONS_VALUE
SELECTION-SCREEN_BLOCK




comments powered by Disqus