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

scripts(multiple page formats)

Former Member
0 Likes
627

Hi Friends,

As per i know, SCRIPTS doesn't support <b>Multiple page formats</b>.

Is it possible to print one page in <b>Potrait</b> and next one in <b>Landscape</b>.

If YES, HOW?

[Is it possible with <b>START_FORM</b> function module].

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

U can try Using FMs START_FORM and END_FORM to open different "layout sets" (called as 'forms' sometimes).

but as far as i know...

Its not possible to change page format dynamically for SAPSCRIPT.SAPSCRIPT does not have different page formats for different pages where as SMARTFORMS can have different page formats for different pages.

if the requirement is to have a change of layout, there is one option to use two scripts with different page formats and have customized print program calling both the forms depending upon the requirement.

3 REPLIES 3
Read only

Former Member
0 Likes
478

U can try Using FMs START_FORM and END_FORM to open different "layout sets" (called as 'forms' sometimes).

but as far as i know...

Its not possible to change page format dynamically for SAPSCRIPT.SAPSCRIPT does not have different page formats for different pages where as SMARTFORMS can have different page formats for different pages.

if the requirement is to have a change of layout, there is one option to use two scripts with different page formats and have customized print program calling both the forms depending upon the requirement.

Read only

Former Member
0 Likes
477

HI Ajay,

It is not possible to set dynamic page formats, There is no Option in the Function module START_FORM to give that option.

Regards

Sudheer

Read only

Former Member
0 Likes
477

yes, it's correct. i got the asnwer wat i expected...