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

SAP Script and paper size

Former Member
0 Likes
1,911

I have developed SAP Script for US based companies using page size "Letter". Our companies European units too want to use this SAP Script. But they use page size "A-4". How do I manage different paper size for the same SAP Script ?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,102

I'm pretty sure that you can't change this at runtime. You will probably have to have a separate sapscript for the European companies. This is set in the "Basic Settings" of the sapscript header information.

Regards,

RIch Heilman

I have developed SAP Script for US based companies using page size "Letter". Our companies European units too want to use this SAP Script. But they use page size "A-4". How do I manage different paper size for the same SAP Script ?

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,103

I'm pretty sure that you can't change this at runtime. You will probably have to have a separate sapscript for the European companies. This is set in the "Basic Settings" of the sapscript header information.

Regards,

RIch Heilman

Read only

Former Member
0 Likes
1,102

HI Vinay,

One way of doing this is copy the original layout into another layout and go to basic settings and change the Page format to DINA4 from LETTER.

HOwever care must be taken in case of data overlapping into neighboring windows.

Thanks,

Ravi

Read only

Former Member
0 Likes
1,102

Hi Vinay ,

Just squeeze your printout area so that the output is not truncated on both the sizes . The printout area should be such that it fits in letter as well as A4 ( with some extra margin on length or breadth ) . No matter whatever is defined in SAPSCRIPT it will print correctly .

Cheers.

Read only

0 Likes
1,102

Rich, Sanjay, Ravi:

Thank you all for your input. Your tips are very helpful.

Vinay