SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Processing of External Data → Logical Databases (Obsolete) → Logical Databases - Statements → Statements in Logical Databases →
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].
Effect
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.
Note
If logical databases are no longer created, you do not need to use these variants.