<?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: SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302168#M158853</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;see, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way a floating point number is formatted depends on whether an exponent is specified. The mantissa is adjusted by shifting the decimal point and, if necessary, introducing leading zeros, according to the exponent chosen. Using an exponent value of 0 means that the exponent representation will not be used for displaying the symbol. &lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(EN)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify an exponent of 0, then the number is displayed without using the exponent representation. This has the same effect as completely omitting the specification of an exponent: &amp;amp;symbol(E0)&amp;amp; has the same effect as &amp;amp;symbol(E)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the PLMK-SOLLWERT field is assumed to have the value 123456.78 and to be of data type FLTP. &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT&amp;amp; -&amp;gt; &lt;EM&gt;1.23456780000000E&lt;/EM&gt;05 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E3)&amp;amp; -&amp;gt; &lt;EM&gt;123.456780000000E&lt;/EM&gt;03 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E6)&amp;amp; -&amp;gt; &lt;EM&gt;0.12345678000000E&lt;/EM&gt;06 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E0)&amp;amp; -&amp;gt; +123456.780000000 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E)&amp;amp; -&amp;gt; +123456.780000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 09:36:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T09:36:40Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302167#M158852</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;How can i specify an exponent for floating Point Numbers???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 09:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302167#M158852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T09:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302168#M158853</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;see, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way a floating point number is formatted depends on whether an exponent is specified. The mantissa is adjusted by shifting the decimal point and, if necessary, introducing leading zeros, according to the exponent chosen. Using an exponent value of 0 means that the exponent representation will not be used for displaying the symbol. &lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(EN)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify an exponent of 0, then the number is displayed without using the exponent representation. This has the same effect as completely omitting the specification of an exponent: &amp;amp;symbol(E0)&amp;amp; has the same effect as &amp;amp;symbol(E)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the PLMK-SOLLWERT field is assumed to have the value 123456.78 and to be of data type FLTP. &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT&amp;amp; -&amp;gt; &lt;EM&gt;1.23456780000000E&lt;/EM&gt;05 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E3)&amp;amp; -&amp;gt; &lt;EM&gt;123.456780000000E&lt;/EM&gt;03 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E6)&amp;amp; -&amp;gt; &lt;EM&gt;0.12345678000000E&lt;/EM&gt;06 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E0)&amp;amp; -&amp;gt; +123456.780000000 &lt;/P&gt;&lt;P&gt;&amp;amp;PLMK-SOLLWERT(E)&amp;amp; -&amp;gt; +123456.780000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 09:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302168#M158853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302169#M158854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be done like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(En)&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where n is equal to 1,2,3 etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 09:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302169#M158854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T09:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302170#M158855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amar,&lt;/P&gt;&lt;P&gt; In the Print program you can use this statement:&lt;/P&gt;&lt;P&gt;DATA float TYPE f, var(10). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;float = sqrt( 2 ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE  float EXPONENT &amp;lt;num&amp;gt; to var.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 09:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1302170#M158855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T09:37:37Z</dc:date>
    </item>
  </channel>
</rss>

