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.




Continue
SELECTION-SCREEN BEGIN OF VERSION
SELECTION-SCREEN FIELD SELECTION
SELECTION-SCREEN DYNAMIC SELECTIONS
SELECTION-SCREEN - ldb_additions