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 : Printing issue in sap script

Former Member
0 Likes
2,377


Dear Experts,

I am trying to print a form by SAP Script. In print preview, there are 2 pages but at the time of printout only single page is getting printed with the data of both the pages (1 & 2).

This issue is happening only in the production server. I have compared this with the test (Quality) server but didn't find any differences.

Please help ASAP.

Regards,

Dipendra Panwar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,243

is there anything strange going on regarding duplex configuration of the printer?

Also, check the Print Attributes on your sapscript Page window

have you tried forcing 'new page' with command?

5 REPLIES 5
Read only

Former Member
0 Likes
1,243

Hi

It's not possible to say why you have that behavior without to know how you have arranged your sapscript

I can only suppose the space used to print  the data in  the main doesn't need a nex page

Max

Read only

Former Member
0 Likes
1,244

is there anything strange going on regarding duplex configuration of the printer?

Also, check the Print Attributes on your sapscript Page window

have you tried forcing 'new page' with command?

Read only

0 Likes
1,243

Dear Steve,

Thanx for reply.

could youtell me from where i can reach the above  screen?

i also checked from basis side setting from SWIN type is same .

Note : we are taking printout on LOCL printer in both the server but in Qty server it cuming properly but in the Production server only 1 page is printing whereas in printpreview its showing 3 pages..

Regards,

Dipendra Panwar


Read only

0 Likes
1,243

those settings are on the bottom left of the Page screen in SE71 of your form - is the same printer being used for QTY & PROD or are they in diff locations?

Read only

former_member201275
Active Contributor
0 Likes
1,243

Hi Dipendra,

What you see on print preview is always different to what you will get on the printer. This is because of printer driver and printer settings etc.

The difference between your QA system and Prod system will also be because you are either printing to different printers and/or using different printer settings for example in SPAD transaction.

You will need to check all these settings.

Hope this helps.