sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



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




SELECTION-SCREEN_LAYOUT
SELECTION-SCREEN_LDB_ADDITIONS




comments powered by Disqus