<?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: help needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637309#M284124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part..the Rounding off.&lt;/P&gt;&lt;P&gt;lp2 = '3349544.88'.&lt;/P&gt;&lt;P&gt;lint = sqrt( lp2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*answer lint =   1830.&lt;/P&gt;&lt;P&gt;while the correct answer would be 1830.18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lets say if lp2 = '248.88'.&lt;/P&gt;&lt;P&gt;lint = sqrt( lp2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*answer lint = 16..and the correct answer is 15.78&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 14:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T14:03:35Z</dc:date>
    <item>
      <title>help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637303#M284118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i am working on smartform. according to below description  could u plz help me code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item - Total number of Containers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Get ANZGEB from QALS where QALS-MBLNR (material document number) = MSEG-MBLNR=LQUA-WENUM.  If total number of containers is blank, leave this field (total number of containers) and (Containers to be Sampled) blank.&lt;/P&gt;&lt;P&gt;Item: Containers to be Sampled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Calculated field: &amp;#147;square root of QALS-ANZGEB (round up the value if the decimal point value is &amp;gt; 0.5 else round down the value) plus 1. example: if the square root value is 5.2 then the results will be 5 + 1 = 6 but if the square root value is 5.5 then the results will be 6 + 1 = 7. &lt;/P&gt;&lt;P&gt;&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;siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 13:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637303#M284118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637304#M284119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT QALS-ANZGEB into lanzgeb&lt;/P&gt;&lt;P&gt;FROM QALS&lt;/P&gt;&lt;P&gt;WHERE MBLNR = MSEG-MBLNR.&lt;/P&gt;&lt;P&gt;lint = sqrt( lanzgeb ).&lt;/P&gt;&lt;P&gt;lint = lint + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Lint is of type integer and hence would take of the rounding.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part..the Rounding off.&lt;/P&gt;&lt;P&gt;lp2 = '3349544.88'.&lt;/P&gt;&lt;P&gt;lint = sqrt( lp2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*answer lint =   1830.&lt;/P&gt;&lt;P&gt;while the correct answer would be 1830.18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anurag Bankley&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 13:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637304#M284119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637305#M284120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Anurag ,&lt;/P&gt;&lt;P&gt;could u plz explain this a little clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;siri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 13:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637305#M284120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T13:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637306#M284121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select single ANZGEB from QALS where mblnr = lqua-wenum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_val = sqrt( qals-anzgeb ).&lt;/P&gt;&lt;P&gt;l_val = round( qals-anzgeb ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 13:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637306#M284121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637307#M284122</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;&lt;/P&gt;&lt;P&gt;data : rslt type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single ANZGEB &lt;/P&gt;&lt;P&gt;from QALS into qals-anzgeb&lt;/P&gt;&lt;P&gt;where mblnr = lqua-wenum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;rslt  = sqrt( qals-anzgeb ).&lt;/P&gt;&lt;P&gt;rslt  = ciel( qals-anzgeb ).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark points for all hlpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637307#M284122</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-20T14:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637308#M284123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ravi when i used this round(qals-anzeb) it is showing syntax error for round.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637308#M284123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637309#M284124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part..the Rounding off.&lt;/P&gt;&lt;P&gt;lp2 = '3349544.88'.&lt;/P&gt;&lt;P&gt;lint = sqrt( lp2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*answer lint =   1830.&lt;/P&gt;&lt;P&gt;while the correct answer would be 1830.18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and lets say if lp2 = '248.88'.&lt;/P&gt;&lt;P&gt;lint = sqrt( lp2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*answer lint = 16..and the correct answer is 15.78&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637309#M284124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637310#M284125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm Sorry. There is no function for round as it is.&lt;/P&gt;&lt;P&gt;There is an fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'ROUND'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            INPUT         = VALUE_FLOAT&lt;/P&gt;&lt;P&gt;            DECIMALS      = 0&lt;/P&gt;&lt;P&gt;            SIGN          = ' '&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            OUTPUT        = E_VALUE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OVERFLOW      = 01&lt;/P&gt;&lt;P&gt;            INPUT_INVALID = 02&lt;/P&gt;&lt;P&gt;            TYPE_INVALID  = 03.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1637310#M284125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:08:40Z</dc:date>
    </item>
  </channel>
</rss>

