SAP SELECTION-SCREEN LDB DYNAMIC ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• DYNAMIC SELECTIONS SELECTION-SCREEN (obsolete)
• FOR NODE SELECTION-SCREEN DYNAMIC SELECTIONS (obsolete)
• FOR TABLE SELECTION-SCREEN DYNAMIC SELECTIONS (obsolete)
• ID SELECTION-SCREEN DYNAMIC SELECTIONS (obsolete)

SELECTION-SCREEN DYNAMIC SELECTIONS
Short Reference

ABAP_SYNTAX_OBS
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. A description of the node types is available under the statement NODES .
If a node is defined for dynamic selections, the user can specify, while the selection screen is displayed, the components of the node for which they want to enter further selections and for which no input fields are defined on the selection screen.
For more information about the addition ID, 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 pool RSDS are available in various forms, such as generated conditions for AB_SQL .
See also Dynamic Selections.
If logical databases are no longer created, it is no longer necessary to use this variant of the statement SELECT-OPTIONS.
ABAP_HINT_END

Return to menu