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 table

Former Member
0 Likes
1,920

Hi,

In Me23n transaction if we give purchase order no , then in the conditions tab it shows the taxes amount according to the conditon type. but it shows the total amount. That means sap stores the individual taxes in some database table.

Can I have that table where it is storing ?

Bye,

Satya.

Hi,

In Me23n transaction if we give purchase order no , then in the conditions tab it shows the taxes amount according to the conditon type. but it shows the total amount. That means sap stores the individual taxes in some database table.

Can I have that table where it is storing ?

Bye,

Satya.

9 REPLIES 9
Read only

Former Member
0 Likes
1,357

Hi Satyanarayana A M S,

Check table <b>KOMV</b>

Reward points if helpful.

Regards,

Hemant

Read only

0 Likes
1,357

Hi ,

KOMV is a structure not a table ...

so, it can not store the values.

Read only

0 Likes
1,357

Hi

take the EKKO-KNUMV field and EKPO-EBELP

pass to KONV-KNUMV and KONV-KPOSN and use the respective condition types (KSCHL) and take the KWERT amount fields for taxes.

Or search for a A* table (like A003 or A012) where the Taxes for the Condition types (KNUMH)are stored for PO.

Take that KNUMH field and pass to KONP table and based on the KSCHL you will get the Amounts for taxes.

Reward points if useful

Regards

Anji

Read only

0 Likes
1,357

Hi ,

I want tax break up ...

And i checked all a* tables but i did not get ..

can you please help me out ...

Bye,

satya.

Read only

Former Member
0 Likes
1,357

hi

good

check with these tables

T007S Tax Code Names

MLAN tax indicator, tax classification

thanks

mrutyun^

Read only

Former Member
0 Likes
1,357

hi,

you have to call function "CALCULATE_TAX_FROM_NET_AMOUNT' for tax break-up.

raj

Read only

Former Member
0 Likes
1,357

Hi,

With the Tax code , go to the table A003 , you will get a condition record number.

Pass this condition record to KOMP , you will get the break up.

Regards,

Read only

Former Member
0 Likes
1,357

Hi,

At the time of PO creation, taxes are only be simulated but not posted to any database table. If you want to print break up of taxes, you have to do it by using FMs like "CALCULATE_TAX_FROM_NET_AMOUNT" or "CALCULATE_TAX_ITEM" depending on your tax configuration. Consult your Functional Consultant and let me know which tax procedure you are following.

regards,

mallik

Read only

former_member15255
Active Participant
0 Likes
1,357

Hello,

Make Use of the function CALCULATE_TAX_ITEM This would return all the tax related information

regards

suresh nair

Edited by: Suresh Krishnan on Oct 4, 2008 8:37 AM