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

Testing conversion between reference and local currency...

Former Member
0 Likes
343

Hi,

I am working on exchange rate configuration. If we define exchange Ref currency in the table for defining exchange rate type, SAP says that if we are using multiple currencies then we need not feed translation rates between each and every

currency but just between reference currency and foreign currencies.

I am using 3 foreign currencies (X1,X2,X3) and one local or reference (BMD) currency.

I have defined the translation rates between (X1 -> BMD, X2 -> BMD, X3 -> BMD). Now I want to test if translation between X1 and X2 takes place

correctly or not. How can I test this ? How can I prototype this in afunction module ?

Regards,

Rajesh.

1 REPLY 1
Read only

Former Member
0 Likes
260

Hi,

Use the FM:

<b>READ_EXCHANGE_RATE</b> Retrieve exchange rate on a particular date

Hope this helps.

Reward if helpful.

Regards,

Sipra