<?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: Issues with the FM:UNIT_CONVERSION_SIMPLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005919#M1495940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neslin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this FM CONVERT_TO_LOCAL_CURRENCY instead of using UNIT_CONVERSION_SIMPLE FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 10:02:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-02T10:02:13Z</dc:date>
    <item>
      <title>Issues with the FM:UNIT_CONVERSION_SIMPLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005917#M1495938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am using the function module UNIT_CONVERSION_SIMPLE. The paramets which i have passed as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input      = '0.001'&lt;/P&gt;&lt;P&gt;unit_in   = EUR&lt;/P&gt;&lt;P&gt;unit_out  = EUR&lt;/P&gt;&lt;P&gt;round_sign = X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of getting the output as '0.001' i am getting the value as '0.000'. Kindly let me know the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neslin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 08:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005917#M1495938</guid>
      <dc:creator>Neslinn</dc:creator>
      <dc:date>2010-06-02T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the FM:UNIT_CONVERSION_SIMPLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005918#M1495939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelsin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM listed below, takes Units of measure, but no Units of currency.&lt;/P&gt;&lt;P&gt;Check the same and use appropriate FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shashikanth. D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 09:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005918#M1495939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the FM:UNIT_CONVERSION_SIMPLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005919#M1495940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neslin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this FM CONVERT_TO_LOCAL_CURRENCY instead of using UNIT_CONVERSION_SIMPLE FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 10:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005919#M1495940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the FM:UNIT_CONVERSION_SIMPLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005920#M1495941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neslin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Units of Measures and Units of Currency use different Function modules.&lt;/P&gt;&lt;P&gt;There are lots of function modules.&lt;/P&gt;&lt;P&gt;Try this FM &lt;STRONG&gt;CONVERT_CURRENCY_BY_RATE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;This is a simple FM used for currency conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May this info helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Deepak Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 17:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-with-the-fm-unit-conversion-simple/m-p/7005920#M1495941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T17:54:48Z</dc:date>
    </item>
  </channel>
</rss>

