‎2008 Apr 23 7:07 AM
Hi,
In Scripts is there any possibility to give the Page one has PORTRAIT format and Second page has LANDSCAPE format.
Please give the clear inforamtion
Thanks & Regards
Raghavendra
‎2008 Apr 23 7:11 AM
Hi,
In Scripts the page format is defined at the header level and hence can not have two types. You can only have one format.
For your requirement you need to create two Scripts. One with Potrait and one with landscape. Then using the START_FORM call the second script.
So the sequence will be
OPEN_FORM
START_FORM
WRITE_FORM
END_FORM
CLOSE_FORM
http://www.sap-img.com/sapscripts/a-sample-sap-scripts-reports.htm
Hope this helps.
Regards,
Raj.
‎2008 Apr 23 7:13 AM
Hi,
It is definitely possible in smartfroms,I don't think it's possible in scripts(multiple page formats are not allowed).
Thanks
‎2008 Apr 23 7:14 AM
Hi
In SAP Scripts, you could not assign , one page one format and other page another format, because, in SAP Scripts, these are global settings for entire layout..
award points if usefull.
Regards,
vinesh.
‎2008 Apr 23 7:15 AM
Damn sure multiple page formats are not possible in scripts...only possible in smartforms.
Close your thread.
Dara.
‎2008 Apr 23 7:17 AM
hi,
in scripts
at header level we will mention the page format.
but i think it is not possible to change the page format
while printing it will automatically takes
if the setting are done in printer.
no need to handle in program.