<?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: currency conversion function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639037#M284749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check FM &amp;lt;b&amp;gt;CONVERT_TO_LOCAL_CURRENCY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 13:08:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T13:08:41Z</dc:date>
    <item>
      <title>currency conversion function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639035#M284747</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 want to change the currency to GBP so i need help regarding which standard sap function module will support for my solution.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; can any one help me out, thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 12:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639035#M284747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T12:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639036#M284748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_TO_LOCAL_CURRENCY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAP Documentation for the same is as follow :-&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Translate foreign currency amount to local currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An amount in local currency is calculated from a specified foreign currency amount. For this, you may either specify the translation rate manually (Parameter RATE) or have the system determine it from table TCURR on the basis of the rate type, date and currency key. Because the ratios for the units of the currencies involved in the translation are significant for this translation, table TCURF is always read by the program, and there must be a valid entry there for the data specified. IF exchange rate fixing is defined for the exchange rate type TYPE_OF_RATE or an alternative exchange rate is defined for the currency pair, this information is transferred to the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When table TCURR is read, the foreign currency key is always taken as the first part of the key and the local currency as the second part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample call-up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY'&lt;/P&gt;&lt;P&gt;    EXPORTING   DATE             = BKPF-WWERT&lt;/P&gt;&lt;P&gt;                FOREIGN_CURRENCY = BKPF-WAERS&lt;/P&gt;&lt;P&gt;                LOCAL_CURRENCY   = T001-WAERS&lt;/P&gt;&lt;P&gt;                FOREIGN_AMOUNT   = BSEG-WRBTR&lt;/P&gt;&lt;P&gt;                 RATE             = BKPF-KURSF&lt;/P&gt;&lt;P&gt;                TYPE_OF_RATE     = 'M'&lt;/P&gt;&lt;P&gt;    IMPORTING   EXCHANGE_RATE    = KURS&lt;/P&gt;&lt;P&gt;                 LOCAL_AMOUNT     = BSEG-DMBTR&lt;/P&gt;&lt;P&gt;                FOREIGN_FACTOR   = FAKTOR-F&lt;/P&gt;&lt;P&gt;                 LOCAL_FACTOR     = FAKTOR-L&lt;/P&gt;&lt;P&gt;                 FIXED_RATE       = FIXKURS&lt;/P&gt;&lt;P&gt;    EXCEPTIONS  NO_RATE_FOUND    = 4&lt;/P&gt;&lt;P&gt;                NO_FACTORS_FOUND = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP.&lt;/P&gt;&lt;P&gt;Pankaj Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639036#M284748</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-10-25T13:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639037#M284749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check FM &amp;lt;b&amp;gt;CONVERT_TO_LOCAL_CURRENCY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639037#M284749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639038#M284750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these threads...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2468808"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2542966"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alfred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-function-module/m-p/1639038#M284750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:11:45Z</dc:date>
    </item>
  </channel>
</rss>

