cancel
Showing results for 
Search instead for 
Did you mean: 

integration between sap pi and .net connector

former_member441596
Participant
0 Kudos

Hi,

Our ECC system is already integrated with .NET connector and data exchanges is happening through RFC..

Now we have a requirement where we need to use PI to integrate ECC and .NET connector..

Is it possible to use  PI in  the middle of ECC and .NET connector(Existing).. If yes then how can we integrate both system or what is the process..

Ot if we have some alternate process then please suggest..

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Varri,

You have this blog with a good explanation by Raj.

From my own experience the easiest way to do the integration is through webservices (WSDL's) and the SOAP adapter.

Regards.

former_member441596
Participant
0 Kudos

Hi,

Thanks.. I have already gone through this link...

My ECC system is directly integrated with .NET Connector.. But we want PI should come in picture.. My query is that can we connect PI to .NET connector instead of .NET application...

iaki_vila
Active Contributor
0 Kudos

Hi Varri,

You are talking about this Connectivity - SAP Library, aren't you?

I always have worked with .net application, however it seems to be similar, the connector provide RFC and/or webservices connection.

The .net connector seems to be deployed on the .net system, therefore the interface should be similar than the ECC connection, i mean, from .net side should share a wsdl or RFC interface. If you want to use the RFC interface, from PI depending you use a dual or only java system you (or you basis team) have to configure the RFC connection.

Regards.

former_member441596
Participant
0 Kudos

1) Here existing  SAP ECC direct connect with .Net system,now they want to implement integrate with SAP PI system.It is possible to integrate with SAP PI system? then guide what the basic requirement need?

2) If i am going to develop this interface RFC to SOAP,What are connectivity settings are required from SAP ECC to PI and PI to .Net system?

3)I was received the Target URL and WSDL file from .net team.

iaki_vila
Active Contributor
0 Kudos

Hi Varri,


1) Here existing  SAP ECC direct connect with .Net system,now they want to implement integrate with SAP PI system.It is possible to integrate with SAP PI system? then guide what the basic requirement need?

You (or your basis team) only need to assure the PI has connectivity with the endpoint URL. No extra configuration is needed to consume a webservice.

However, you should take into account that the ECC to PI can be use an ABAP proxy better than RFC, and you would need extra configuration.


2) If i am going to develop this interface RFC to SOAP,What are connectivity settings are required from SAP ECC to PI and PI to .Net system?

I recommend to you to use an ABAP proxy instead of a sender RFC (). This part is transparent to the .net system and with the proxy you will have a better performance and monitoring.

PI to .Net system you only need to use a SOAP receiver and to use the WSDL that you have pointed that the .net team have provide to you.