cancel
Showing results for 
Search instead for 
Did you mean: 

Print only the Triplicate copy of an invoice

Former Member
0 Kudos

Hi,

We have a smarform that prints the text "Original Copy" if the variable SFSY-COPYCOUNT = 001, and "Duplicate Copy" if the variable SFSY-COPYCOUNT = 002 and "Triplicate Copy" it the variable SFSY-COPYCOUNT = 003.

My Question is, is there any way (SAP transaction or another) that we can mass print only the Triplicate Copy of the invoices?

Thanks in advance

Hugo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188005
Contributor
0 Kudos

Hugo,

Number of copies to be printed is configured in the message output type. There we can specify the number fo copies. If message output is configured for 3 copies then you have to develop a custom print program and smartform where in when you pass the output message, control the printing of the smartform with the condition of SFSY-COPYCOUNT = 003 so that only third copy is printied.

As far as the mass printing you can have the select option for the invoice number in the selection screen of the print program and then control the triggering of the smartform in the loop - endloop.

regards..