‎2007 Jan 26 1:40 PM
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].
‎2007 Jan 26 1:45 PM
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.
‎2007 Jan 26 1:45 PM
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.
‎2007 Jan 26 2:18 PM
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
‎2007 Apr 30 8:02 PM