Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

script pages

Former Member
0 Likes
501

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

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.

4 REPLIES 4
Read only

Former Member
0 Likes
483

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.

Read only

Former Member
0 Likes
482

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

Read only

Former Member
0 Likes
482

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

Read only

Former Member
0 Likes
482

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