Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Print-Method for CL_GUI_COLUMN_TREE?

Former Member
0 Kudos

Hi all,

I like to Print a tree table created by class CL_GUI_COLUMN_TREE. I cannot find any method to print a tree table. What can I do else?

Many thanks vor a hint.

Best regards

Elmar

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

For Printing Tree with view or hierarchy then you need to use class

cl_gui_alv_tree_simple

OR

cl_gui_alv_tree.

0 Kudos

Many thanks,

the program uses the class CL_GUI_COLUMN_TREE and print-function is to add.

Your answer is very helpful. I'll create a List with class cl_gui_alv_tree_simple

temporarely to print the data.

Thanks.