<?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 Decimal notation for different user defaults in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966587#M700005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok , the problem that i am facin is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a input field which is of type decimal .The value in this field is taken and updated to a table using BDC call transaction. Now when the user default setting is 1,234,567.890 the program works fine. For example if I input 3 , then the value entered is 3.000 . Which is correct. If the default setting is changed to 1.234.567,890 , the program automatically adds 3 zeros before the decimal . So if I enter 3 , the value input is 3.000,000 instead of 3,000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution for this. I have checked the attributes and the Fixed point arithmatic is checked. I tried both with checked and unchecked...and the problem persists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 14:16:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T14:16:58Z</dc:date>
    <item>
      <title>Decimal notation for different user defaults</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966587#M700005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok , the problem that i am facin is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a input field which is of type decimal .The value in this field is taken and updated to a table using BDC call transaction. Now when the user default setting is 1,234,567.890 the program works fine. For example if I input 3 , then the value entered is 3.000 . Which is correct. If the default setting is changed to 1.234.567,890 , the program automatically adds 3 zeros before the decimal . So if I enter 3 , the value input is 3.000,000 instead of 3,000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution for this. I have checked the attributes and the Fixed point arithmatic is checked. I tried both with checked and unchecked...and the problem persists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 14:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966587#M700005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation for different user defaults</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966588#M700006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Move that field to a charecter type field and move the charecter type field to BDC data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to move the field to a charecter type, then use WRITE TO option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 14:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966588#M700006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation for different user defaults</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966589#M700007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried writing it to type C , but the problem persists. Is there any other solution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966589#M700007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation for different user defaults</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966590#M700008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to first get the user settings. So you need to get value of DCPFM from table USR01 for that user id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 different notations to display amount for user. Check these settings and based upon these settings, pass the amount value to CHAR field. While passing you need to take care of ',' and '.' as based upon user setttings the meaning of ',' and '.' varies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 15:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation-for-different-user-defaults/m-p/2966590#M700008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T15:34:47Z</dc:date>
    </item>
  </channel>
</rss>

