cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of the same output type many times in VF02/VF03-> Issue Output is possible ?

0 Kudos

Hello SD specialists ,

Please let me know if you can support with a documentation on how it can be possible to print the same output type many times for an Invoice depending on the number of items. But also , depending on the item values, how can I assign separate output type to be assigned and generated . Each output type must generate a Smartforms template. So when trigger 'Billing Document -> Issue Output to ' from transactions VF02 or VF03 I want to generate same output type many times depending on the number of positions that exists in the invoice. Maybe with the Output type procedures ?

Kindly let me know if this scenario can be achieved .

Thanks;)

Rgd,

Andreea

Accepted Solutions (1)

Accepted Solutions (1)

juan_suros
Contributor
0 Kudos

The "Issue Output" functionality in Billing Documents is designed around the document level.

I do not think you will be able to use config to print multiple outputs based on line item values.

However, it is possible to create a new entry point in the print program assigned to your output type in NACE.

If you create a ENTRY_MULTIPLE perform in the print program, you can write code at this point to generate multiple smartform documents with any subset of the document data you like in each document.

0 Kudos

hello,

thanks for your answer. Perhaps I can write some code like in demo prog SF_EXAMPLE_03 and avoid adjust customizing for printing list of forms .

Rgd,

Andreea

Answers (1)

Answers (1)

DoanManhQuynh
Active Contributor
0 Kudos

I dont have system here to check but I think it could be done by implement z printing program in NACE, in there you could get billing document information then you loop through line items with your condition and call smartform inside that loop.