cancel
Showing results for 
Search instead for 
Did you mean: 

Single WebService for Multiple systems

Former Member
0 Kudos

Hello,

I have a requirement to create a single web-service which should connect to ERP and CRM based on certian condition.

Is it possible to do some how..

Regards,

Sandeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You mean to say sender system is using web service ;it needs to connect either ECC or CRM via PI. Isnt it ?

If yes then

If the condition is simple ;Route to respective receiver (ECC or CRM) by checking using XPATH fns in Receiver determination.

If the condition is complex then go with Enhanced receiver determination .

Create two mappings 1 for source to ECC and other for source to CRM.

In ID :

1 RD,2 ID,1 SA,2 RA

Regards

Venkat

smavachee
Active Contributor
0 Kudos

Hello Sandip,

Based on your requirement, you can approach with Sender SOAP  -> Receiver RFC or any other Receiver Adapter configuration setup.

You can route the interfaces at Receiver Determination based on your condition.

(These conditions are evaluated and executed to determine the receivers for this incoming message)

For more details, you can look at http://scn.sap.com/message/5473860#5473860

Hope it helps.!

Regards,

Sunil