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

Roundoff values

Former Member
0 Likes
575

Hi Techis

do u knw how to roundoff values

eg konv-kbter value is of data type curr and upto 2 decimal but if i enter value 1.875 it will by default show 1.88 but i want 1.875

i tried wid conversion exit but it wont work ...do u have any clue...??

Regards

Santosh L

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

1) ROUND_AMOUNT

2) FI_ROUND_AMOUNT

3)HR_IN_ROUND_AMT

4)HR_NZ_ROUNDING_DECIMALS

OR

You can use CEIL or FLOOR abap commands to achieve the same.

Regards,

Maha

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hi Santosh,

Check these FM

ROUND_AMOUNT

FI_ROUND_AMOUNT

another FM HR_IN_ROUND_AMT

<b>Reward points if this helps.

Manish</b>

Read only

0 Likes
532

Manish

Thanks for ur quick response i will check wid this i definitely reward u wid lots of points

Regards

Santosh

Read only

Former Member
0 Likes
533

1) ROUND_AMOUNT

2) FI_ROUND_AMOUNT

3)HR_IN_ROUND_AMT

4)HR_NZ_ROUNDING_DECIMALS

OR

You can use CEIL or FLOOR abap commands to achieve the same.

Regards,

Maha

Read only

0 Likes
532

Thanks Maha

Regards

Santosh L