cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI to SAP PI Integration possible?

Former Member
0 Kudos

Hi

I need to reuse exisint interface in our landscape. We have 2 internal environments A and B. We have two PI systems in our landscope PI (A) and PI (B) Lot of work is alreadty done in the environment A setup. We just want to consume the service defined in environment (A) from our ISU system in B.

In this process I need to integration SAP PI (A) with SAP PI (B). Is this possible? Please let me know how to develop interface between 2 PI systems.

Existing Interface:

3rd party <-->SAP PI (A) <--> 3rd Party Webserver

New interface

ISU (B)<--> SAP PI (B) <---> SAP PI (A) <---> 3rd Party Webserver.

Accepted Solutions (1)

Accepted Solutions (1)

former_member190624
Active Contributor
0 Kudos

Hi Achuth,

Yes , it's possible to integrate 2 PI system.

Existing interface

ISU <-> SAP PI (B) <-> SAP PI (A) [Just use http / https url that is generated from SOAP to SOAP interface created in SAP PI (A) in receiver SOAP channel in SAP PI(B) ].

New Interface :

SAP PI(B) <-> SAP PI (A) < -> 3rd party Web service.

Create as SOAP(sender is SAP PI(B) ) to SOAP(3rd party web service) scenario in SAP PI (A) system.

Thanks

Hari.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All

Thanks a lot for your valuble inputs. I have one more query. I have posted this in seperate link. Please help me if you have done similar kind of config in past.

sendhil_kumar
Active Participant
0 Kudos

Hi Achuth,

Yes, it is possible.

You can use XI  adapter to communicate between two PI systems.

Create HTTP connections in both the PI systems and use those in the channels.

--

Sendhil

Former Member
0 Kudos

Hi Achuth,

It is possible. We have integrated a PI 7.0 system with PI 7.1 in our project for a similar sceanrio as yours. You can use SOAP adapter for this purpose.

Regards,

Sriram