<?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: Decimals format in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791799#M340591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Omitting the Separator for &amp;#145;Thousands&amp;#146; Symbols of the DEC, CURR, INT, and QUAN data types are normally formatted with the a &amp;#145;thousands&amp;#146; separator character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The T option allows you to omit this separator character. Syntax: &amp;amp;symbol(T)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this syntax .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use set country for country specific format and then adjust the currency setting currency format.&lt;/P&gt;&lt;P&gt;U have to go for that option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u move this values into aa character variable  and see the same as already u mentioned it that in debugging values are fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 07:41:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-20T07:41:44Z</dc:date>
    <item>
      <title>Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791793#M340585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scripts in which the currency values are getting displayed in the format 123.456.78,910 whereas I need the format 123,456,78.910&lt;/P&gt;&lt;P&gt;I've set the defaults in SU3 to meet this requirement, but its not working. I even checked the values in print program in debug mode &amp;amp; its fine there.&lt;/P&gt;&lt;P&gt;I have given the additional (I) to that field in scripts so that it shouldn't print 0 if there's no value.&lt;/P&gt;&lt;P&gt;Kindly suggest me any standard method/setting to solve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791793#M340585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791794#M340586</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;Please give (T)  to that field in the script and check the output. T is for thousands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791794#M340586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791795#M340587</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;after changing the defaults in SU3, i think we need to log-off and log-in again for the changes to reflect.&lt;/P&gt;&lt;P&gt;pls check it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791795#M340587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791796#M340588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(c.3) or (i.3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may work but not sure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791796#M340588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791797#M340589</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;Set country is the command in sapscript influences the decimal format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set country as US, it will resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791797#M340589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791798#M340590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jithendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to comply the format according to the country code. It should solve your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791798#M340590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791799#M340591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; Omitting the Separator for &amp;#145;Thousands&amp;#146; Symbols of the DEC, CURR, INT, and QUAN data types are normally formatted with the a &amp;#145;thousands&amp;#146; separator character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The T option allows you to omit this separator character. Syntax: &amp;amp;symbol(T)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this syntax .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use set country for country specific format and then adjust the currency setting currency format.&lt;/P&gt;&lt;P&gt;U have to go for that option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u move this values into aa character variable  and see the same as already u mentioned it that in debugging values are fine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 07:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791799#M340591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T07:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Decimals format in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791800#M340592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jitendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how you got the solution for your problem. I have a similar kind of requirement where in i had to display 1,22.00 for a french script and 1.22,00 for an english script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anticipating your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 23:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/decimals-format-in-scripts/m-p/1791800#M340592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T23:03:13Z</dc:date>
    </item>
  </channel>
</rss>

