Application Development 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: 

Multiple copy of a SAPScript output

Former Member
0 Kudos
153

Dear All,

Through MB1C transaction we are doing goods movement and through Process Output processing the document to get the output. Now Our requirement is that during printout it should have multiple printouts, i.e. more than 1 printout. Can you please tell where to set the number of copies? I could not find any suitable user exit either.

Thanks and regards,

Atanu

2 REPLIES 2

Former Member
0 Kudos
55

Hi,

Pass OPTIONS-TDCOPIES = 'Number of copies required'.

while calling function module OPEN_FORM.

Regards,

Gopi

Former Member
0 Kudos
55

Hi Atanu,

No user exit is needed: You can define in the condition records how many print outs should be printed. Use transaction NACE, select IM (Inventory Management) and use button Condition records. In the next screen select the output type you want to change the number of printouts for.

Regards.

John.