Application Development and Automation 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: 
Read only

tax condition types table needed

Former Member
0 Likes
1,135

Hi friends,

I need to fetch the tax amount based on tax condition type for smartform development. From ME22n I need to fetch the condition value of the condition type related to the particular taxcode.

I searched in KONV table but Iam not getting the condition types related to tax codes but getting the condition types for item conditions.

Can anybody suggest me from which table I can get the condition value of the taxcode condition type.

Regards,

Murali.

7 REPLIES 7
Read only

Former Member
0 Likes
988

Hi

The table is KONV, here you should find out the condition type for the tax for every item

Max

Read only

kiran_k8
Active Contributor
0 Likes
988

Murali,

Did you checked BSET table.

Thanks,

K.Kiran.

Read only

Former Member
0 Likes
988

Hi Max and Kiran,

Thanks for your prompt replies.

Kiran, I have checked BSET table, I found no entries for the Condition Record Number(KNUMH) for the purchase document number Iam using.

I have Condition Record Number for the purchase document from EKKO which is KNUMV field.

Thanks,

Murali

Read only

Former Member
0 Likes
988

Try the following tables

KONH Conditions (Header)

KONP Conditions ( Item )

KONV Conditions (Transaction Data).

Regards

Mishra

Read only

Former Member
0 Likes
988

Abhinab, already tried with the tables you suggested. But Iam not getting the condition types related to tax codes but getting the condition types for item conditions.

Thanks

Read only

0 Likes
988

you need to use the FM CALCULATE_TAX_ITEM . you wont get the condition types directly .

Read only

Former Member
0 Likes
988

Hi Aditya,

thanks for your reply.

I have used FM CALCULATE_TAX_FROM_NET_AMOUNT and my problem has been solved.

thanks and regards,

Murali