‎2005 Dec 24 5:11 AM
Hi All
i have designed a new script which contains only one page. i am printing payment order information based on the date the order is created.the payment order and the corresponding data will be printed on a separate page that means the no of pages depends on the no of payment orders. but here the problem is i am getting one additional page which contains all the windows except the main window. can any one suggest a solution.
Thanks & regards
Sreenivasa reddy
‎2005 Dec 24 5:15 AM
Hi Sreenivasa,
1. we also faced similary problem
of extra page.
2. make sure that
everything u write in the sapscript layout
is written
under some ELEMENT
(and not even a line outside it)
3. Call these elements in your driver
program
and output will come allright.
I hope it helps
regards,
amit m.
Message was edited by: Amit Mittal
‎2005 Dec 24 5:43 AM
Dear Sreenivasa,
It seems that you have additional line in SAPScript at the bottom most Text-Element. Hence it is expanding to next page where there is no data to be displayed from MAIN.
Please check.
Regards,
Deva.
‎2005 Dec 24 1:16 PM
‎2005 Dec 27 1:26 PM
Hi all thanks for the suggestions i solved myself the problem of additional,its not the problem with the layout but it is the problem with the driver program which is a SAP standard program. In that program he is calling last page based on some condition. if that condition is satisfied then last page will be called irrespective of form whether we have last page or not asked the client to change the configuration.
thanks & regards
sreenu