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: 

How to make column tree the ALV

Former Member
0 Kudos

As in normal table we can make column tree by using 'TreeByNestingTableColumn' property, can any one tell me how to do the same in alv.

I have used set_hierarchy_column( abap_true ), but i was not able to map all the elements with in a node to other columns present in the alv table.

requirement:

Column 1 Column 2

P1 value 1

->C1 value 2

-> C11 value 3

-> C12 value 4

->C2 value 5

-> C21 value 6

-> C22 value 7

P2 value 8

Can some please tell me how to do it.

Thanks

Abhishek

1 REPLY 1

Former Member
0 Kudos

Can some one please help me!!

I need to implement column tree in web dynpro application using ALV