<?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 Module FI_CURRENCIES_CONVERT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323748#M166327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem once before.  I checked to make sure the exchange rate was defined before calling the function module to convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the TO and FROM currencies are different, check table TCURR.  Do a SELECT against table TCURR with the TO/FROM currencies, date, and rate type (usually 'M').  If a record exists, call the function module to convert.  If not, give a nice error message and return to the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2006 21:51:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-17T21:51:35Z</dc:date>
    <item>
      <title>Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323743#M166322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using function module FI_CURRENCIES_CONVERT in our report. When the conversion rate for a Currency is not maintained it throws an error and program aborts. Is there any way to bring the user back to the selection screen of the report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 20:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323743#M166322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T20:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323744#M166323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try some other function module e.g. convert_to_local_currency, convert_to_document_currency etc for the conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 20:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323744#M166323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323745#M166324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even the FM 'FI_CURRENCIES_CONVERT' uses the FM 'CONVERT_TO_LOCAL_CURRENCY' as it's underlying calcualtion. I see that FM 'FI_CURRENCIES_CONVERT' does raise any exceptions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion to you would be to create a new FM with 'Z_FI_CURRENCIES_CONVERT' by adding your own exceptions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the FM 'FI_CURRENCIES_CONVERT' with &amp;lt;b&amp;gt;TRY....END TRY&amp;lt;/b&amp;gt; block.&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;Regards,&lt;/P&gt;&lt;P&gt;vicky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Award points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 21:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323745#M166324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T21:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323746#M166325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a little more help for TRY....END TRY block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 21:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323746#M166325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T21:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323747#M166326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u r catching exception after calling function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 21:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323747#M166326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T21:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323748#M166327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem once before.  I checked to make sure the exchange rate was defined before calling the function module to convert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the TO and FROM currencies are different, check table TCURR.  Do a SELECT against table TCURR with the TO/FROM currencies, date, and rate type (usually 'M').  If a record exists, call the function module to convert.  If not, give a nice error message and return to the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 21:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323748#M166327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module FI_CURRENCIES_CONVERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323749#M166328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kausal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have more information with example on TRY - ENDTRY in this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a9/b8eef8fe9411d4b2ee0050dadfb92b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a9/b8eef8fe9411d4b2ee0050dadfb92b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even Norman Salter proposed a nice idea to deal in your situation. You can follow any one to finish the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Award points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 23:52:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-fi-currencies-convert/m-p/1323749#M166328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T23:52:20Z</dc:date>
    </item>
  </channel>
</rss>

