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..
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.
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment