‎2007 Jun 14 10:12 AM
Hi,
I have two pages in script in that one page is in landscape format and another is in potrait format?Is it possible if possible give a solution how to do that one? pls.........
thanks in advance
‎2007 Jun 14 10:14 AM
Hi,
SAP SCRIPT DOESN'T SUPPORT DIFFERENT PAGE FORMATS, but can try like this
We can set the values to Orientation - The direction of printing the data on a page P for portrait (vertical) and L for landscape (horizontal) , it is the
Standard Attributes of Page
for detailed details follow this link.
http://www.thespot4sap.com/articles/SAPscript_elements.asp
Regards,
Priyanka.
‎2007 Jun 14 10:14 AM
Hi,
SAP SCRIPT DOESN'T SUPPORT DIFFERENT PAGE FORMATS, but can try like this
We can set the values to Orientation - The direction of printing the data on a page P for portrait (vertical) and L for landscape (horizontal) , it is the
Standard Attributes of Page
for detailed details follow this link.
http://www.thespot4sap.com/articles/SAPscript_elements.asp
Regards,
Priyanka.
‎2007 Jun 14 10:14 AM
Hi
In scripts we don't define the Layout format Page wise
We define in the Header of the Basic settings of the Script which applies for all the pages
SO it is not possible, different pages with different Layout formats
If needed you can limit the printing on each page
Reward points for useful Answers
Regards
Anji
‎2007 Jun 14 10:18 AM
it is not possible ...
try with 2 scripts
first page in one script
second page in second script..
because the page's and pageformat afre in the basic settings of the script ... it can not changed when the script s exectuing ..
Girish
‎2007 Jun 14 10:25 AM
Hi
Go to SE71
open ur script form here perss the HEADER (like cap symbol)
after that click the basic settings here u can find the page format change what u want, do same ting for NEXT page also....
Regards
Chenna