‎2008 Mar 22 6:01 AM
how do u print the output ofscript from the second page,(leaving first page blannk
‎2008 Mar 22 6:16 AM
hai Vali,
Maintain Following Condition in Main Window.
If &SAPscript-formpages& = 1.
/: New-page P2.
endif.
If Found helpfull Reward.
Regards.
Eshwar.
‎2008 Mar 22 6:53 AM
Hi Vali,
Try the following code in your script.
/: IF &PAGE& EQ '1'.
/: NEW-PAGE Page2.
Lets say you have two pages Page1 and Page2. If you specify the Page2 in the second command line, the first page will be left blank and the output will start printing from the next page.