‎2008 Feb 18 4:49 AM
I have created an sap script , in which there is header details, material details and on back page terms and conditions are printed.
I want terms and condition page to be printed in duplex mode with every page.
i have set next page in Duplex mode but still when i give print command, it prints two pages on e with header and material detail and one with terms and conditions.
but i want it to print at back of first page.
any solution, i don't want to set printer to duplex mode. is there any option in SAP to print in both sides.
Thanks,
Lovleen.
‎2008 Feb 18 5:03 AM
Print mode
With Print mode, you can specify single- or double-sided printing for a page. You can choose from the following values:
' ' Currently active printing mode continues unchanged.
S The page is printed in simplex mode. That is, the printer should print on only one side of the paper. If another mode was previously active, then the printer is switched to simplex mode with the start of the page.
D The page is printed on the first side of a sheet in duplex mode. If another mode was previously active, then the printer is switched to duplex mode with the start of the pageand continues in this mode.
T The page is printed on the first side of a sheet in tumble duplex mode. That is, the printer prints on both sides. The page on the second side is always inverted, so that the footer of the second page is printed opposite the header of the first page.
If another mode was previously active, then the printer is switched to tumble duplex mode with the start of the page and continues printing in this mode.
Print modes are currently supported for printers that use the PCL-5 language. These are printers that are defined with the following SAP device types: HPLJ_II, HPLJIIID, HPLJ4, LX4039, SNI20XX8.
See the spool system (transaction SPAD) to check on how your printers are defined.
The print controls for these functions are SPMSI (begin simplex printing); SPMDU (begin duplex printing); SPMTU (begin tumble duplex printing); SPMFS (print on first side of sheet in duplex or tumble duplex mode); and SPMBS (print on second side of sheet in duplex or tumble duplex mode).
if found satisfactory plz reward
Regards,
Arnab
‎2008 Feb 18 5:36 AM
Hi arnab,
Can you please explore transaction SPAD.
from where i can see my printers printer control srttings?