SAP ST TREES
Get Example source ABAP code based on a different SAP table
ABAP_ST - Tree Structure of the Data Nodes
The starting points of any addressing of ABAP data in an ST program are the data roots of the
Each data root has its own tree structure, which can be used to address the components of the bound data object. Addressing subnodes of a data root is equivalent to referring to the components of the data object bound to the data root. The tree structures of the individual data roots are independent of one another.
The addressing of data nodes in the individual tree structures always starts at the data roots.
Note
Each template uses its own tree structures. Only the main template uses the data roots declared at transformation level that are bound directly to the ABAP data objects during transformation. When