cancel
Showing results for 
Search instead for 
Did you mean: 

How to Print 5 copies of Tax Invoice

sanjeeb_sahoo
Participant
0 Kudos

I have developed a tax invoice using smartforms. I have already attached copy window for 5 copy. In samartform it shows the 5 copies but when I take printout through t-code vf03 it shows only 1st copy. How can I take print of 5 copies.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

In Tx VF03 , Menu bar click on Billing document ---> Issue output to -


> Select your output type -


> Click on PRINT button or press CTRL+P . Set the no of copies you need to print.

If you want via SF the use TD-COPIES

wa_ssfcompop-tdcopies = 5

Former Member
0 Kudos

Hi Sanjeeb,

Pass copies parameter OUTPUT_OPTIONS-TDCOPIES to the smartform, say if you want 5 copies then pass:

OUTPUT_OPTIONS-TDCOPIES = '005'.

That's it.

Thanks & Regards,

Faheem.

sanjeeb_sahoo
Participant
0 Kudos

It shows error in smartforms that field "OUTPUT_OPTIONS-TDCOPIES is unknown.