‎2007 Dec 06 7:46 AM
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
‎2007 Dec 06 8:07 AM
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
‎2007 Dec 06 7:50 AM
Hi Santosh,
Check these FM
ROUND_AMOUNT
FI_ROUND_AMOUNT
another FM HR_IN_ROUND_AMT
<b>Reward points if this helps.
Manish</b>
‎2007 Dec 06 8:44 AM
Manish
Thanks for ur quick response i will check wid this i definitely reward u wid lots of points
Regards
Santosh
‎2007 Dec 06 8:07 AM
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
‎2007 Dec 09 10:53 AM