cancel
Showing results for 
Search instead for 
Did you mean: 

Currency conversion

Former Member
0 Kudos

Hi all

In a customer account statement by using BAPI_AR_ACC_GETOPENITEMS i got open items details, but when i am trying to append these values in to my own structure the currency conversion is giving wrong, say actual value coming from bapi is 1,414.56 but it is printing like 141,456.00.

thanx

suresh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi suresh,

just try this

data : v_curr type p length 13 decimals 2.

v_curr = wa_itab-curr / 100.

and make use in the form....I guess it should work...

All the very best....

Regards,

Sreenivasa Sarma K.

Answers (0)