<?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: round function problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438846#M1648376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one last question... what is the type and value of W_HALB-AVOAU ?&lt;/P&gt;&lt;P&gt;i am trying to replicate your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2011 06:00:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-30T06:00:01Z</dc:date>
    <item>
      <title>round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438827#M1648357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my requirement i have a problem that in quantity fields i am getting the wrong value after 4 decimals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls go through the followin ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose my &lt;STRONG&gt;calculated value&lt;/STRONG&gt; is &lt;STRONG&gt;2039.417140256&lt;/STRONG&gt;, but the value i am getting is &lt;STRONG&gt;2039.417&lt;/STRONG&gt;, the actual value i have to get is &lt;STRONG&gt;2039.418&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for &lt;STRONG&gt;2148.19556709&lt;/STRONG&gt;,i am getting &lt;STRONG&gt;2148.196&lt;/STRONG&gt; which is &lt;STRONG&gt;equal to actual value&lt;/STRONG&gt; i have to get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for &lt;STRONG&gt;218.56573508&lt;/STRONG&gt;, i am getting &lt;STRONG&gt;218.566&lt;/STRONG&gt; which is &lt;STRONG&gt;equal to actual value&lt;/STRONG&gt; i have to get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the above ex i have to ceil the fourth decimal of my total no ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried ceil ,but my total no is getting rounded to next higher no &lt;/P&gt;&lt;P&gt;                 which will result in large variation with my actual value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body pls suggest me how to ceil the &lt;STRONG&gt;fourth decimal of my no&lt;/STRONG&gt; with some sample code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp;regards&lt;/P&gt;&lt;P&gt;maheshlap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 03:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438827#M1648357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T03:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438828#M1648358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is working correct.. if you round off &lt;STRONG&gt;2039.417140256&lt;/STRONG&gt; this value you should get &lt;STRONG&gt;2039.417&lt;/STRONG&gt;. This is the Correct round off right?&lt;/P&gt;&lt;P&gt;can i know why you want as 2039.418?? and the 4th Decimal point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 03:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438828#M1648358</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-12-30T03:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438829#M1648359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is same as t-code &lt;STRONG&gt;cs11&lt;/STRONG&gt;, it is a report which will show all the materials prior to selection ( &lt;STRONG&gt;unlike cs11 which shows single material&lt;/STRONG&gt; ) and its components and its quantities including scrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the valu i am getting is ex.2039.417 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in cs11 the same value is 2039.418, i have checked my value which is differ in the fourth decimal thats y i need to ceil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fourth decimal place,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that minute variation also leads to large varition in weight thats y i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry i havent used any &lt;STRONG&gt;round function&lt;/STRONG&gt; here, i just want to &lt;STRONG&gt;ceil fourth decimal place&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u got it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 04:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438829#M1648359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T04:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438830#M1648360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;data: p1 type p DECIMALS 3.
