<?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: Sapscript display problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756881#M1115618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use some thing like this :&lt;/P&gt;&lt;P&gt;&amp;amp;p_NTGEW(10)&amp;amp; only the 10  characters will be visible length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in the print program find out the filed &lt;/P&gt;&lt;P&gt;data: p_ntgew type p decimal 3. change it to &lt;/P&gt;&lt;P&gt;       VVVVVV&lt;/P&gt;&lt;P&gt;data: p_ntgew type p decimal &lt;STRONG&gt;2&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 14:29:32 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-11-11T14:29:32Z</dc:date>
    <item>
      <title>Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756878#M1115615</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 number displayed on form as 3 decimals and want to display this number as 2 decimals only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756878#M1115615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756879#M1115616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deniz,&lt;/P&gt;&lt;P&gt;You need to manually define a Character variable in the driver program.&lt;/P&gt;&lt;P&gt;and in the sap script you need to use the PERFORM....END PERFORM and pass the decimal value and do the changes in the subroutine and pass the 2 decimal data to the variable which you have declared and passed the perform and subroutine.&lt;/P&gt;&lt;P&gt;Now displya the character variable which is returing you the 2 decimal value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756879#M1115616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756880#M1115617</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;Display the field as &amp;amp;field(10.2)&amp;amp;&lt;/P&gt;&lt;P&gt;where 10 is length of field before decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manasa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756880#M1115617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756881#M1115618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you can use some thing like this :&lt;/P&gt;&lt;P&gt;&amp;amp;p_NTGEW(10)&amp;amp; only the 10  characters will be visible length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in the print program find out the filed &lt;/P&gt;&lt;P&gt;data: p_ntgew type p decimal 3. change it to &lt;/P&gt;&lt;P&gt;       VVVVVV&lt;/P&gt;&lt;P&gt;data: p_ntgew type p decimal &lt;STRONG&gt;2&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756881#M1115618</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-11-11T14:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756882#M1115619</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;use (.2) as a prefix after the Variable to display upto 2 decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: &amp;amp;net_price(.2)&amp;amp; will be used to print the net price value till two places of decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a general rule (.n) will be used as a prefix after the variable to display upto n decimal places, where n=0 , for no decimal places.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756882#M1115619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756883#M1115620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.. I got to raise this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;think the value is 218.509
                525.589
                528.893
total : 1272.991.

and we show 218.50
             525.58
             528.89

total: 1272.97&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-display-problem/m-p/4756883#M1115620</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-11-11T14:36:58Z</dc:date>
    </item>
  </channel>
</rss>

