<?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 Functional module for CURRENCY CONVERSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130834#M1189347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to convert local currency amount to global currency amount in the Start Routine.  I am looking for a function module which can perform this function - read the currency exchange rate from TCURR table and multiple the rate with local currency amount and provide the converted amount as output. If anyone is aware of a function module which can meet my requirement, pls share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2009 06:16:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-23T06:16:22Z</dc:date>
    <item>
      <title>Functional module for CURRENCY CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130834#M1189347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to convert local currency amount to global currency amount in the Start Routine.  I am looking for a function module which can perform this function - read the currency exchange rate from TCURR table and multiple the rate with local currency amount and provide the converted amount as output. If anyone is aware of a function module which can meet my requirement, pls share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 06:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130834#M1189347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T06:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module for CURRENCY CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130835#M1189348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_TO_FOREIGN_CURRENCY    Translate local currency amount into foreign currency&lt;/P&gt;&lt;P&gt;CONVERT_TO_LOCAL_CURRENCY      Translate foreign currency amount to local currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhisek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 06:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130835#M1189348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T06:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module for CURRENCY CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130836#M1189349</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;Duplicate Thread [Functional module for CURRENCY CONVERSION   |&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1208924"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 06:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130836#M1189349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T06:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Functional module for CURRENCY CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130837#M1189350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can also use the below FM for the conversion &lt;/P&gt;&lt;P&gt;DATA : lv_amnt TYPE crmt_net_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CRM_CONVERT_CURRENCY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;iv_exch_rate_date = sy-datlo&lt;/P&gt;&lt;P&gt;iv_source_currency = 'INR'&lt;/P&gt;&lt;P&gt;iv_local_currency = 'INR'&lt;/P&gt;&lt;P&gt;iv_target_currency = 'USD'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;cv_value = lv_amnt&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;conversion_not_possible = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 INTO lv_dummy.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value of lv_amnt, will be in INR before the FM is called &amp;amp; it will be converted to USD after execution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 12:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-module-for-currency-conversion/m-p/5130837#M1189350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T12:20:18Z</dc:date>
    </item>
  </channel>
</rss>

