Is there an easy way to print the contents of an ABAP Control object based on the CL_GUI_COLUMN_TREE class? I have looked at the sample column tree programs and have not found any that have a print option with this type of tree. There does not appear to be any methods in the class to print the content. Nor does there appear to be a way to retrive the data from the control itself in order to retrieve what the user has created using drill down with event "expand no children." I certainly would appreciate any advice.
Thank you,
Jim
Which are the sample column tree programs did you look at ? I found one program, BCALV_TEST_COLUMN_TREE , and it does not work.
However, I found this program, BCALV_TREE_SIMPLE_DEMO, where there is a tree like structure and flexibility to print the tree structure. Hope you find this useful.
Regards,
Subramanian V.
Add a comment