‎2006 Jun 28 11:39 AM
Hi all,
Is it possible to change page format of SAPSCRIPT dynamically.For eg DINA4 to DINA3.
Thanks in advance,
Kiran
‎2006 Jun 28 11:41 AM
Hi Kiran,
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.
Thanks,
Vinay
‎2006 Jun 28 11:41 AM
Hi Kiran,
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.
Thanks,
Vinay
‎2006 Jun 28 11:43 AM
i think it is not possible...
becoz if u make layout for one type of page format than how u adjust layout for diffrent page format...
better u make dirent lauout for diffrent difrent pag ormat and give the condition in driver program which u want to execute....
‎2006 Jun 28 11:42 AM
Hello,
The page format for SAPSCRIPT is Static. So u can't do it.
Regards,
Vasanth
‎2006 Jun 28 11:44 AM
Hi Kiran,
Go to SE71 transaction enter your form name select the Header radio button .Press chage.Go to Basic Setting.Change the page format from DINA4 to DINA3.You can chage this way statically but there is not any option by doing this dynamically
‎2006 Jun 28 12:27 PM
‎2006 Jun 28 12:32 PM
It is not possible to change the format of a script
since scripts are static,but 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.