Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CONVERSION...

Former Member
0 Likes
751

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?

1 ACCEPTED SOLUTION
Read only

varma_narayana
Active Contributor
0 Likes
721

This message was moderated.

5 REPLIES 5
Read only

Former Member
0 Likes
721

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.

Read only

Former Member
0 Likes
721

This message was moderated.

Read only

Former Member
0 Likes
721

just transfer the number into the field of type N the rest will br taken care of

thnks

Sahil

Read only

Former Member
0 Likes
721

Check this one.


data: lv_roundedno type i.

move lv_toberounded to lv_roundedno.

Read only

varma_narayana
Active Contributor
0 Likes
722

This message was moderated.