<?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: Separator for thousands in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851006#M46217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that the thousands separater comes from the user profile.  Check the Decimal Notation on the Defaults tab of your user profile.  You can override this setting in the sapscript by using the SET COUNTRY command.  The values for this command are in table T005X.  So the command would be SET COUNTRY 'US' for the United States.  I think the field you are printing also has to be a numeric field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2005 13:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-25T13:18:02Z</dc:date>
    <item>
      <title>Separator for thousands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851004#M46215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a way  to add Separator for thousands in sap &lt;/P&gt;&lt;P&gt;script???&lt;/P&gt;&lt;P&gt;the variable that i want to print is not from the dictionary this is a calculated variable ,&lt;/P&gt;&lt;P&gt;now it's print on the form 1234&lt;/P&gt;&lt;P&gt;               and i want 1,234.&lt;/P&gt;&lt;P&gt;hope you can help on this.&lt;/P&gt;&lt;P&gt;10X Gil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 12:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851004#M46215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-25T12:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for thousands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851005#M46216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this SAP online doc. helps you.&lt;/P&gt;&lt;P&gt;I would suggest you to define the variable in your program referring to the curr/quan field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Murugesh AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Online Doc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omitting the Separator for &amp;#145;Thousands&amp;#146; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Symbols of the DEC, CURR, INT, and QUAN data types are normally formatted with the a &amp;#145;thousands&amp;#146; separator character. The T option allows you to omit this separator character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(T)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EKPO-MENGE field contains the value 1234.56. The Dictionary definition specifies 3 decimal places and an output length of 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE&amp;amp; -&amp;gt; 1,234.560 &lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MENGE(T)&amp;amp; -&amp;gt; 1234.560&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 13:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851005#M46216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-25T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for thousands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851006#M46217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that the thousands separater comes from the user profile.  Check the Decimal Notation on the Defaults tab of your user profile.  You can override this setting in the sapscript by using the SET COUNTRY command.  The values for this command are in table T005X.  So the command would be SET COUNTRY 'US' for the United States.  I think the field you are printing also has to be a numeric field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 13:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851006#M46217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-25T13:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Separator for thousands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851007#M46218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the star is appearing with blue colour in the list of questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But No points have been given to Brian Daws nor to me. Is there any problem with the system or let me know whether my understanding of point system is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/separator-for-thousands/m-p/851007#M46218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-25T13:49:09Z</dc:date>
    </item>
  </channel>
</rss>

