Application Development 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: 

Back to Back Printing in SAP Scripts

Former Member
0 Kudos
2,200

Dear all,

I need to print terms and conditions page on the back side of Purchase Order.

I had created 3 pages

Terms&Condition - FIRST - Print Mode (D)

POdetails - Second - Print Mode (Space)

PODtls contd. - Next - Print Mode (Space)

I have also set the Property to Duplex in SPAD for the printer.

Still when i print the purchase order (PO is one page only), I get 2 pages output (second page comes as terms and conditions instead coming on the back side of PO details page).

Please someone tell me where i had gone wrong.

Thanks in advance.

Regards,

Lakshmi

5 REPLIES 5

Former Member
0 Kudos
253

Hi

In SE71

go to Pages

and check the attributes of each page

FIRST page Print attributes

Check the PRINT MODE

default it will be space

give there <b>'D' (for duplex)</b> and see

it prints double side

Reward points if useful

Regards

Anji

0 Kudos
253

Dear Anji,

If you had gone through my query, i had already mentioned that i had put the pritn mode to "D" for first page, and second/third pages as "blank"

Still the print is coming in two pages instead of one page, please help

Regards,

Lakshmi Narayana

Former Member
0 Kudos
253

Hi,

You switch to duplex or tumble duplex mode with a form page for which one of these modes is specified. To continue printing in the current mode, for follow-on pages you must define another page in which the Print mode field is empty. Otherwise, the following pages after the mode switch will continue to be printed only on the front sides of new sheets of paper.

You look at the below link

http://help.sap.com/saphelp_nw04/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm

Former Member
0 Kudos
253

Hi,

Try with this:

Page FRONT lists page CONTACTS as next page and CONTACTS lists FRONT as next page. Since CONTACTS does not contain a MAIN window, it will print the contacts info and then continue on to FRONT for the rest of the main items. Additionally, set print mode on FRONT to D (duplex) and set CONTACTS to 'blank' (for both resource name and print mode - this is the only way to get to the back of the page).

Regards,

Bhaskar

0 Kudos
253

Hi All,

Sorry for the late update. The problem was with the device type selection. I had selected correct device type suitable for my printer and my forms are being printed in duplex mode.

Anyway, Thank you all for the support

Regards,

Lakshmi