<?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: IN sapscript display Float to  integer with decimal without changing type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342501#M1539665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help a lot further  .&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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Oct 2010 10:40:26 GMT</pubDate>
    <dc:creator>deepak_dhamat</dc:creator>
    <dc:date>2010-10-08T10:40:26Z</dc:date>
    <item>
      <title>IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342494#M1539658</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;      IN 4.7  version    sapscript layout is ok   . now we have upgraded to ECC 6.0  ,but layout  is giving error  &lt;/P&gt;&lt;P&gt;     for float data type field  , we don't want to change that field  . is there any solution  where we can apply  &lt;/P&gt;&lt;P&gt;     because  it has shifted to right alignment  in ecc 6.0   .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    we are using text_element in sapscript to display data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; current  output    4.6800000000000000E+03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Expected output  4680 or 4680.00 &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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 06:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342494#M1539658</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-08T06:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342495#M1539659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in sapscript you wont get arround it without canging the datatype&lt;/P&gt;&lt;P&gt;you will need atleast an internal variable - inside the sapscript itsself ie. with DEFINE&lt;/P&gt;&lt;P&gt;and then move (you can even call performs if you dont want to touch the printprogram)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in smartforms or adobeforms you would have other possibilities, but not in sapscript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 08:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342495#M1539659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T08:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342496#M1539660</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;maybe try using  &amp;amp;&amp;lt;your_variable&amp;gt;(E)&amp;amp; in you sapscript.&lt;/P&gt;&lt;P&gt;Then, if you would get too many trailing zeros, you can try with &lt;/P&gt;&lt;P&gt;&amp;amp;&amp;lt;your_variable&amp;gt;(E)(.2)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second option is untested though, because no immediate SAP form with sapscript at hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Geert Vermuyten on Oct 8, 2010 11:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 09:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342496#M1539660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T09:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342497#M1539661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt; Thanks for reply from both  manuell and geert  &lt;/P&gt;&lt;P&gt;  already i have used that     ,&lt;/P&gt;&lt;P&gt;  my Problem is  fields got shifted towards right  so ,last  column value is going on next line  &lt;/P&gt;&lt;P&gt;  all float type have display using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,,&amp;amp;IT_QASE_ALL_ONE-MESSWERT_20(E.0)&amp;amp;&lt;/P&gt;&lt;P&gt;,,&amp;amp;IT_QASE_ALL_ONE-MESSWERT_30(E.2)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they are displaying value now but   alingment has changed  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this values are LINE items &lt;/P&gt;&lt;P&gt; hence command used is LI  in sapscript  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 09:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342497#M1539661</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-08T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342498#M1539662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that usually happens due to spaces left in the variable (although its a number, try adding option C)&lt;/P&gt;&lt;P&gt;and you may also want to try limiting the total legnth ie. (EC18.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwhise you will probably have to alter the tabstops&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342498#M1539662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T10:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342499#M1539663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI mANUEL  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for solution  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actuall  i was unable to   adjust  using (e.2)  but after using  (e18c.2)  and all posible adjustment  with this syntax according to requiment of field length   it is adjusted  and  problem is solved .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342499#M1539663</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-08T10:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342500#M1539664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;great, thats good news&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw. you dont need to change the datatype length&lt;/P&gt;&lt;P&gt;you can also use 20, 30 etc instead of 18&lt;/P&gt;&lt;P&gt;i usually use the biggest currency field length i have (which is mostly 18)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342500#M1539664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T10:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: IN sapscript display Float to  integer with decimal without changing type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342501#M1539665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will help a lot further  .&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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-sapscript-display-float-to-integer-with-decimal-without-changing-type/m-p/7342501#M1539665</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2010-10-08T10:40:26Z</dc:date>
    </item>
  </channel>
</rss>