data: f1 type f.
f1 =  '2039.417140256'.
f1 = f1 * 1000.
f1 = ceil( f1 ).
f1 = f1 / 1000 .
move f1 to p1. WRITE p1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 04:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438830#M1648360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T04:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438831#M1648361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi soumya ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still i am getting the same value, can u plz suggest me another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the calculated value i am getting is 1751.007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the actula val in cs11 is 1750.971&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex. v_tamnt = 30000,v_bmeng = 350.010,w_halb-mngko = 55.300&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF W_HALB-MTART = 'ROH' OR W_HALB-MTART = 'PERS'.
          W_HALB-WOSQTY = ( ( V_TAMNT * W_HALB-MNGKO ) / V_BMENG ).
          F1 = W_HALB-WOSQTY.
          F1 = F1 * 1000.
          F1 = CEIL( F1 ).
          F1 = F1 / 1000.
          MOVE F1 TO W_HALB-WOSQTY.
          CLEAR F1.
          W_HALB-SQTY =  ( ( W_HALB-MNGKO * W_HALB-AVOAU ) / 100 ).
          W_HALB-SQTY = ( ( V_TAMNT * W_HALB-SQTY ) / V_BMENG ).
          F1 = W_HALB-SQTY.
          F1 = F1 * 1000.
          F1 = CEIL( F1 ).
          F1 = F1 / 1000.
          MOVE F1 TO W_HALB-SQTY.
          CLEAR F1.
          W_HALB-TOQTY = W_HALB-WOSQTY + W_HALB-SQTY.
        ELSE.
          IF W_HALB-MTART = 'HALB'.
            W_HALB-WOSQTY = (  ( V_TAMNT * W_HALB-MNGKO ) / V_BMENG ) .
            F1 = W_HALB-WOSQTY.
            F1 = F1 * 1000.
            F1 = CEIL( F1 ).
            F1 = F1 / 1000.
            MOVE F1 TO W_HALB-WOSQTY.
            CLEAR F1.
            W_HALB-SQTY =  ( ( W_HALB-MNGKO * W_HALB-AVOAU ) / 100 ).
            W_HALB-SQTY = ( ( V_TAMNT * W_HALB-SQTY ) / V_BMENG ).
            F1 = W_HALB-SQTY.
            F1 = F1 * 1000.
            F1 = CEIL( F1 ).
            F1 = F1 / 1000.
            MOVE F1 TO W_HALB-SQTY.
            CLEAR F1.
            W_HALB-TOQTY = W_HALB-WOSQTY + W_HALB-SQTY.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body pls suggets me&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 04:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438831#M1648361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T04:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438832#M1648362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to increase the decimal value by one and then move it again to the decimal which you required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try like the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: p1 type p DECIMALS 4.&lt;/P&gt;&lt;P&gt;data: f1 type p DECIMALS 3.&lt;/P&gt;&lt;P&gt;p1 =  '2039.417140256'.&lt;/P&gt;&lt;P&gt;p1 = p1 * 1000.&lt;/P&gt;&lt;P&gt;p1 = ceil( p1 ).&lt;/P&gt;&lt;P&gt;p1 = p1 / 1000 .&lt;/P&gt;&lt;P&gt;move p1 to f1.&lt;/P&gt;&lt;P&gt;WRITE p1.&lt;/P&gt;&lt;P&gt;WRITE f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this solves you problem else please revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438832#M1648362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438833#M1648363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto Include LCSDIF53 , subroutine DECIMALS_CHECK and check what is happening. Debug CS11 placing a break-point here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copied from routine .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CHECK ( NOT DEC_MEINS IS INITIAL ) AND
         ( NOT DEC_MENGE IS INITIAL ).

   DATA: M  TYPE F,
         P1 TYPE F VALUE 1,
         X1 TYPE F,
         X2 TYPE F,
         L_DECIMALS LIKE T006-DECAN,
         l_msgty    like sy-msgty.                       "note 517410

   PERFORM T006_LESEN USING DEC_MEINS.
   L_DECIMALS = T006-ANDEC.
   IF L_DECIMALS IS INITIAL.
      L_DECIMALS = T006-DECAN.
   ENDIF.
   DO L_DECIMALS TIMES.
      P1 = P1 * 10.
   ENDDO.

