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: 

hierarchical sequential list

Former Member
0 Kudos

Can we achieve hierarchical sequential list using reuse_alv_grid_display?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

No. You have to use 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'. You can check the demo program BCALV_TEST_HIERSEQ_LIST.

2 REPLIES 2

Former Member
0 Kudos

No. You have to use 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'. You can check the demo program BCALV_TEST_HIERSEQ_LIST.

0 Kudos

I want to display sales order items that show various fields and have other fields ready for input.The user can expand or collapse the sales order header lines to decide if they want to review the line item data. Fields are ready for input at both the header and item level :

How can I achieve this in ALV?