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: 

Maximum number of levels in Hierarichal ALV

Former Member
0 Kudos

Hi All,

What is the maximum number of levels that we can have in a hierarical ALV.

For ex : Currently I have a hierarichal ALV which has following structure:

<ALV HEADER>

<HEADER DATA>

<ITEM DATA>

Is it possible to add a new child below the item data ?

Thanks-

2 REPLIES 2

mvoros
Active Contributor
0 Kudos

Hi,

I don't think so that you can have more levels in hierarchical ALV. If you need more levels then have a look at class CL_SALV_TREE. Check documentation for this class and also program SALV_DEMO_TREE_SIMPLE.

Cheers

venkat_o
Active Contributor
0 Kudos

Hi Harmeet, <li>Using REUSE_ALV_HIERSEQ_LIST_DISPLAY function module it is not possible to have the way you have asked. It may be possible using OOPs ALV. Thanks Venkat.O