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: 

Smartform Duplex Printing Problem

Former Member
0 Kudos

Hi Experts,

I have Created two pages in my smartforms,

page1 and page2 i want to print them back to back so i did following settings in smartform

set Mode 'D' for first page

and leave Mode blank for Second page ,

but it is not working

so i created device type in spad and give print mode Duplex and it is also not working.

My Printer is in Network and it Support Duplex Printing.

Please Give me any solution for this.

Thanks and Regards,

Navin Chaudhari.

1 ACCEPTED SOLUTION

peng_wen
Employee
Employee
0 Kudos

Hello,

It should be set up as follows for pages FIRST and NEXT:

   FIRST: D Begin new page in DUPLEX mode (double-sided)
   NEXT:     Default: No change of print mode

For ABAP lists and Smartforms, you can set the duplex printing via the
output device definition in transaction SPAD.  However this will only
work if you print via a device type that uses the new list driver like
described in Note # 143375.


Also check the setting at the PC level:
"Start"-> "Setting" ->"Printer and Faxes"->Select the printer that you
are using to print and right click-> Select "Printing Prefences" ->
then "Finishing".


Finally, if the above two items do not resolve the issue, then
please check the manual of your exact model printer for the
sequence which is specified for Simplex and Duplex.
For example in the user guide of say a HPLJ4000 printer, the
following sequences are specified for Simplex and Duplex:

2-sided/1-sided printing \e&l#S

Regards,
Wen Peng

6 REPLIES 6

former_member185537
Participant
0 Kudos

Check on the printer setting in windows first

0 Kudos

Thank You Prrasanna Venkatesan Natarajan ,

Its Double Sided in Printer Properties.

peng_wen
Employee
Employee
0 Kudos

Hello,

It should be set up as follows for pages FIRST and NEXT:

   FIRST: D Begin new page in DUPLEX mode (double-sided)
   NEXT:     Default: No change of print mode

For ABAP lists and Smartforms, you can set the duplex printing via the
output device definition in transaction SPAD.  However this will only
work if you print via a device type that uses the new list driver like
described in Note # 143375.


Also check the setting at the PC level:
"Start"-> "Setting" ->"Printer and Faxes"->Select the printer that you
are using to print and right click-> Select "Printing Prefences" ->
then "Finishing".


Finally, if the above two items do not resolve the issue, then
please check the manual of your exact model printer for the
sequence which is specified for Simplex and Duplex.
For example in the user guide of say a HPLJ4000 printer, the
following sequences are specified for Simplex and Duplex:

2-sided/1-sided printing \e&l#S

Regards,
Wen Peng

Former Member
0 Kudos

Dear Wen Peng

Also check the setting at the PC level:
"Start"-> "Setting" ->"Printer and Faxes"->Select the printer that you
are using to print and right click-> Select "Printing Prefences" ->
then "Finishing".

In PC level if i  select 2 sided it will print my all document on duplex form,i dont want this,

is this possible to print specific document in duplex format and other will be on simplex

0 Kudos

It is a device type problem. Create a new device type and repeat the steps. This has to be done according the Printer type. Then it needs two steps 1. Setting in SPAD 2. Setting in smartforms options

Former Member
0 Kudos

as i mention in my post i have alredy created device type using spad and set printing mode duplex for that but it is also not working