cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script in duples - how many parameters to set ?

Former Member
0 Kudos

Hello

I need to print a forms made by sapscript in duplex mode. I put the D condition at page level on forms but the document not are

printed in duplex.

I need also to set the parameters on printer or not ?

My basis told me that if we change the parameters on print, all documents are printed in duplex, so also the document that

have to printed in simple mode.

What is the solutions ?

tks

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hi,

it should be sufficient to set the duplex setting in the form itself.

For eg: a SAPSCRIPT form with pages FIRST and NEXT, you must set this as follows:

se71 -> Form Name> -> Pages -> FIRST/NEXT -> Print Attributes -> Print Mode

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

It is inmportant that the page NEXT has the empty field.

Regards,

Aidan

Former Member
0 Kudos

tks aidan

Answers (0)