The Column Tree Model

Definition

You create a column tree model instance with reference to the class CL_COLUMN_TREE_MODEL:

DATA column_model TYPE REF TO cl_column_tree_model.

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

  • CL_TREE_MODEL

  • CL_ITEM_TREE_MODEL

  • CL_COLUMN_TREE_MODEL

Use

The program sapcolumn_tree_model_demo demonstrates how to use the column tree model.

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