‎2007 Oct 01 11:24 AM
hii....
If a number is greater than one and is in decimals, then how can we round it off to the next integer?
is there any function module?
‎2007 Oct 01 11:36 AM
‎2007 Oct 01 11:28 AM
Hi,
Try using this FM
Hope it helps,
HR_NZ_ROUNDING_DECIMALS
HR_TH_ROUND_AMOUNT_DIRECT
HR_TH_ROUND_AMOUNT_FEATURE
Regards,
Pritha.
Reward if useful.
‎2007 Oct 01 11:29 AM
‎2007 Oct 01 11:30 AM
just transfer the number into the field of type N the rest will br taken care of
thnks
Sahil
‎2007 Oct 01 11:30 AM
Check this one.
data: lv_roundedno type i.
move lv_toberounded to lv_roundedno.
‎2007 Oct 01 11:36 AM