cancel
Showing results for 
Search instead for 
Did you mean: 

Exchange Rate Synchronization ERP to SRM in Real-time

johnjerome_santos
Discoverer
0 Kudos

Hi SRM Experts,

We can use BBP_GET_EXRATE to ensure that the exchange rates in the Enterprise Buyer system match those in the backend system.

We need this program run each time the exchange rates are changed in the backend system.

Is there any way we can execute this program in real time? i.e. if the user update the exchange rate in ERP, it will be also updated immediately in SRM.

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello John,

normally, your R/3 exchange rates should be up-to date using file provided by competent financial institutions: those data should not be manually updated.

In this way, when file integration process is ended in R/3, you can start exchange rates replication through BBP_GET_EXRATE report in SRM.

Regards.

Laurent.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

the work around would be to copy the Report BBP_GET_EXRATE, and do a modification to check the backend and SRM table and if any new entries are added or deleted then Synchronize only thoses enteries. i.e Delta changes only.

Regards.

former_member208675
Active Contributor
0 Kudos

Hi,

Can you setup schedule job for report BBP_GET_EXRATE?

Regards,