<?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: problem with currency in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526470#M241027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shilaja when the field is in data base it is 5.000,00but it is populated to program from mhnd-dmshb it is showing as 5,000.00 and when i pass this to functional module it is giving more than two decimals.&lt;/P&gt;&lt;P&gt;READ TABLE IT_IN WITH KEY 'MHND-DMSHB'.&lt;/P&gt;&lt;P&gt;  CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;WRITE IT_IN-VALUE TO AMOUNT.&lt;/P&gt;&lt;P&gt;here it is changing and my local currency is eur.&lt;/P&gt;&lt;P&gt;plz suggest the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 09:08:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T09:08:33Z</dc:date>
    <item>
      <title>problem with currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526467#M241024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all&lt;/P&gt;&lt;P&gt;i had the problem with currency .iam taking from mhnd-dmshb it is working fine for all european countries but when it is for non europe it is giving a problem.&lt;/P&gt;&lt;P&gt;for example iam taking the value as 5,000.00.when coming to dmshb it is becoming 5.000,00 in reverse and when i use amount &lt;U&gt;string&lt;/U&gt;convert it is giving error e203 more than 2 decimals&lt;/P&gt;&lt;P&gt; can plz suugest me solution&lt;/P&gt;&lt;P&gt;Hi kishan, when the data is retrieved from the MHND-DMSHB for Amount, this is dependent on the country of the customer. For example, when the customer country is CA or US, the amount comes as for eg. 5,500.00 and if the customer country is NL or FR, then the amount comes as 5.500,00. This is what causing the problem when the data enters the function module. Is there any solution wherein we can the amount remains 5.500,00 irrespective of the country of the customer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kiran kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526467#M241024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526468#M241025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kiran.&lt;/P&gt;&lt;P&gt;for  europian countries  like france decimal use by,(comma) &lt;/P&gt;&lt;P&gt;and ,(comma) use like decimal.&lt;/P&gt;&lt;P&gt;it  just reverse...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 08:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526468#M241025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526469#M241026</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;  The thousands separator and decimal separtor depends on the country. To specify a format, we can use Set country statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET COUNTRY 'US'.&lt;/P&gt;&lt;P&gt;  Then, thousands separator will be ',' and decimal separator will be '.'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you specify any european country, thousands separator will be '.', and decimlas separator will be ','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  you can even change the specification in the settings of a user. tcode -&amp;gt; SU01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526469#M241026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem with currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526470#M241027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shilaja when the field is in data base it is 5.000,00but it is populated to program from mhnd-dmshb it is showing as 5,000.00 and when i pass this to functional module it is giving more than two decimals.&lt;/P&gt;&lt;P&gt;READ TABLE IT_IN WITH KEY 'MHND-DMSHB'.&lt;/P&gt;&lt;P&gt;  CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;WRITE IT_IN-VALUE TO AMOUNT.&lt;/P&gt;&lt;P&gt;here it is changing and my local currency is eur.&lt;/P&gt;&lt;P&gt;plz suggest the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526470#M241027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem with currency</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526471#M241028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GOto...su01. in the default tab u can change the Decimal Notation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-currency/m-p/1526471#M241028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:18:52Z</dc:date>
    </item>
  </channel>
</rss>

