The Simple Tree Model
Definition
You are creating a simple tree model instance with reference to the class CL_SIMPLE_TREE_MODEL:
DATA simple_model TYPE REF TO cl_simple_tree_model.
Using this instance you gain access to the methods of the following classes:
-
CL_TREE_MODEL
-
CL_SIMPLE_TREE_MODEL
Use
The report sapsimple_tree_model_demo demonstrates how to use the simple tree model.
For details of the attributes of the simple tree, see the Overview of SAP Tree Model Classes.