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

orientation in sap script

Former Member
0 Likes
400

Is it possible to have some pages in potrai and some pages in landscape for same form.

2 REPLIES 2
Read only

Former Member
0 Likes
369

Hi Mahesh,

Yes, It is possible to have some form in Landscape and some in potrait.

You need to use OPEN _FORM function module to do this

Please check this link

http://sapscriptcode.blogspot.com/2007/05/orientations-in-sapscript.html

http://www.sap-img.com/ts013.htm

Best regards,

raam

Read only

Former Member
0 Likes
369

Hi,

Yes it is possible...

First call FM OPEN_FORM and then START_FORM , WRITE_FORM, and END_FORM and at last CLOSE_FORM.

Follow the sequence as stated above...

Hope this would help you.

Regards

Narin Nandivada