Hi All,
No need of Function modules use the below one line code
data(lv_round) = round( val = '5678.65800341' dec = 0 ).
Now the value of lv_round will be 5679
Thanks,
Murugan
Hi All,
No need of Function modules use the below one line code
data(lv_round) = round( val = '5678.65800341' dec = 0 ).
Now the value of lv_round will be 5679
Thanks,
Murugan