*- Konvertierung in Float
   M = DEC_MENGE.
   X1 = P1 * M / 1000.
   X2 = CEIL( X1 ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438833#M1648363</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-30T05:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438834#M1648364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still there is no change , i am getting the same val as above mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438834#M1648364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438835#M1648365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the code below which you have mentioned as your sample code &lt;/P&gt;&lt;P&gt;i am getting the value 4.739,8650.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the answer which you needed??.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please revert back me for queries......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : v_bmeng TYPE p DECIMALS 4.&lt;/P&gt;&lt;P&gt;DATA : w_halb-mngko TYPE p DECIMALS 4.&lt;/P&gt;&lt;P&gt;DATA : v_tamnt TYPE i.&lt;/P&gt;&lt;P&gt;DATA : w_halb-wosqty TYPE p DECIMALS 4,&lt;/P&gt;&lt;P&gt;       w_halb-toqty TYPE p DECIMALS 4,&lt;/P&gt;&lt;P&gt;       w_halb-sqty TYPE p DECIMALS 4,&lt;/P&gt;&lt;P&gt;       w_halb-avoau TYPE p DECIMALS 4,&lt;/P&gt;&lt;P&gt;       f1 TYPE p DECIMALS 4,&lt;/P&gt;&lt;P&gt;       w_halb-mtart(4) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_tamnt = '30000'.&lt;/P&gt;&lt;P&gt;v_bmeng = '350.010'.&lt;/P&gt;&lt;P&gt;w_halb-mngko = '55.300'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_halb-mtart = 'HALB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF w_halb-mtart = 'ROH' OR w_halb-mtart = 'PERS'.&lt;/P&gt;&lt;P&gt;  w_halb-wosqty = ( ( v_tamnt * w_halb-mngko ) / v_bmeng ).&lt;/P&gt;&lt;P&gt;  f1 = w_halb-wosqty.&lt;/P&gt;&lt;P&gt;  f1 = f1 * 1000.&lt;/P&gt;&lt;P&gt;  f1 = CEIL( f1 ).&lt;/P&gt;&lt;P&gt;  f1 = f1 / 1000.&lt;/P&gt;&lt;P&gt;  MOVE f1 TO w_halb-wosqty.&lt;/P&gt;&lt;P&gt;  CLEAR f1.&lt;/P&gt;&lt;P&gt;  w_halb-sqty =  ( ( w_halb-mngko * w_halb-avoau ) / 100 ).&lt;/P&gt;&lt;P&gt;  w_halb-sqty = ( ( v_tamnt * w_halb-sqty ) / v_bmeng ).&lt;/P&gt;&lt;P&gt;  f1 = w_halb-sqty.&lt;/P&gt;&lt;P&gt;  f1 = f1 * 1000.&lt;/P&gt;&lt;P&gt;  f1 = CEIL( f1 ).&lt;/P&gt;&lt;P&gt;  f1 = f1 / 1000.&lt;/P&gt;&lt;P&gt;  MOVE f1 TO w_halb-sqty.&lt;/P&gt;&lt;P&gt;  CLEAR f1.&lt;/P&gt;&lt;P&gt;  w_halb-toqty = w_halb-wosqty + w_halb-sqty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSEIF w_halb-mtart = 'HALB'.&lt;/P&gt;&lt;P&gt;  w_halb-wosqty = (  ( v_tamnt * w_halb-mngko ) / v_bmeng ) .&lt;/P&gt;&lt;P&gt;  f1 = w_halb-wosqty.&lt;/P&gt;&lt;P&gt;  f1 = f1 * 1000.&lt;/P&gt;&lt;P&gt;  f1 = CEIL( f1 ).&lt;/P&gt;&lt;P&gt;  f1 = f1 / 1000.&lt;/P&gt;&lt;P&gt;  MOVE f1 TO w_halb-wosqty.&lt;/P&gt;&lt;P&gt;  CLEAR f1.&lt;/P&gt;&lt;P&gt;  w_halb-sqty =  ( ( w_halb-mngko * w_halb-avoau ) / 100 ).&lt;/P&gt;&lt;P&gt;  w_halb-sqty = ( ( v_tamnt * w_halb-sqty ) / v_bmeng ).&lt;/P&gt;&lt;P&gt;  f1 = w_halb-sqty.&lt;/P&gt;&lt;P&gt;  f1 = f1 * 1000.&lt;/P&gt;&lt;P&gt;  f1 = CEIL( f1 ).&lt;/P&gt;&lt;P&gt;  f1 = f1 / 1000.&lt;/P&gt;&lt;P&gt;  MOVE f1 TO w_halb-sqty.&lt;/P&gt;&lt;P&gt;  CLEAR f1.&lt;/P&gt;&lt;P&gt;  w_halb-toqty = w_halb-wosqty + w_halb-sqty.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : w_halb-toqty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438835#M1648365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438836#M1648366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;hi soumya ,&lt;/P&gt;&lt;P&gt;&amp;gt; still i am getting the same value, can u plz suggest me another way.&lt;/P&gt;&lt;P&gt;&amp;gt; the calculated value i am getting is 1751.007&lt;/P&gt;&lt;P&gt;&amp;gt; but the actula val in cs11 is 1750.971&lt;/P&gt;&lt;P&gt;&amp;gt; ex. v_tamnt = 30000,v_bmeng = 350.010,w_halb-mngko = 55.300&lt;/P&gt;&lt;P&gt;&amp;gt; thanks.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;can you quickly tell me what the calculation here... and what the input and whats the ouput required(for this exact example)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438836#M1648366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438837#M1648367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srihari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to ceil fourt decimal place after the point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried above total decimal point got affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u check once&lt;/P&gt;&lt;P&gt;thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438837#M1648367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438838#M1648368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output is 1751.001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actual op val in cs11 is 1750.971&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cal code i have provided above.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438838#M1648368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438839#M1648369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try what i said ? Please check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438839#M1648369</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-30T05:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438840#M1648370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;W_HALB-WOSQTY - whats the type for this!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438840#M1648370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438841#M1648371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was that to me &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438841#M1648371</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-30T05:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438842#M1648372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying but i am not able to understand that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438842#M1648372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438843#M1648373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was that to me &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; yes, actually i was about to write Kesav has suggested a really nice piece of code, then i got diverted towards the actual post i did&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Mahesh.&lt;/P&gt;&lt;P&gt;W_HALB-WOSQTY - whats the type for this!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438843#M1648373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438844#M1648374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_halb-wosqty type kmpmg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438844#M1648374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T05:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438845#M1648375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi keshav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying but i am not able to understand that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please debug that code from CS11 and understand it. It will be helpful more than I explain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 05:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438845#M1648375</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-30T05:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: round function problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438846#M1648376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one last question... what is the type and value of W_HALB-AVOAU ?&lt;/P&gt;&lt;P&gt;i am trying to replicate your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 06:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/round-function-problem/m-p/8438846#M1648376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T06:00:01Z</dc:date>
    </item>
  </channel>
</rss>

