2012 Mar 19 11:11 AM
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
2012 Mar 19 11:15 AM
Hi,
Using field symbol you can make your internal table as a dynamic one...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |