<?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: data formatting for quantity field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489021#M838927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the User profile settings through:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System&lt;DEL&gt;&amp;gt;User Profile&lt;/DEL&gt;&amp;gt;Own Data--&amp;gt; Defaults Tab&lt;/P&gt;&lt;P&gt;Change the Numbers tab as desired, you will achieve the o/p.&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;Regards&lt;/P&gt;&lt;P&gt;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 06:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T06:46:05Z</dc:date>
    <item>
      <title>data formatting for quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489019#M838925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;    while extracting the data for the quan field in a variable it is without comma(in table it is with comma) ...but i want that data in a variable with comma like if the data is 12345.000&lt;/P&gt;&lt;P&gt;i want it in the form of 12,345.000 and so on.&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>Tue, 11 Mar 2008 06:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489019#M838925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T06:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: data formatting for quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489020#M838926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  change the user settings of your login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to tcode: SU3.&lt;/P&gt;&lt;P&gt;press default tab.&lt;/P&gt;&lt;P&gt;there you check the currency and qty fields.  choose appropriate one and save, your problem will be get resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 06:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489020#M838926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T06:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: data formatting for quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489021#M838927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the User profile settings through:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System&lt;DEL&gt;&amp;gt;User Profile&lt;/DEL&gt;&amp;gt;Own Data--&amp;gt; Defaults Tab&lt;/P&gt;&lt;P&gt;Change the Numbers tab as desired, you will achieve the o/p.&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;Regards&lt;/P&gt;&lt;P&gt;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 06:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489021#M838927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T06:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: data formatting for quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489022#M838928</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;It depends  upon the user setting in SU3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change thhe same otherwise go to USR01 and check the same for the user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          	1.234.567,89&lt;/P&gt;&lt;P&gt;X	1,234,567.89&lt;/P&gt;&lt;P&gt;Y	1 234 567,89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace the same based on value of DCPFM &lt;/P&gt;&lt;P&gt;use replace &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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 06:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-formatting-for-quantity-field/m-p/3489022#M838928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T06:49:57Z</dc:date>
    </item>
  </channel>
</rss>

