The List Tree Model

Definition

You create a List Tree Model instance with reference to the class CL_LIST_TREE_MODEL:

DATA list_model TYPE REF TO cl_list_tree_model.

Using this instance you gain access to the methods of the following classes:

  • CL_TREE_MODEL

  • CL_ITEM_TREE_MODEL

  • CL_LIST_TREE_MODEL

Use

The program saplist_tree_model_demo demonstrates how to use the List Tree Model.

For details of the attributes of the list tree, see the Overview of SAP Tree Model Classes.