‎2006 Feb 22 8:15 AM
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
‎2006 Feb 22 8:25 AM
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
‎2022 Jan 13 6:03 AM
For someone who ended up here during search, can have a look at here and see if that solves the purpose.