<?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: Amount in Sap Script Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593790#M1861319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed (K) , even then its not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jagjit Singh Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Sep 2014 14:21:53 GMT</pubDate>
    <dc:creator>jagjit_saini2</dc:creator>
    <dc:date>2014-09-28T14:21:53Z</dc:date>
    <item>
      <title>Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593785#M1861314</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 am facing one issue in output of Amount field in Sap Script .Amount value which is displaying in sap script is 123334.00 but requirement is to display this value as 12,3334.00 .I have tried SET COUNTRY &amp;amp;country-key&amp;amp;, Symbol(K) but these are also&amp;nbsp; not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jagjit Singh Saini &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 07:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593785#M1861314</guid>
      <dc:creator>jagjit_saini2</dc:creator>
      <dc:date>2014-09-27T07:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593786#M1861315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagjit ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the field length of the variable.&lt;/P&gt;&lt;P&gt;make sure it is more than 10 digits to accommodate commas in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogendra Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 08:11:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593786#M1861315</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2014-09-27T08:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593787#M1861316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set country should work, what is the data type another alternative is to call a subroutine, use WRITE TO or any appropriate FM and then pass the value back to the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 11:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593787#M1861316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-27T11:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593788#M1861317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field is of type NETWR (length 15 type CURR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jagjit Singh Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Sep 2014 12:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593788#M1861317</guid>
      <dc:creator>jagjit_saini2</dc:creator>
      <dc:date>2014-09-27T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593789#M1861318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A guess....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try to &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;remove&lt;/STRONG&gt;&lt;/SPAN&gt; the (K)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/551148" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 04:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593789#M1861318</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-09-28T04:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593790#M1861319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eitan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed (K) , even then its not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jagjit Singh Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 14:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593790#M1861319</guid>
      <dc:creator>jagjit_saini2</dc:creator>
      <dc:date>2014-09-28T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593791#M1861320</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;Can you please tell amount field declared in char or curr?&lt;/P&gt;&lt;P&gt;Have you tried your own data-&amp;gt;decimal settings and share what is in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.If you declare it in curr field and you set the country it definately print well,&lt;/P&gt;&lt;P&gt;2.if you use char field declare one curr field and write the values from char to curr.&lt;/P&gt;&lt;P&gt;Now print the curr variable in sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Shankar.L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 14:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593791#M1861320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-28T14:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Amount in Sap Script Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593792#M1861321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;paste screenshots of ur script n data declaration&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 15:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/amount-in-sap-script-display/m-p/10593792#M1861321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-28T15:16:38Z</dc:date>
    </item>
  </channel>
</rss>

