<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736544#M34940</link>
    <description>&lt;P&gt;Hi All.&lt;/P&gt;
  &lt;P&gt;I am using WRITE statement for currency conversion.&lt;/P&gt;
  &lt;P&gt; Example:WRITE tvbdpr-netwr TO gv_unit_amt CURRENCY vbdkr-waerk. &lt;/P&gt;
  &lt;P&gt;Example run time value :WRITE tvbdpr-netwr(74000.00) TO gv_unit_amt CURRENCY vbdkr-waerk(SAR).-- &amp;gt; &lt;STRONG&gt;74,000.00 &lt;/STRONG&gt;- This is working fine (Comma and dot)&lt;/P&gt;
  &lt;P&gt;But same code is available in another program but output is coming wrongly.&lt;/P&gt;
  &lt;P&gt;Example run time value :WRITE tvbdpr-netwr(74000.00) TO gv_unit_amt CURRENCY vbdkr-waerk(SAR).-- &amp;gt; &lt;STRONG&gt;74.000,00&lt;/STRONG&gt; - This is not working fine (Dot and comma)&lt;/P&gt;
  &lt;P&gt;Kindly help me.&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;
  &lt;P&gt;JNJ&lt;/P&gt;</description>
    <pubDate>Tue, 25 Dec 2018 06:38:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-12-25T06:38:14Z</dc:date>
    <item>
      <title>Currency conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736544#M34940</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;
  &lt;P&gt;I am using WRITE statement for currency conversion.&lt;/P&gt;
  &lt;P&gt; Example:WRITE tvbdpr-netwr TO gv_unit_amt CURRENCY vbdkr-waerk. &lt;/P&gt;
  &lt;P&gt;Example run time value :WRITE tvbdpr-netwr(74000.00) TO gv_unit_amt CURRENCY vbdkr-waerk(SAR).-- &amp;gt; &lt;STRONG&gt;74,000.00 &lt;/STRONG&gt;- This is working fine (Comma and dot)&lt;/P&gt;
  &lt;P&gt;But same code is available in another program but output is coming wrongly.&lt;/P&gt;
  &lt;P&gt;Example run time value :WRITE tvbdpr-netwr(74000.00) TO gv_unit_amt CURRENCY vbdkr-waerk(SAR).-- &amp;gt; &lt;STRONG&gt;74.000,00&lt;/STRONG&gt; - This is not working fine (Dot and comma)&lt;/P&gt;
  &lt;P&gt;Kindly help me.&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;
  &lt;P&gt;JNJ&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 06:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736544#M34940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-12-25T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736545#M34941</link>
      <description>&lt;P&gt;Hi JNJ, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"But same code is available in another program but output is coming wrongly.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Are you checking those programs in two different system/userid? &lt;/P&gt;&lt;P&gt;Basically, the &lt;STRONG&gt;write &lt;/STRONG&gt;statement currency format works based on &lt;STRONG&gt;decimal notations &lt;/STRONG&gt;maintained in &lt;STRONG&gt;User profile settings(System-&amp;gt;User Profile-&amp;gt;User Data). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/257310-decimal-notations.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 07:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736545#M34941</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2018-12-25T07:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736546#M34942</link>
      <description>&lt;P&gt;Your question title is misleading, it's not about "currency conversion", but about "&lt;A href="https://en.wikipedia.org/wiki/Locale_%28computer_software%29"&gt;number format&lt;/A&gt;" (don't confuse your general goal with one of its underlying problems)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 12:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736546#M34942</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-25T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736547#M34943</link>
      <description>&lt;P&gt;More information in the ABAP documentation: cf &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenformat_setting_glosry.htm"&gt;format settings&lt;/A&gt; and &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenwrite_formats.htm"&gt;WRITE - predefined formats&lt;/A&gt;, especially &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abendate_formats.htm"&gt;Date formats&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 21:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736547#M34943</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-25T21:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Currency conversion issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736548#M34944</link>
      <description>&lt;P&gt;It can be due to the execution of the abap instruction SET COUNTRY 'x'. &lt;/P&gt;&lt;P&gt;Check in both of your programs if the instruction is executed or not. And if yes, with which country (in debug).&lt;/P&gt;&lt;P&gt;For country Saudi Arabia, the format number is dot and comma (transaction OY01)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/258363-tbnap.png" /&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 27 Dec 2018 08:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-conversion-issue/m-p/736548#M34944</guid>
      <dc:creator>chaouki_akir</dc:creator>
      <dc:date>2018-12-27T08:33:56Z</dc:date>
    </item>
  </channel>
</rss>

