‎2010 Mar 18 9:03 PM
Hi,
How can i round decimal places to nearest .005 ......?
for example : 0.162 => 0.165
1.038 => 1.04.
I sther any function module available in SAP...?
I tried Function 'ROUND ' but its not working.
Thanks,
Sara
‎2010 Mar 18 9:42 PM
‎2010 Mar 18 9:45 PM
Hi,
You can define the variable type p decimals 3.
The value will be rounded upto 3 decimals.
The decimals can be changed upon your requirement.
Regards,
Sandeep
‎2010 Mar 19 5:05 AM
Hi,
You want to round off till how many decimal places?
You can do it by defining the as 'v_count(or your field) type p decimals 2'