‎2008 Nov 14 4:26 PM
Hi,
I have an internal table that contains the same field structure and other areas.
I want each time the program runs (loop) add the contents of the structure to the internal table.
How can I solve this problem ?
thank you.
‎2008 Nov 14 4:30 PM
‎2008 Nov 14 5:51 PM
‎2008 Nov 14 6:18 PM
hi,
first add the contents to workarea(by assigning or something)
then modify internal table using MODIFY statement
‎2008 Nov 14 6:52 PM
Hi,
Use the APPEND statement to add the content of the structure into the internal table.
Since the structure fields are same as the internal table, it will not be a problem.
Regards,
Vadi