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

how to shynchronizes exchange rate

echo_haryono
Participant
0 Kudos
2,600

hi gurus,

we need to shynchronizes exchange rate between Central System and Sub System.

how to transfer exchange rate from Central System to Sub System using IDOC / ALE

thanks for help

rgds

echo

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
1,174

Hi,

First go to se38 in the sender system. Execute the program RFALEX00. Then give the "from currency" and "to currency"

It will not ask u the reciever system . As it is distribited to all the systems it is supposed to.

It will accept only 1 date for exchange rate at a time.

U can select the checkbox "restrict to partial quantity" to distribute specific exchange rate types

5 REPLIES 5
Read only

Former Member
0 Kudos
1,175

Hi,

First go to se38 in the sender system. Execute the program RFALEX00. Then give the "from currency" and "to currency"

It will not ask u the reciever system . As it is distribited to all the systems it is supposed to.

It will accept only 1 date for exchange rate at a time.

U can select the checkbox "restrict to partial quantity" to distribute specific exchange rate types

Read only

0 Kudos
1,174

Hi Prashanthi,

I just came across the same problem that you happend to cross thru, If u can please share your tots on how u distributed Exchange rate it wlll be very helpuful, I have done the following configurations;

1. Partner profile configs, Outbound message type give as CURR_A ( Created this message type in WE81? ), and basic type as T_CURR01, correct if my configurations for partner profile are wrong,In the parnter profile i have give message type as CURR_A .

2. In BD64 i distributed the logical system, added the method exchangerate.getdetail

3. Then i used RFALEX00 report to distribute it.

But cudnt get the idocs in WE05...

Please let me know the reason for not posting the idoc..all your help will be highly appreciated..Hoping you wud reply.

Read only

0 Kudos
1,174

HI,

we are distributing excange rate IDocs, too.

Message Type: EXCHANGE_RATE

Inbound Processing Code: BAPI

Outbound:

BD64 - Settings.

You have to use BAPI: ExchangeRate.SaveReplica

hope it´s helpful.

Read only

echo_haryono
Participant
0 Kudos
1,174

hi prashanti

thanks for your help ...

any i still have problem

In distibution model message type CURR_A and method ExchangeRate.GetDetail

are set-up and partner profiles generated. But I still give a message "A

target system could not be determined".

can you give me some advice ..

best regards

echo

Read only

Former Member
0 Kudos
1,174

Hi Echo,

I just came across the same problem that you happend to cross thru, If u can please share your tots on how u distributed Exchange rate it wlll be very helpuful, I have done the following configurations;

1. Partner profile configs, Outbound message type give as CURR_A ( Created this message type in WE81? ), and basic type as T_CURR01, correct if my configurations for partner profile are wrong,In the parnter profile i have give message type as CURR_A .

2. In BD64 i distributed the logical system, added the method exchangerate.getdetail

3. Then i used RFALEX00 report to distribute it.

But cudnt get the idocs in WE05...

Please let me know the reason for not posting the idoc..all your help will be highly appreciated..Hoping you wud reply.