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: 

output type based on type of invoice

Former Member
0 Kudos
1,262

Can anyone please let me know how to get the output type based on the type of invoice.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
250

Hi,

With configured output determination. transaction SPRO

Sales and Distribution -> Basic Functions -> Output Determination -> Maintain Output Determination for Billing Documents.

Using the condition technique the Invoice program will determine the relevant output type based on this configuration.

Regards

Stu

6 REPLIES 6

Former Member
0 Kudos
250

Hi

DId u try to do it from VV31 tcode.. I think this question is already posted..

0 Kudos
250

sorry. that didnt help.

How would VF03 know what output type to select based on the type of invoice.

0 Kudos
250

Hi,

Its not possible. the output type has a form assigned to it and the processing is done within the form.

The document type also has a document category and it seems the processing is done based on the document category within these forms. So that even if you create your own document types, they are assigned to a standard document category.

So I would say its not possible to maintain an output type for a specific document type.

regards,

Advait.

Former Member
0 Kudos
251

Hi,

With configured output determination. transaction SPRO

Sales and Distribution -> Basic Functions -> Output Determination -> Maintain Output Determination for Billing Documents.

Using the condition technique the Invoice program will determine the relevant output type based on this configuration.

Regards

Stu

Former Member
0 Kudos
250

Hi,

It's completely possible.....

Create an different output type per layout...

Use output determination using the invoice type to select the relevant output type...Function module MESSAGING will be called from the Invoice program to determine which output types meet the conditions configured. Those output types will then be determined...

Regards

Stu.

0 Kudos
250

Thanks Stu. I understand it now.