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

BAPI for exchange rate

Former Member
0 Likes
8,953

Hi Experts,

We need an outbound idoc to be sent in which exchange details are sent. Can anybody help me out with the details like basic type, message type and so on?

Thanks a lot in advance.

Regards,

Seenu.

1 ACCEPTED SOLUTION
Read only

Former Member
4,539

Hi ,

Msg type whcih can be used along with basis type is ;

Msg type : EXCHANGE_RATE

Basic type : EXCHANGE_RATE01

You can replicate the exchange rate using standard SAP programe RFALEX00 , apart from this one should maintain BAPI's in BD64 ( Dist Model ) and Partner profile in WE20 for reciever systems .

Below are the few BAPI's which can be used to create and replicate Exchange rates : Plz check

BAPI_EXCHANGERATE_CREATE , BAPI_EXCHRATE_CREATEMULTIPLE , BAPI_EXCHRATE_GETCURRENTRATES , BAPI_EXCHANGERATE_GETDETAIL , BAPI_EXCHANGERATE_GETFACTORS , BAPI_EXCHRATE_GETLISTRATETYPES and BAPI_EXCHANGERATE_SAVEREPLICA .

BAPI_EXCHANGERATE_SAVEREPLICA will be helpfull in replicating the exchnage rate using Idoc.

Regards

VIkas

1 REPLY 1
Read only

Former Member
4,540

Hi ,

Msg type whcih can be used along with basis type is ;

Msg type : EXCHANGE_RATE

Basic type : EXCHANGE_RATE01

You can replicate the exchange rate using standard SAP programe RFALEX00 , apart from this one should maintain BAPI's in BD64 ( Dist Model ) and Partner profile in WE20 for reciever systems .

Below are the few BAPI's which can be used to create and replicate Exchange rates : Plz check

BAPI_EXCHANGERATE_CREATE , BAPI_EXCHRATE_CREATEMULTIPLE , BAPI_EXCHRATE_GETCURRENTRATES , BAPI_EXCHANGERATE_GETDETAIL , BAPI_EXCHANGERATE_GETFACTORS , BAPI_EXCHRATE_GETLISTRATETYPES and BAPI_EXCHANGERATE_SAVEREPLICA .

BAPI_EXCHANGERATE_SAVEREPLICA will be helpfull in replicating the exchnage rate using Idoc.

Regards

VIkas