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

Changing Page format in Sapscript

Former Member
0 Likes
2,511

Hi all,

Is it possible to change page format of SAPSCRIPT dynamically.For eg DINA4 to DINA3.

Thanks in advance,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,331

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,332

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

Read only

0 Likes
1,331

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....

Read only

Former Member
0 Likes
1,331

Hello,

The page format for SAPSCRIPT is Static. So u can't do it.

Regards,

Vasanth

Read only

Former Member
0 Likes
1,331

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

Read only

Former Member
0 Likes
1,331

Hi All,

Thanks for all your replies.

Regards,

Kiran

Read only

Former Member
0 Likes
1,331

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.