The List Tree
Definition
You create a list tree with reference to the class CL_GUI_LIST_TREE:
DATA list_tree TYPE REF TO cl_gui_list_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_ITEM_CONTROL_BASE
-
CL_GUI_LIST_TREE
Use
The program saptlist_tree_control_demo demonstrates how to use the list tree.
For details of the attributes of the list tree, see the Overview of Tree Classes.