‎2006 Oct 18 5:48 AM
i need to populate records from internal table to script,
i use &wa-field& in script and loop at iab to wa in report and then used write_form funtion module,but problem is how the other records wud append in script..
very urgent,
thanks in advance
‎2006 Oct 18 5:52 AM
mishra,
once the wa declared in the main program (driver program) it is automatically available in the script. you have to populate values in wa before calling write_form.
Thanks.. please check it
‎2006 Oct 18 6:55 AM
Since u are looping the write_form,u have to pass the values of internal table to work are just before the write_form.
Check and let me know if u face any problem.
Regards