cancel
Showing results for 
Search instead for 
Did you mean: 

Sales tax fields in sales order

Former Member
0 Kudos

Dear all,

Iam facing the problem with the Sales tax related Data fetching.

Please can any body provide me Sales tax Tables and Fields.

Regards

raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

KOMP -- MWSBP

here the tax amount of a sales order is saved

regards,

sk

Former Member
0 Kudos

Hi,

Thanks for u r reply......what i mean...is there any specific table only updates the data related to Sales taxes.

Thanks in advance

Regards

raj

Former Member
0 Kudos

Hi venky,

KOMP is a structure it is not a table

Sales tax will be calculated using condition types so check table KONV in SE16, you can find and fetch all values from there.

Thanks,

Swamy H P

Former Member
0 Kudos

HI swamy,

Thanks for u r reply.....

Regards

raj.

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Raj,

U can get the Tax related Data from table in two ways as per my knowlwdge..

1) U can get the Tax amount for each line item wise in the Table VBAP

(Sales Document Number as Input)

Field Name is MWSBP. This field is not visible in Table Display(SE16) But if u will use it in ABAP coding u'll get the value.

2) U can go to table VBAK (Sales Document Number as Input) and get the value of Document Condition from the Field KNUMV.

U need to insert this KNUMV (Document Condition) in table KONV and u will get the complete pricing for the specific Sales Document Number for each condition type in the Document pricing. here u can take whatever values required for whatever condition type.

Hope this will help.

Regards,

Hardik.

Edited by: Hardik Patel on Mar 16, 2009 5:48 PM

Edited by: Hardik Patel on Mar 16, 2009 5:49 PM

Former Member
0 Kudos

Hi venky,

Sales tax its a condition type so Goto SE16 enter table name - KONV keyin the Condition types. you can able to get the values.

Thanks,

Swamy H P