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: 

Is it possible to use Hierarchical ALV for 3 levels?

Former Member
0 Kudos

Hi friends,

I have to display 3 levels in output as below.

Level 1. Sales order...

Level 2. Delivery...

Level 3. Item...

Is it possible to use Hierarchical ALV for displaying above 3 levels.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Am sure about 2. but not 3. bcoz there is no option to add the 3rd field catalog.

Thanks,

Kiran

4 REPLIES 4

Former Member
0 Kudos

Am sure about 2. but not 3. bcoz there is no option to add the 3rd field catalog.

Thanks,

Kiran

former_member226234
Contributor
0 Kudos

I believe you would have a one or more delivery for every sales order item.

Can you design the ouput to show the Sales Order, Item, Delivery as the Header and the Delivery Item as the item level on hierarchy?

If not, you can go for ALV tree which will give you 3 levels of data display. You can search for ALVTREE* in se38 for demo programs.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

To answer your question, no you can not have more than 2 levels when using the hierarchical ALV.

Regards,

Rich Heilman

0 Kudos

Thanks for answers.

Ok i will use ALV Tree. Another question is i want to have three different headers in ALV tree like below. Is this possible?

Header 1. Sales order... Sold-to....

Header 2. Ship-to......Delivery...

Header 3. Item...Qty.....

Kindly help me.