<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tax calculation function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611514#M1439014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leslie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with the same issue can you please gimme the solution for FM CALCULATE_ITEM_TAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module is giving the wrong answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have gone through the number of links but none of them gave the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay Ruia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 12:47:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-18T12:47:02Z</dc:date>
    <item>
      <title>Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611510#M1439010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 21:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611510#M1439010</guid>
      <dc:creator>former_member294023</dc:creator>
      <dc:date>2010-02-17T21:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611511#M1439011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example1 VAT 22%: CALCULATE_TAX_FROM_GROSSAMOUNT&lt;/P&gt;&lt;P&gt;You know that grossamount(vat included) is 100 eur &lt;/P&gt;&lt;P&gt;calculate tax-&amp;gt; 100 - 100 / ( 1,22) -&amp;gt; 18.03 eur&lt;/P&gt;&lt;P&gt;netamount (vat not included) is 81,97&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example2 VAT 22%: CALCULATE_TAX_FROM_NET_AMOUNT&lt;/P&gt;&lt;P&gt;You know that netamount(vat not included) is 100 eur &lt;/P&gt;&lt;P&gt;calculate tax-&amp;gt; 100 * 1,22 - 100 -&amp;gt; 22 eur&lt;/P&gt;&lt;P&gt;grossamount (vat included) is 122 eur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 14:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611511#M1439011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611512#M1439012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 18:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611512#M1439012</guid>
      <dc:creator>former_member294023</dc:creator>
      <dc:date>2010-02-19T18:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611513#M1439013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to calculate the tax value depending on the condition value.&lt;/P&gt;&lt;P&gt;KSCHL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALCULATE_TAX_ITEM is used but not giving amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so let me know which function module is suits for my issue,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 12:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611513#M1439013</guid>
      <dc:creator>JanjanamRamesh</dc:creator>
      <dc:date>2011-05-10T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611514#M1439014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leslie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with the same issue can you please gimme the solution for FM CALCULATE_ITEM_TAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module is giving the wrong answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have gone through the number of links but none of them gave the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay Ruia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611514#M1439014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-18T12:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tax calculation function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611515#M1439015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with the same issue can you please gimme the solution for FM CALCULATE_ITEM_TAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module is giving the wrong answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have gone through the number of links but none of them gave the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Akshay Ruia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-calculation-function-modules/m-p/6611515#M1439015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-18T12:47:44Z</dc:date>
    </item>
  </channel>
</rss>

