SAP SELECTION-SCREEN LDB ABAP Statements

Get Example source ABAP code based on a different SAP table
  



SELECTION-SCREEN - ldb_options

Obsolete Syntax Forms

Versions of the standard selection screen

1 SELECTION-SCREEN BEGIN OF VERSION vers text.
...
SELECTION-SCREEN EXCLUDE {PARAMETERS para}
| {SELECT-OPTIONS selcrit}
| {RADIOBUTTON GROUPS group}
| {BLOCKS block}
| {IDS id}.
...
SELECTION-SCREEN END OF VERSION vers.

Nodes for field selections

2 SELECTION-SCREEN FIELD SELECTION
FOR {NODE|TABLE} node [ID id].

Nodes for free selections

3 SELECTION-SCREEN DYNAMIC SELECTIONS
FOR {NODE|TABLE} node [ID id].

What does it do? These variants of the command SELECTION-SCREEN are intended specially for use in a logical database and can only be specified in the selection include.



Latest notes:If logical databases are no longer created, you do not need
to use these variants.

Return to menu