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: 

ALV TREE FOR 3 internal table

navdeep_malik
Explorer
0 Kudos

Hi ,

I want to display report output in the form of ALV tree.

Since I have data in 3 internal table for each hierarchial level, I can't use ALV hierarchial sequential list .

Please guide me how to implement the same.

Please share sample code other than SAP code if any.

1 REPLY 1

Former Member
0 Kudos

Hi Navdeep,

You have to use class CL_GUI_CUSTOM_CONTAINER to create three different containers.

A reference code on below link :-

[http://wiki.sdn.sap.com/wiki/display/ABAP/TREE+ALV]

Regards

Abhii