<?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 for Amount calculation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140495#M1620213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Try with FM 'CURRENCY_CONVERT_TO_EURO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 12:32:05 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2011-09-16T12:32:05Z</dc:date>
    <item>
      <title>Function Module for Amount calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140494#M1620212</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;I have a requirement in which i have :-&lt;/P&gt;&lt;P&gt;Source quantity&lt;/P&gt;&lt;P&gt;Source Price/UOM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example - Mango is 2Rupee/Gm&lt;/P&gt;&lt;P&gt;quantity - 35 KG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate price in Euro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there is any standard Method/FM for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 12:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140494#M1620212</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2011-09-16T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Amount calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140495#M1620213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Try with FM 'CURRENCY_CONVERT_TO_EURO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 12:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140495#M1620213</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2011-09-16T12:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Amount calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140496#M1620214</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;You have first to use UNIT_CONVERSION_SIMPLE to convert the quantity from a unit of measure to another (here 35 KG, to be converted into Gm, will return 35 thousands),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then calculate rupees : 35000 * 2 -&amp;gt; 70000 rupees (easy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use CONVERT_AMOUNT_TO_CURRENCY (only available in ECC) to convert from one currency to another. You'll have to take care of the currency rate. Note that if you have to convert to or from a local currency (for instance EUR is the local currency of your company), you may use CONVERT_TO_LOCAL_CURRENCY (or CONVERT_TO_FOREIGN_CURRENCY if your company has rupees as local currency)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see [SAP Library: quantity conversions api - units of measures|http://help.sap.com/saphelp_nw70/helpdata/en/2a/fa013c493111d182b70000e829fbfe/frameset.htm ], and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 21:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140496#M1620214</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-17T21:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for Amount calculation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140497#M1620215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 08:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-amount-calculation/m-p/8140497#M1620215</guid>
      <dc:creator>mahesh_jagnani</dc:creator>
      <dc:date>2011-11-04T08:34:18Z</dc:date>
    </item>
  </channel>
</rss>

