<?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: FUNCTION &amp;quot; CURRENCY_CONVERTING_FACTOR&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311501#M506349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I FIND THAT . IT IS USED FOR FIND THE INTEREST RATE  OF THE CURRENT  CURRENCY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 06:51:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T06:51:19Z</dc:date>
    <item>
      <title>FUNCTION " CURRENCY_CONVERTING_FACTOR"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311497#M506345</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;       WHAT IS THE FUNCTION  OF THE FUNCTION  " CURRENCY_CONVERTING_FACTOR" .&lt;/P&gt;&lt;P&gt;       THANKS FIRST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311497#M506345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION " CURRENCY_CONVERTING_FACTOR"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311498#M506346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think this is useful for converting currencies with the required factor.&lt;/P&gt;&lt;P&gt;It will take the Number of decimals field from TCURX table and devides the entered value by that many times.&lt;/P&gt;&lt;P&gt;But the entries in TCURX has to be maintained from SPRO for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311498#M506346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION " CURRENCY_CONVERTING_FACTOR"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311499#M506347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELP ME PLEASE~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311499#M506347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION " CURRENCY_CONVERTING_FACTOR"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311500#M506348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this FM  gives the  multiply/divide factor for a currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In sap all the values are stored in 2 decimal places, but some currencies have decimals other than 2 , say 0, 3 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so using this FM we can get the factor to ehich we can multiply the amount value so that they adjust to 2 demal places&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;decimal places can be seen in table TCURX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the decimals is 0 for a currency then you have to multiply the amount by 100 to adjust to 2 decimal places&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:42:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311500#M506348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION " CURRENCY_CONVERTING_FACTOR"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311501#M506349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I FIND THAT . IT IS USED FOR FIND THE INTEREST RATE  OF THE CURRENT  CURRENCY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 06:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-quot-currency-converting-factor-quot/m-p/2311501#M506349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T06:51:19Z</dc:date>
    </item>
  </channel>
</rss>

