Application Development and Automation 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: 
Read only

Negative Exchange rate

Former Member
0 Likes
4,648

Hi,

In the FM u201C READ_EXCHANGE_RATEu201D

if we convert AUD to USD we get = 0.8290 exchange rate

and for USD to AUD we get = -0.8290 exchange rate.

So why there is negative exchange rate and error in rates.

Hi,

In the FM u201C READ_EXCHANGE_RATEu201D

if we convert AUD to USD we get = 0.8290 exchange rate

and for USD to AUD we get = -0.8290 exchange rate.

So why there is negative exchange rate and error in rates.

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
2,334

Hi,

This FM finds the exchange rates basesd on the exchange rates maintained in tables TCURR,TCURN and TCURF .

The conversion is correct and regarding the '_' sign , if you are inveting the conversion it puts a negative sign .

Regards,

Sandeep

Read only

0 Likes
2,334

so what to do in this case.

or can't we have some FM which gives the values direclty.

Read only

0 Likes
2,334

HI ,

Please reply what to do in -ve exchange rate

thanks

Read only

Former Member
0 Likes
2,334

Hi

The negative sign of rate between two currency A and B means A has a value bigger than B.

So if B is 0,8 A the rate between A and B is stored -0,8, than rate between B and A will be 0,8.

Max