<?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 Rate Determination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997737#M1163943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used FM CALCULATE_TAX_FROM_NET_AMOUNT to get the tax from a net amount and a tax code - this also sends back the tax rate.   FM GET_TAX_PERCENTAGE also seems to work well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2009 10:45:18 GMT</pubDate>
    <dc:creator>christine_evans</dc:creator>
    <dc:date>2009-01-13T10:45:18Z</dc:date>
    <item>
      <title>Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997736#M1163942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need to determine the Tax Rate in my program. I have the Tax code, Tax Jursidicion Code, Company Code, Tax Procedure and the Country available to me in my program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Is there a function module/modules that I can use to arrive at the tax rate using the above fields.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  I could find out the following function modules which could give me the tax rate however there is an issue when I use these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FI_TAX_GET_CONDITION_TYPES -- I use this function module to get the value for KSCHL&lt;/P&gt;&lt;P&gt;  FI_TAX_GET_KTOSL_FROM_KSCHL -- I use this function module to get the value for KTOSL&lt;/P&gt;&lt;P&gt;  FI_TAX_GET_CONDITION -- I pass KSCHL and KTOSL along with other information to this function &lt;/P&gt;&lt;P&gt;                                            module to get the tax rate (KBETR).&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  The issue with the first function module is that it can return multiple condition types for a give tax code and tax jurisdiction code in which case there is no way to find out which one to use (or atleast I am not aware of it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please let me know know if there is any other function module or any way to fix this issue. &lt;/P&gt;&lt;P&gt;  Will greatly appreciate any solution to this problem. &lt;/P&gt;&lt;P&gt;  Thanks for  all your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 10:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997736#M1163942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997737#M1163943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've used FM CALCULATE_TAX_FROM_NET_AMOUNT to get the tax from a net amount and a tax code - this also sends back the tax rate.   FM GET_TAX_PERCENTAGE also seems to work well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 10:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997737#M1163943</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-01-13T10:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997738#M1163944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thank you for your reply. I am using the FM GET_TAX_PERCENTAGE for all the countries that don't  &lt;/P&gt;&lt;P&gt;   use the Jursidiction Code. If I pass the Jurisdiction code to this FM, it doesn't return any records.&lt;/P&gt;&lt;P&gt;   Hence, I started looking for other options.&lt;/P&gt;&lt;P&gt;   Regarding the second function module, it does the same thing that the other first one I had mentioned &lt;/P&gt;&lt;P&gt;   before. It can return two tax rates and there is no way that I can pick a unique one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Vam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 15:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997738#M1163944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997739#M1163945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Christine,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;    Thank you for your reply. I am using the FM GET_TAX_PERCENTAGE for all the countries that don't  &lt;/P&gt;&lt;P&gt;&amp;gt;    use the Jursidiction Code. If I pass the Jurisdiction code to this FM, it doesn't return any records.&lt;/P&gt;&lt;P&gt;&amp;gt;    Hence, I started looking for other options.&lt;/P&gt;&lt;P&gt;&amp;gt;    Regarding the second function module, it does the same thing that the other first one I had mentioned &lt;/P&gt;&lt;P&gt;&amp;gt;    before. It can return two tax rates and there is no way that I can pick a unique one.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thank you,&lt;/P&gt;&lt;P&gt;&amp;gt; Vam&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;There must be some way of matching each tax code to single rate.  What happens in your MIRO when all they can enter is a tax code for which it must be able to get a single rate?  Running ST05 trace against MIRO might give you some clues.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FMs mentioned all work for me here to get a single rate, and if they don't do the same for you I guess you'll need to talk to your functional consultants to get some more information on how the tax codes have been set up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 10:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997739#M1163945</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-01-14T10:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997740#M1163946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz have a look @ [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1197365"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 10:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997740#M1163946</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-01-14T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tax Rate Determination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997741#M1163947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;seems FM FI_TAX_GET_CONDITION does not work properly if i configured the tax code with multiple conditions, i'm surprised that it returns the same rate even though only one condition has value. so my solution is:&lt;/P&gt;&lt;P&gt;if juristiciation NOT applied, use 'GET_TAX_PERCENTAGE'...&lt;/P&gt;&lt;P&gt;else use 'FI_TAX_GET_CONDITIONS' (before that, use FM 'FI_TAX_GET_PRICING_DATA' to retrieve t683s data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 03:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tax-rate-determination/m-p/4997741#M1163947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-20T03:42:05Z</dc:date>
    </item>
  </channel>
</rss>

