The Simple Tree
Definition
You create a simple tree with reference to the class CL_GUI_SIMPLE_TREE:
DATA simple_tree TYPE REF TO cl_gui_simple_tree.
According to the inheritance hierarchy, you now have access to the methods of the following classes:
-
CL_GUI_OBJECT
-
CL_GUI_CONTROL
-
CL_TREE_CONTROL_BASE
-
CL_GUI_SIMPLE_TREE
Use
The program sapsimple_tree_control_demo demonstrates how to use the simple tree.
For details of the attributes of the simple tree, see the Overview of SAP Tree Classes.