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 calculation function modules

former_member294023
Participant
0 Likes
12,494

Can someone tell me what the difference is (and when you would use one over the other) between function modules CALCULATE_TAX_FROM_GROSSAMOUNT and CALCULATE_TAX_FROM_NET_AMOUNT? There is no function module documentation available for either.

5 REPLIES 5
Read only

Former Member
0 Likes
4,785

Example1 VAT 22%: CALCULATE_TAX_FROM_GROSSAMOUNT

You know that grossamount(vat included) is 100 eur

calculate tax-> 100 - 100 / ( 1,22) -> 18.03 eur

netamount (vat not included) is 81,97

Example2 VAT 22%: CALCULATE_TAX_FROM_NET_AMOUNT

You know that netamount(vat not included) is 100 eur

calculate tax-> 100 * 1,22 - 100 -> 22 eur

grossamount (vat included) is 122 eur

Read only

0 Likes
4,785

Thanks, that's a great explanation! However, it seemed like I got the same results regardless of which fm I ran. I'll try it again.

Read only

0 Likes
4,785

Good,

How to calculate the tax value depending on the condition value.

KSCHL

CALCULATE_TAX_ITEM is used but not giving amount.

so let me know which function module is suits for my issue,.

Read only

0 Likes
4,785

Hi Ramesh,

I am stuck with the same issue can you please gimme the solution for FM CALCULATE_ITEM_TAX.

This function module is giving the wrong answer.

Have gone through the number of links but none of them gave the solution

Any help would be appreciable.

Thanks & Regards,

Akshay Ruia

Read only

Former Member
0 Likes
4,785

Hi Leslie,

I am stuck with the same issue can you please gimme the solution for FM CALCULATE_ITEM_TAX.

This function module is giving the wrong answer.

Have gone through the number of links but none of them gave the solution

Any help would be appreciable.

Thanks & Regards,

Akshay Ruia