cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc to SOAP Scenario

former_member269717
Participant
0 Kudos

Hello Friends,

I am working on a scenario wherein we need to sedn the data from SAP system to Salesforce via SAP PI(Idoc - SOAP API).

Can someone Please clarify my below points:

1. Do wehave any standard Idoc for this.

2. Do I need to use ABAP Proxy

3. Any blog on sdn(I couldn't find one)

4. Anyother important thing I should know.

Regards,

Prerna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a76cfa-4966-2d10-aba7-da496d9b5...

Hi Prerna

Please find below the answers:

1 and 2. U need to either use IDOC or ABAP Proxy. You may develop ur structure in PI and use in Proxy for implementation. On receiver side you may use SOAP. If you are using PI7.11 and above u may use SOAP with XI on sender side.

3. There are many links available in SDN. Please search. I have put in one such link here.

iaki_vila
Active Contributor
0 Kudos

Hi Prerna,


2. Do I need to use ABAP Proxy

If all your scenarios start with an IDOC, you don't need an ABAP proxy. However, if you have other integrations which start from the ECC and they are not an IDOC, to use an ABAP proxy could be a good choice.


3. Any blog on sdn(I couldn't find one)

Check these links:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a76cfa-4966-2d10-aba7-da496d9b5...


4. Anyother important thing I should know.

There is a third-party adapter for Salesforce from Advantco. Check this

Depending the number and the difficulty of your scenarios with Salesforce, you can study to purchase or not that tool.

Regards.

former_member186851
Active Contributor
0 Kudos

Hello Prerna,

1. Do wehave any standard Idoc for this.

IT depends on which data your trying to send.

2. Do I need to use ABAP Proxy

If there is no standard idoc  you can go ahead with ABAP proxy

3. Any blog on sdn(I couldn't find one)

4. Anyother important thing I should know.

you can refer the below links

http://scn.sap.com/thread/3362867

http://scn.sap.com/thread/3362867

former_member269717
Participant
0 Kudos

Hello Raghuraman,

We would be uploaded Basic Custmer Information(like name, age,address etc)..

Can we use Vedor Master Idoc for this.

If not this, Please suggest correct Idoc.

Regards,

Prerna

iaki_vila
Active Contributor
0 Kudos

Hi Prern,

I think it is easier to use a BAPI to get this information bapi to read customer data | SCN and later to use an ABAP proxy to send the required data to PI.

Regards.

former_member186851
Active Contributor
0 Kudos


Hello prerna,

If you only 4 -5 field I would suggest go for proxy or Bapi as suggested by Inaki

Former Member
0 Kudos

What types of data are you integrating with SalesForce?