Application Development 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: 

Incorrect currency updation in BPEJ table

Former Member
0 Kudos

i am Trying to update BPEJ table through bapi 'AIS2_EXTERN_UPDATE_CO' by passing mexican currency equivalent to 1$, but while updating the BPEJ table mexican currency is updated properly but USD is updated incorrectly,

For Example if i am passing 11.82 Mexican pesos(Equivalent to $1 USD) it is updating as 1.05 and if i pass 23.62 Mexican pesos its updating as 2.11 USD instead of $2.problem doesn't seems to be rounding of currency.

Regards

Venkat

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Are you passing the correct transaction currency to the TWAER field in IT_BPAK table?

Regards,

ravi

Former Member
0 Kudos

Hi Venkat ,

It might be retreiving the exchange rate maintained in your system.

Regards

Arun