2023 Apr 04 2:53 PM
Hello
I have a table I have created in the earlier parts of my Report.
A selection is made and the data is filtered trough and filled into relevan fields.
I am now wanting to use a loop at *table name* into data(wa)
To manually change the data in a certain field based on the data in the current itteration of the loop.
Once I have filled in my data how can I make sure the table gets updated with the right data?
2023 Apr 04 3:30 PM
Sorry I found the solution
The solution is using Field Symbols in the loop at
as they directly update the internal table.
2023 Apr 04 3:30 PM
Sorry I found the solution
The solution is using Field Symbols in the loop at
as they directly update the internal table.
2023 Apr 04 5:09 PM
few other ways too:
Read the ABAP documentation for more information.