2008 Feb 19 3:14 AM
Hi ,
like CEIL FLOOR i want Round off functionality is there possible in SAP or manually we have to do ?
i mean if x = 3.45412 means i want x = 3.45 and
if x = 3.45767 means i want x = 3.46
upto two decimals means
is ther any chance ..
THX
Hi ,
like CEIL FLOOR i want Round off functionality is there possible in SAP or manually we have to do ?
i mean if x = 3.45412 means i want x = 3.45 and
if x = 3.45767 means i want x = 3.46
upto two decimals means
is ther any chance ..
THX
2008 Feb 19 3:17 AM
DATA:v_round TYPE p DECIMALS 2 VALUE '0.2'.
WRITE wk_m ROUND v_round TO wk_n.
i guess this may work
2008 Feb 19 3:46 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |