cancel
Showing results for 
Search instead for 
Did you mean: 

print modes

Former Member
0 Kudos

hi experts

what are the various print modes avaliable in scripts

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

3 print modes are avilable.

S -


simplex mode(single sided)

D -


duplex mode(double sided)

T------tumble duplex mode(double sided)

Former Member
0 Kudos

Print Mode Short Description

Blank Means Default No change of Print Mode

S Begin New page in SIMPLEX MODE (Single Sided)

D Begin New Page in DUPLEX MODE (Double Sided)

T Begin New Page in TUMBLE DUPLEX MODE (Double Sided)

Former Member
0 Kudos

Dear rohit

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

samarendra