Versions of the standard selection screen
1. SELECTION-SCREEN BEGIN OF VERSION vers text.
...
SELECTION-SCREEN EXCLUDE {PARAMETERS para}
| {SELECT-OPTIONS selcrit}
| {RADIOBUTTON GROUPS radi}
| {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].
A standard selection screen can be defined in a logical database. The standard selection screen of the logical database is grouped together with the standard selection screen of an executable program that is linked to the logical database, to form a shared standard selection screen.
You define the standard selection screen of a logical database in the selection include of the logical database. The name of this
include program is DBldbSEL, where
ldb is the name of the logical database. The elements of the standard selection screen of a logical
database are defined using the usual commands:
PARAMETERS, SELECT-OPTIONS
and SELECTION-SCREEN.
The above variants of the command SELECTION-SCREEN are intended specially for use in the logical database and can only be used in the selection include.