cancel
Showing results for 
Search instead for 
Did you mean: 

Integartion of SAP and Non-SAP systems

Former Member
0 Kudos

Hello experts,

We have a scenario, where are going to use PI as the middle ware to connect SAP and Non-SAP systems.

Connection between SAP and non-SAP can be done with IDoc to File scenario.

But not sure how we will have an Non-SAP to Non-SAP system intergartion the underlying database is oracle for the non-sap system.

We are thinking of using XML or web services, but not sure how to proceed, any help would be appreciated.

regards,

Abhishek

Accepted Solutions (1)

Accepted Solutions (1)

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

>>>> underlying database is oracle for the non-sap system

You can use JDBC adapter and SOAP adapters for your scenario.

Regards,

Priyanka

Former Member
0 Kudos

Hi Priyanka,

thank you for the reply ,any document explaining the same would be helpful

regards,

Abhishek

Former Member
0 Kudos

Hi Abhishek Biwal,

If the data source is the oracle, check the link below:

http://help.sap.com/saphelp_nw2004s/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/content.htm

You can configure a sender jdbc channel, to execute select/procedures from time to time and send it do webservice.

Document for webservice adapter:

http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm

Good luck.

Former Member
baskar_gopalakrishnan2
Active Contributor
0 Kudos

>thank you for the reply ,any document explaining the same would be helpful

If you use PI as middleware for integration between non sap and non sap, you first need to understand the end systems technical support and data structure. Then decide about integration possibilities. You could use jdbc, webservice, file or even java proxy in your case.

Example: File to Jdbc or Jdbc to webservice or even file to file. Search forums for plenty of scenario based details. Provide more updates.

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi,

Best option would be to use XML as it can be easily understood by non-SAP applications.

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Deepak,

I understand using XML, but any document explaining the same.

regards,

Abhishek