cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting ECC to PI

Former Member
0 Kudos

Hello everyone,

I was wondering if someone could help me out with this question. What are my options if I try to send data from ECC to PI? What kind of channels can I use? Is it possible to use RFCs to do so. A background process in ERP would call an RFC in ERP and I want it's response to be sent to PI. Can someone guide me to a link where this process is described. My idea is that one would have to create a sender agreement in PI and an RFC destination in ERP with the same program id.

What should I do in the ABAP program to return the RFCs response to this RFC destination?

Accepted Solutions (1)

Accepted Solutions (1)

former_member186851
Active Contributor
0 Kudos

Hello vinayak,

Basically 3 options are supported.

IDOC

SAPTechnical.COM - XI - IDoc to File Scenario

RFC

SAPTechnical.COM - A Step-by-Step Guide on Asynchronous RFC - to – JDBC Scenario Using SAP PI 7.0

Proxy

SAPTechnical.COM - ABAP Proxy Communication Scenario (Client Proxy)

The above links for dual stack.

Best approach would be proxy as Praveen mentioned.

For single stack refer the below link

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Vinayak,

Better to create a proxy in ECC, in proxy program call the RFC and send the message to PI.

Regards,

Praveen.