cancel
Showing results for 
Search instead for 
Did you mean: 

PI to PI idoc integration

0 Kudos

Hi there,

I need to contstruct an idoc connection between two systems and two PI systems.

The flow is like this R3(system1)---->PI(system1)---->PI(system2)---->R3(system2). As i am a beginner in PI, i couldnt figure out which adapters should i use between these connections.

Can anyone has a suggestion?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

apu_das2
Active Contributor

I am not sure why you need to integrate between 2 PI systems. Is it because 2 ECC boxes are in 2 separate project landscape and no one allows traffic without PI?

If it is so then I guess you should create scenarios like below -

Sender ECC - PI 1 (IDOC Outbound -> inbound SOAP/WS)

PI 2 - Terget ECC - (Outbound SOAP/WS -> Inbound IDOC)

So basically from PI 1 you will call the WS hosted by PI 2.

Now, if both are in same landscape, then you can call the url directly. If PI servers are in different firewall, then Please check with your Basis/ Security/Network team how firewall port can be opened or if required how PI internal IP can be natted against public IP to call from PI 1.

Thanks,

Apu

0 Kudos

Thank you so much. I configured asynchronous connection on sap netviewer 7.5. From ECC's side i created RFC destination via SM59, but i cant really test that integration on SoapUI. Message monitor says Mapping failed but when i installed on SoapUI with wsdl Header and Body sections comes empty. What went wrong?