cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of systems

Former Member
0 Kudos

Hi experts,

I have the following scenario.

Third party application system sends data to SAP R/3. Once the data is committed on SAP it has to be sent to a different system through a call to a webservice.

First half of this being done through a webservice call. have not used PI due to architectural decisions.

Now when the data is committed on SAP it needs to sent to another system through a webservice call. Assume this can be achieved through a proxy to webservice scenario.

Please correct if my understanding is wrong and also direct me to weblogs/articles related to the same

Regards,

Kalyan

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

>

>

> Now when the data is committed on SAP it needs to sent to another system through a webservice call. Assume this can be achieved through a proxy to webservice scenario.

>

> Please correct if my understanding is wrong and also direct me to weblogs/articles related to the same

>

> Regards,

> Kalyan

there are many options actually based on how the SAP team wants to implement it.

If standard IDoc or RFC exists then use them else go for a proxy (Sender) and then use the WS at the receiver side.

so it can be

RFC/IDoc/Proxy -> PI -> Webservice

some references are;

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

RFC adapter (Sender) /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

trouble shooting rfc/soap - /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009