Hi all,
My requirement is to have a tree structured report.
Mock layout.
L1
|_ L2
|_ L3
|_ L3A
|_ L3B
|_ L3C
I also want to display the column headings of each level.
The structure of the level vary from each other. I went thriugh the BCALV_TREE* programs
but i could not understand how to achieve this heirarchy as I am not familiar with OOPS concept.
I was able to achieve the requirement with FM 'RS_TREE_CONSTRUCT' but the problem is only
upto 10 columns for a particular level could be achieved.
How can I achieve this? Please help.