<?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: Decimal notation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646358#M1572693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think user default for decimal notation is related to your logon language/country id...If your logon language is set to 'DE', for example, then it will give you comma options for decimal notation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try setting the logon language as 'EN'. I am not sure if this will work but still you can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is development system then you can develop a code to change your user settings. Only if your id has admin rights you will be able to change the settings. Use 'BAPI_USER_CHANGE' to change decimal notation in defaults table. Also remember to fill it's respective 'DEFAULTSX' table (i.e. pass 'X' for all the fields that you intend to change)....without this your changes will not be reflected. Call 'BAPI_TRANSACTION_COMMIT' (or just write statement 'COMMIT WORK AND WAIT') after successful completion of BAPI_USER_CHANGE to commit your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let me know if it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, you can check below link for setting your user defaults:&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html" target="test_blank"&gt;http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saba Sayed on Feb 4, 2011 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Feb 2011 14:47:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-04T14:47:18Z</dc:date>
    <item>
      <title>Decimal notation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646357#M1572692</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'm having problem with decial notation. I want to use '.' as decimal notation not ','.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my user setting i can't change that because there is only 3 options and they all are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[See picture|http://img825.imageshack.us/img825/1707/decimalnotation.png]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there way to add new settings? &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646357#M1572692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646358#M1572693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Razor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think user default for decimal notation is related to your logon language/country id...If your logon language is set to 'DE', for example, then it will give you comma options for decimal notation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try setting the logon language as 'EN'. I am not sure if this will work but still you can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is development system then you can develop a code to change your user settings. Only if your id has admin rights you will be able to change the settings. Use 'BAPI_USER_CHANGE' to change decimal notation in defaults table. Also remember to fill it's respective 'DEFAULTSX' table (i.e. pass 'X' for all the fields that you intend to change)....without this your changes will not be reflected. Call 'BAPI_TRANSACTION_COMMIT' (or just write statement 'COMMIT WORK AND WAIT') after successful completion of BAPI_USER_CHANGE to commit your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Let me know if it doesn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, you can check below link for setting your user defaults:&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html" target="test_blank"&gt;http://web.mit.edu/sapr3/docs/webdocs/getstarted/gsSETTINGS.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saba&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Saba Sayed on Feb 4, 2011 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646358#M1572693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T14:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646359#M1572694</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;You can see this post on how to chnge it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1845930"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Re: Find symbol in string   &lt;/P&gt;&lt;P&gt;Posted: Dec 7, 2010 11:59 AM    in response to: Alex Dean       &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; the number (for eg. 300.000.000,00 or 300,000,000.00) the symbols '.' or ',' (dot or comma) represents the different decimal notations.&lt;/P&gt;&lt;P&gt;The SAP user can change this format using the transaction code SU01 (User Maintenance). For more information navigate to Default TAB in the Transaction SU01D(User Display transaction) displays the user Profile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646359#M1572694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Decimal notation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646360#M1572695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it by changing my log on language to "EN" and saved. Then changed back to my native language and it stayed as it was in "EN". So my problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 15:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimal-notation/m-p/7646360#M1572695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-04T15:51:44Z</dc:date>
    </item>
  </channel>
</rss>

