<?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 value based on currency in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119713#M740801</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 need to display value based on the Currency key(Region) &lt;/P&gt;&lt;P&gt;for example , If the currency is japan the value should not display in decimals&lt;/P&gt;&lt;P&gt;if the currency is in german then the value should display 2 decimals place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest the idea to display it in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 12:07:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T12:07:56Z</dc:date>
    <item>
      <title>value based on currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119713#M740801</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 need to display value based on the Currency key(Region) &lt;/P&gt;&lt;P&gt;for example , If the currency is japan the value should not display in decimals&lt;/P&gt;&lt;P&gt;if the currency is in german then the value should display 2 decimals place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest the idea to display it in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 12:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119713#M740801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T12:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: value based on currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119714#M740802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; u need to create then some local variables .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_curr_german type p dec 2,&lt;/P&gt;&lt;P&gt;        v_curr_japan type p dec 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if itab-cuky is 'German currency key give here'.&lt;/P&gt;&lt;P&gt; v_curr_german = itab-curr_value.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;if itab-cuky is 'Japan currency key give here'.&lt;/P&gt;&lt;P&gt; v_curr_japan = itab-curr_value.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        MANAS  RANJAN PANDA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 12:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119714#M740802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: value based on currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119715#M740803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try FM &lt;/P&gt;&lt;P&gt;SD_CONVERT_CURRENCY_FORMAT &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;CONVERT_AMOUNT_TO_CURRENCY &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;HR_CONVERT_TO_LOCAL_CURRENCY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Lokesh Aggarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 12:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-based-on-currency/m-p/3119715#M740803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T12:27:10Z</dc:date>
    </item>
  </channel>
</rss>

