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

Generate dynamic ALV list

Former Member
0 Likes
382

Hi all,

I need to generate a dynamic ALV list in a Z report (which is copied from a standard report for T code- IW38). Depending on the number of partner data per order the number of columns needs to be updated.

Example: If order no 1 has 2 partner data then 2 new columns needs to be added in the output for order no 1.

               If order no 2 has 5 partner data then 5 new columns needs to be added in the output for order no 2.

Could you please help me with this. Thanks in advance !!

Moderator message: FAQ, please search for previous discussions of this topic.

Message was edited by: Thomas Zloch

Hi all,

I need to generate a dynamic ALV list in a Z report (which is copied from a standard report for T code- IW38). Depending on the number of partner data per order the number of columns needs to be updated.

Example: If order no 1 has 2 partner data then 2 new columns needs to be added in the output for order no 1.

               If order no 2 has 5 partner data then 5 new columns needs to be added in the output for order no 2.

Could you please help me with this. Thanks in advance !!

Moderator message: FAQ, please search for previous discussions of this topic.

Message was edited by: Thomas Zloch

1 REPLY 1
Read only

0 Likes
345

Hi,

Using field symbol you can make your internal table as a dynamic one...