Skip to Content
0
Former Member
Mar 19, 2009 at 01:19 PM

Amount Conversion

201 Views

hi all,

I am using BAPI_AR_ACC_GETOPENITEMS to get open items. The amount length in the bapi is (23,4). I need to convert to normal format (13,2).

If I am directly assigning the values are gettting changed

Ex:If the amount from BAPI is 12.4500

when i am assigning the value is changed to 1245.00

Can some one please help.