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 currently my client is using print output is A4 size.Now they want both A4 and Letter format.

Former Member
0 Kudos
183

Dear,

In sap script currently my client is using print output is A4 size.Now they want both A4 and Letter format.

I tried page format INCH12 , it's not working in my case.

Could any one please help on the same....

1 REPLY 1
Read only

Former Member
0 Kudos
118

Hi,

1) Create a new copy of the existing SAPSCRIPT in A4.

2) Run RSTXFCON program to convert the new SAPSCRIPT to letter format.

3) On the driver program selection screen- Give two radiobutton options :

   i) One for printing in A4.

   ii) 2nd one for printing in letter format.

4) Depending on the radiobutton selected, you can programmaticall call the respective SAPSCRIPT.

Regards,

DPM