cancel
Showing results for 
Search instead for 
Did you mean: 

Need a Table that gives Taxamount of Invoice and Invoice document

Former Member
0 Kudos

Need a Table that gives Taxamount of Invoice and Invoice document

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

In VBRP and VBRK tables you can get the following details:

VBELN = Invoice Document Number

NETWR = Net Value

MWSBP = Total Tax Amount

Regards,

Vishal

Former Member
0 Kudos

Dear Praveen,

Using table VBRK for a given Billing document you need to find value for the field VBRK-KNUMV. By using the value VBRK-KNUMV go to the table KONV and input the value as

KONV-KNUMV = VBRK-KNUMV this will output values for all the condition records applicable to the invoice including the taxes. You need to filter the dataset to get the values for taxes.

Thanks and regards

Raj

Former Member
0 Kudos

Hi,

In VBRK and in VBRP u can get it....

Thanks,

Raja

Former Member
0 Kudos

Hi,

Goto SE11/SE16/SE16n.

Enter the table name as VBRK.Pass your billing document number.

Execute.

Fetch the value of "KNUMV(Number of the document condition)".

Pass the same into KONV table.

And fetch the value from "KBETR(Rate (condition amount or percentage))" for your condition type.

Regards,

Krishna.

Lakshmipathi
Active Contributor
0 Kudos

KONV:::::::::::::Tax Amount

VBRK/VBRP:::Inv doc

thanks

G. Lakshmipathi