‎2010 Feb 17 9:04 PM
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.
‎2010 Feb 19 2:48 PM
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
‎2010 Feb 19 6:31 PM
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.
‎2011 May 10 1:01 PM
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,.
‎2012 Oct 18 1:47 PM
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
‎2012 Oct 18 1:47 PM
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