SAP SELECTION-SCREEN DYNA - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SELECTION-SCREEN

SELECTION-SCREEN DYNAMIC SELECTIONS

ABAP Reference
ABAP Code Snippet


ABAP Syntax SELECTION-SCREEN DYNAMIC
SELECTIONS
FOR {NODE|TABLE} node [ID id].
ABAP Code Snippet

What does it do? Obsolete:Earmarks a node node of the structure of a logical database for free selection.

ABAP Addition ID id
Defines an ID id for the node, with a maximum of three characters.

Return to menu