<?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 currency conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585725#M1273653</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;I have following &lt;STRONG&gt;requirements&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) conversion from one currency to another currency.&lt;/P&gt;&lt;P&gt;2) conversion from currency as stored in SAP format  to another currency.&lt;/P&gt;&lt;P&gt;3) decimail places up 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "conversion from one currency to another currency" i can use FM : &lt;STRONG&gt;CONVERT_TO_FOREIGN_CURRENCY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For " conversion from currency as stored in SAP format  to another currency: i can use FM : &lt;STRONG&gt;AIPB_CURRENCY_SAP_TO_EXTERNAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;problem&lt;/STRONG&gt;: is in above 2 FM the decimal places are not up to 10 places&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now to fulfill  my requirement  how can i combine above 2 FM and how to change decimal places up to 10.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAHUL SHARMA on May 4, 2009 12:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 04:56:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T04:56:15Z</dc:date>
    <item>
      <title>currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585725#M1273653</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;I have following &lt;STRONG&gt;requirements&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) conversion from one currency to another currency.&lt;/P&gt;&lt;P&gt;2) conversion from currency as stored in SAP format  to another currency.&lt;/P&gt;&lt;P&gt;3) decimail places up 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For "conversion from one currency to another currency" i can use FM : &lt;STRONG&gt;CONVERT_TO_FOREIGN_CURRENCY.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For " conversion from currency as stored in SAP format  to another currency: i can use FM : &lt;STRONG&gt;AIPB_CURRENCY_SAP_TO_EXTERNAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;problem&lt;/STRONG&gt;: is in above 2 FM the decimal places are not up to 10 places&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now to fulfill  my requirement  how can i combine above 2 FM and how to change decimal places up to 10.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAHUL SHARMA on May 4, 2009 12:56 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 04:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585725#M1273653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T04:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585726#M1273654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;  You have 2 requirements 1. to convert the currency  2.upto 10 decimals.&lt;/P&gt;&lt;P&gt;Since you have found a FM for your 1st requirement go ahead and first convert the currency.&lt;/P&gt;&lt;P&gt;Once you have some value more it to a variable which has 10 decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM and get a w_curr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: &lt;/P&gt;&lt;P&gt;   w_temp type p decimals 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move w_curr to w_temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 05:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585726#M1273654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T05:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585727#M1273655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;   use this FM&lt;/P&gt;&lt;P&gt;PRC_CNV_CURR_CONV_TO_FOREIGN&lt;/P&gt;&lt;P&gt;You can provide local currency with 10 decimal places in it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Viquar Iqbal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 05:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585727#M1273655</guid>
      <dc:creator>viquar_iqbal</dc:creator>
      <dc:date>2009-05-04T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585728#M1273656</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;Try with FM   &lt;STRONG&gt;CURRENCY_CONVERT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 06:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585728#M1273656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T06:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585729#M1273657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at this Reference : [Currency Conversion|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="47276"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you requirement you can also do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use PRC_CNV_CURR_CONV_TO_FOREIGN &amp;amp;&lt;/P&gt;&lt;P&gt;use FM READ_EXCHANGE_RATE... you will get the exchange rate,, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a variable of type p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex. &lt;STRONG&gt;ex_rate type p decimals 10.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and multiply with exhancge rate into a 10 decimal point variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 07:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585729#M1273657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T07:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585730#M1273658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/fm%2bcurrency%2bconversion" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/fm%2bcurrency%2bconversion&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 09:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585730#M1273658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T09:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585731#M1273659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 09:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585731#M1273659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: currency conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585732#M1273660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls go t hrough this thread&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="851423"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 09:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion/m-p/5585732#M1273660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T09:26:14Z</dc:date>
    </item>
  </channel>
</rss>

