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

ALV grid with nested internal table

Former Member
0 Likes
1,641

Hi all,

I use an ALV grid to display the fields of an internal table. One of the fields of the internal table is an internal table containing one field but more than one rows. My question is if it is possible to display on the same line of the ALV grid the distinct rows of the nested internal table as well. That is, I would like to expand the rows of the nested table as separate fields on the same line of the ALV grid as the rest of the fields of the internal table which contains the field with the nested table.

Regards,

GB

2 REPLIES 2
Read only

Former Member
0 Likes
801

Hi,

this can be done in different way, using hierarchial sequential list.

check this sap program <b>BCALV_TEST_HIERSEQ_LIST</b>

the FM used here is <b>REUSE_ALV_HIERSEQ_LIST_DISPLAY</b>

it is little different than the normal one..

regards

vijay

Read only

former_member1321
Participant
0 Likes
801

For someone who ended up here during search, can have a look at here and see if that solves the purpose.