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 hierarchy

Former Member
0 Kudos

Hello experts,

How many number of maximum no of hierarchy's we can have in ALV ?

All helpful answers will be rewarded.

Thanks

2 REPLIES 2

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

In a ALV Hierarchial List, you can have exactly two levels, a header level, and a detail level, that's it. Each level can have different data with different column headings. There is also an ALV tree, which can have any number of node/subnode relationships, but you can only have one set of column headings for all data, there is no header-detail levels here, all the column data is the same, just with a hierarchy on the left.

For this look at the programs that start with BCALV_TREE*

Regards,

Rich Heilman

Former Member
0 Kudos

Self answered