cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate SAP MI with Oracle apps?

Former Member
0 Kudos

HI Gurus,

I have requirement where in which I need to integrate SAP MI application with Oracle apps So whatever data AM sending from SAP MI application has to update Oracle Apps system.....Likewise SAP MI has to be updated as per the Oracle apps system..........

How to do that?

Any ideas ? or valuable clues? much appreciated with more points.........

Thanks in Advance,

Dharani

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

You can expose the backend functionalities through a web service and create BAPI wrappers in SAP/DOE system which will then invoke these web services. Once you have the BAPI wrappers in place, you can model the data objects and proceed with your client development.

Thanks, Dharani Karthikeyan

Former Member
0 Kudos

HI ,

Thanks of the input.

How to go about it? If you have any document about that Please share with me.

Since I am new to SAP MI can you please tell me how to expose Backend system functionalities into web services and How to create BAPI Wrappers in SAP /DOE?

Please reply in detailed manner.

Thanks in Advance,

Dharani

Former Member
0 Kudos

Hi,

Check out this series of blogs that explains this in detail for MI. The procedure is similar for DOE also, the BAPI Wrappers can be created in your backend system. The class methods in your Web Service proxy class will not be conforming to the BAPI Wrapper guidelines imposed by DOE, so you need to write wrappers around them. Then these can be specified in your backend adapter, which will now connect to an Oracle backend instead of an R/3 backend.

[Introduction |https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6606] [original link is broken] [original link is broken] [original link is broken];

[Step 1|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6607] [original link is broken] [original link is broken] [original link is broken];

[Step 2|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6608] [original link is broken] [original link is broken] [original link is broken];

[Step 3|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6610] [original link is broken] [original link is broken] [original link is broken];

[Step 4|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6612] [original link is broken] [original link is broken] [original link is broken];

Regards,

Nithya