cancel
Showing results for 
Search instead for 
Did you mean: 

How to find an invoice document with a particular condition type

Former Member
0 Kudos

Hi All,

I have a requirement to find an invoice document in which a particular condition type is used.

For eg. I want to know the F2 documents which will have MWST condition type in its line items.

Please advise me which are the table(s) to check for this.

Thanks in advance for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Harini,

Go to KONV table . Input the condition type as MWST and application as V .Execute.

Take one condition record number (KONV) from the output list and pass it to VBRK table (Document Condition) and execute. You will get the corresponding billing document number.

Regards,

Sai

Former Member
0 Kudos

This message was moderated.

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello,

Check this below table:

VBRK-KNUMV = KONV-KNUMV

or link KONV and VRPMA to get the results.

regards

rc gopi