sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SELECTION-SCREEN DYNAMIC SELECTIONS

Short Reference

ABAP Syntax(Obsolete) SELECTION-SCREEN DYNAMIC SELECTIONS
FOR {NODE|TABLE} node [ID id].

What does it do? This variant of statement
SELECTION-SCREEN defines a node in the structure of the logical database for dynamic selections . 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. For a description of the node types, see the NODES statement.
If a node is defined for dynamic selections, the user can determine the components of the node for which they want to enter further selections and for which entry fields are not defined on the selection screen, while the selection screen is displayed.
For more information on the ID addition, see ldb_additions .

Latest notes: While the database program is running, the selections entered by the user in the internal table DYN_SEL in structure RSDS_TYPE from type group RSDS are available in various forms, such as generated WHERE conditions for Open SQL .
See also Dynamic Selections .
If logical databases are no longer created, this variant of the statement SELECT-OPTIONS does not need to be used either.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECTION-SCREEN_LDB_ADDITIONS
SELECTION-SCREEN_LDB_FIELD




comments powered by Disqus