CL_SALV_TREE

Advertisements

The CL_SALV_TREE functionality is similar or basically the same as what can be achieved by cl_gui_alv_tree but does not require you to create a program screen to implement the functionality. This can make it a little easier to learn and build your ALV tree report and is more OO based, think of it as a kind of object orientated wrapper for the cl_gui_alv_tree screen functionality.

Advertisements

CL_SALV_TREE demo programs 

CL_SALV_TREE functionality

Within your SAP system, there is a suite of programs starting with SALV_DEMO_TREE* that demonstrates much of the functionality available and how to implement it

SALV_DEMO_TREE_DATA_UPDATE
SALV_DEMO_TREE_EVENTS
SALV_DEMO_TREE_FORM_EVENTS
SALV_DEMO_TREE_FUNCTIONS
SALV_DEMO_TREE_METADATA
SALV_DEMO_TREE_SELECTIONS
SALV_DEMO_TREE_SETTINGS
SALV_DEMO_TREE_SIMPLE

Advertisements
SALV_DEMO_TREE_METADATA
SALV_DEMO_TREE_METADATA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Check[...]
SALV_DEMO_TREE_SELECTIONS
SALV_DEMO_TREE_SELECTIONS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Check[...]
SALV_DEMO_TREE_SETTINGS
The report SALV_DEMO_TREE_SETTINGS demonstrates the SALV TREE functionality cl_salv_tree (Fullscreen Tree) with a focus on setting a number of specific properties of items and nodes including  Display the leaves with checkboxesChange the folder iconsRemove Nodes Note: If there is no[...]
SALV_DEMO_TREE_SIMPLE
The SALV_DEMO_TREE_SIMPLE report demonstrates the basic usage of the Tree in ALV OM functionality implement by method cl_salv_tree (Fullscreen Tree, Tree) Note if no data is displayed on[...]
Advertisements