Skip to content

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 

SELECTION-SCREEN FIELD SELECTION

Quick Reference

Other versions: 7.31 | 7.40 | 7.54

Obsolete Syntax

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

Effect

This variant of statement SELECTION-SCREEN defines a node in the structure of the logical database for field selection. If a node belongs to type T, the addition TABLE can be used instead of NODE. The statement cannot be used for type C nodes. A description of the node types is available under the statement NODES.

If a node is defined for field selection, an executable program associated with the logical database in the GET statement to control which fields in the node are read by the logical database. If you use the function module LDB_PROCESS, the FIELD_SELECTION parameter must be specified accordingly.

More information about the addition ID is available in ldb_additions.


Notes

  • While the database program is running, the names of the fields to be read are available in the internal table SELECT_FIELDS in the structure RSFS_TAB_FIELDS from type group RSFS.
  • See also Field Selections.
  • If logical databases are no longer created, this variant of the statement SELECT-OPTIONS does not need to be used either.