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

about scripts

Former Member
0 Likes
536

hi i have doubt in scripts .

i have 2 pages in scripts . iwant to have one page portrait and the

other page has landscape . how can i get this ?

3 REPLIES 3
Read only

Former Member
0 Likes
516

hi,

SAP SCRIPT DOESN'T SUPPORT DIFFERENT PAGE FORMATS, but can try like this

We can set the values to <b>Orientation</b> - The direction of printing the data on a page – P for portrait (vertical) and L for landscape (horizontal) , it is the

<b>Standard Attributes </b> of <b>Page</b>

for detailed details follow this link.

http://www.thespot4sap.com/articles/SAPscript_elements.asp

regards,

AshokReddy.

Message was edited by: AshokReddy

ashok reddy

Message was edited by:

ashok reddy

Read only

Former Member
0 Likes
516

I think it is not possible in SAP Script..

Read only

Former Member
0 Likes
516

hi,

It is not possible in SAP acripts.

SAP SCRIPT DOESN'T SUPPORT DIFFERENT PAGE FORMATS, all pages should be of same type.