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

about scripts

Former Member
0 Likes
539

hi ,

i have one doubt in scripts .what is the meaning of simplex mode , duplex mode ,

tumble duplex mode ? I need detail clarification about this ?

4 REPLIES 4
Read only

Former Member
0 Likes
518

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

Also... taken from help.

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

Read only

former_member196280
Active Contributor
0 Likes
518

If you want the printout to be printed on one side in is called simple mode, dual side/two sided is called duplex mode.

Reward points if useful.

Regards,

Sairam

Read only

Former Member
0 Likes
518

hi santosh ,

u answered that simplex mode prints on 0ne side and as well as duplex mode also

prints on the one side ? what is the difference between them ?

Read only

Former Member
0 Likes
518

hi,

if you want to print both sides of the page, you must set print mode type

DUPLEX--- D.

<b>Possible values:</b>

Space - Print mode not changed (default value)

S - Starts a new page and sets print mode to SIMPLEX (single sided)

D - Starts a new page and sets print mode to DUPLEX (double sided)

T - Starts a new page and sets print mode to TUMBLE DUPLEX (double sided reversed).

<b>D</b> 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.

regards,

Ashok Reddy