Hello,
I am bit stuck in a typical scenario in Adobe Forms- PDF Forms.
Scenario:
I have multiple items in Internal table and for each line item 2 Pages should be displayed. For achieving this I have written the below logic.
Loop at Itab into wa_itab.
Call Function Module for ADOBE FORM
Endloop.
There are 2 Items in my internal table, I am getting the desired Output. Now as discussed for each item there should be 2 pages. So for 1st Item I am getting 2 pages and for 2nd Item I am getting 2 Pages. But the Output is like: First set of 2 pages appear and then After Clicking on 'Next Document' Button Second set of two pages appear. And My requirement is that 4 pages should appear simultaneously(just by scrolling down and No need of 'Next document' button in print Preview) Also due to this If I am trying to Print also then also I have to give print commands seperately for each document.
I want that 4 pages should print simultaneously.
Can we Merge the Two/Multiple documents into Single Document.?
-> I have checked in SDN but did not get any proper sulution to this problem.
Pls guide and put in your comments/Solution. I desperately need a Solution.
Thanks ..
With Regards
Abhishek banerjee