Application Development and Automation 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: 
Read only

hierarchical sequential list

Former Member
0 Likes
452

Can we achieve hierarchical sequential list using reuse_alv_grid_display?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
416

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

2 REPLIES 2
Read only

Former Member
0 Likes
417

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

Read only

0 Likes
416

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?