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

Script

Former Member
0 Likes
381

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

2 REPLIES 2
Read only

Former Member
0 Likes
350

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

Read only

Former Member
0 Likes
350

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