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

Nested table in an ALV

Former Member
0 Likes
915

Hello All,

I have a table which has another table as a column in it. i.e I have a nested table. I want to display a nested table in an ALV using the FM "REUSE_ALV_GRID_DISPLAY". Please help me how to achieve this.

thanks,

Anju

Hello All,

I have a table which has another table as a column in it. i.e I have a nested table. I want to display a nested table in an ALV using the FM "REUSE_ALV_GRID_DISPLAY". Please help me how to achieve this.

thanks,

Anju

3 REPLIES 3
Read only

Former Member
0 Likes
672

Hi ,

Please elaborate your question .

From my understanding

You will have to get the data from your nested table into one plan table and pass that to ALV.

You can think of Block ALV as well.

Regards,

Uma Dave

Read only

0 Likes
672

as u have nested table, if both the table arel be connected with each other through some common field so u may use

REUSE_ALV_HIERSEQ_LIST_DISPLAY

hope it helps u.

Read only

Former Member
0 Likes
672

ok