cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSCRIPT - How to define the printer try on sapscript ?

Former Member
0 Kudos

Hello ,

I have to print the same document on several copys by sapscript.

one copy on printer try N° 1, another copy on printer try N° 2, etc etc ...

How and where define these parameters ?

tks

Edited by: Roberto Baldassarre on Nov 29, 2010 10:14 AM

Accepted Solutions (1)

Accepted Solutions (1)

aidan_black
Active Contributor
0 Kudos

Hi,

For SAPScript,the tray is always specified in the form itself via transactin SE71 under "Pages", "Print Attributes" as per the SAP Note: 42565 - Select paper feed when printing SAPscript in 3.0x

The tray settings in transaction SPAD have no effect with SAPSCRIPT printing as described in Note #42565. So you must enter the tray in the sapscript form as follows:

se71 -> <Form Name> -> Pages -> Print Attributes -> Resource Name -> Enter TRY01, TRY02, TRY03...

So for your problem, I thnk the only solution id to make a copy of the sapscript form and just change the TRYxx setting. Then in your application program, you need to call original form and then the copied form etc.

Regards,

Aidan

Answers (0)