2009 Mar 11 5:03 AM
When run the sap script then how to generate 2 pages automatic and then one page header text is "ORIGINAL" AND SECOND PAGE IS "DUPLICATE"
I
2009 Mar 11 5:14 AM
design two pages initially and then u make the second page as duplicate
2009 Mar 11 5:14 AM
design two pages initially and then u make the second page as duplicate
2009 Mar 12 10:40 AM
HI Jansi Dorai
problem is in second page not show main window data only shown in first page and i want
all data include main window in both page
2009 Mar 13 6:52 PM
hi krupa,
As per our dicussion on mail this is the solution,
get ur otf data of script into an internal table copy the internal table to another one , now loop at this and chnge the text original to duplicate.
append this otf table to first one so u will get two copies, with one as original and one as duplicate.
now use print_otf fm to get spool back from otf.
кu03B1ятu03B9к
2009 Mar 11 5:25 AM
If you use MAIN window in the page its not possible to have the same data in second page. If you call the same page as next page its possible, you can do like this up to 3 pages without MAIN window.
2009 Mar 11 7:30 AM
For which document you are developing this script...in MM and SD I know there are some documents where the no of pages can be controlled in the config and then you will have to check some conditions to add the 'ORGINAL' and DUPLICATE texts to each page.
2009 Mar 12 10:37 AM
hi Mathews
developing this script...in SD .
i want 2 copy of invoice like one is "ORIGINAL" and second "DUPLICATE"
2009 Mar 12 10:39 AM
HI Satya
ACTUALLY I WANT ALL IN DATA IN SECOND PAGE .
I MEAN MAIN WINDOW'S ALL DATE IN FIRST PAGE AND ALSO IN SECOND PAGE