Dear Experts,
I am having an Adobe form to take print out.
Consider I am having an internal table with 5 records and I need to pass the data to the form separately using a loop.
I need to get this 5 forms at a once.
ie - In print preview I need to get all these 5 forms/5 pages together.
I am using the below mentioned FM's to take prints.
- FP_2.JOB_OPEN opens the spool job.
- FP_3.FUNCTION_MODULE_NAME gets the form
name. - Call Generated function module of the form
- FP_4.JOB_CLOSE closes the spool job.
If I am adding LOOP...ENDLOOP in the above codes, I will get print preview of Row1,pressing 'back' button print preview screen of Row2 will appear and respectively for others.
My requirement is, in single Print preview I need to get all 5 forms as different pages.
Please help me to sort out this issue and please let me know how to achieve this requirement.
Regards,
Arun.