<?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 Regarding decimal places in script... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232265#M480387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table PAYR the "amount" column has a value 12,000.50. But when i try to display that value using a script it is showing as 12.000,50. What could be the problem. In transaction SU01, for my user the decimal notation is like 1,234,567.89 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varadharajan.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 12:02:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T12:02:30Z</dc:date>
    <item>
      <title>Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232265#M480387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table PAYR the "amount" column has a value 12,000.50. But when i try to display that value using a script it is showing as 12.000,50. What could be the problem. In transaction SU01, for my user the decimal notation is like 1,234,567.89 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varadharajan.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232265#M480387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232266#M480388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make use of keyword&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set country 'US' in layouts.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232266#M480388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232267#M480389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In script write the command:&lt;/P&gt;&lt;P&gt;/: SET COUNTRY 'IN'.&lt;/P&gt;&lt;P&gt; if country is India, or 'US' for USA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232267#M480389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232268#M480390</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;A program symbol of one of the data types DEC, QUAN, and FLTP can contain decimal place data. Use the option below to override the Dictionary definition for the number of decimal places for the formatting of this symbol value. Syntax &amp;amp;symbol(.N)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i'm providing you an example plz refer to this and convert according to ur use&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. &amp;amp;EKPO-MENGE&amp;amp; -&amp;gt; 1,234.560 &amp;amp;EKPO-MENGE(.1) -&amp;gt; 1,234.6 &amp;amp;EKPO-MENGE&amp;amp;(.4) -&amp;gt; 1,234.5600 &amp;amp;EKPO-MENGE&amp;amp;(.0) -&amp;gt; 1,235 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232268#M480390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232269#M480391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varadharajan,&lt;/P&gt;&lt;P&gt;                        use this command in ur script.amount will come as per ur requirement&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  /: SET COUNTRY 'IN'.            "IN is for India&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232269#M480391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232270#M480392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Use the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET COUNTRY option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232270#M480392</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-03T12:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232271#M480393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where should the following statement given.&lt;/P&gt;&lt;P&gt;/: SET COUNTRY 'IN'.&lt;/P&gt;&lt;P&gt;I have given in the window where i am displaying the amount.But still there is no change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232271#M480393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding decimal places in script...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232272#M480394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any updates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varadharajan.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-decimal-places-in-script/m-p/2232272#M480394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:27:03Z</dc:date>
    </item>
  </channel>
</rss>

