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: 

TCURR - Negative Exchange Rate

Former Member

Hello Experts,

I am having an issue and I dont know how to fix it.

I am updating Rates on TCURR table, but they are NEGATIVES (-45.77 e.g.)

See below:

http://i.imgur.com/Ax01i.png

But, when calling BAPI from ABAP Programm, This value is POSITIVE (), see:

http://i.imgur.com/jg4sV.png

Any idea maybe can help me?

Thanks!

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor

Negative values in currency rate should be understood as inverse : e.g. -45.77 for 1 / 45.77, so SAP can store the value without any rounding.

Regards,

Raymond

1 REPLY 1

raymond_giuseppi
Active Contributor

Negative values in currency rate should be understood as inverse : e.g. -45.77 for 1 / 45.77, so SAP can store the value without any rounding.

Regards,

Raymond