cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint integration with SAP PI

former_member216353
Participant
0 Kudos

Dear all,

How can we integrate Sharepoint application with SAP PI. I'm looking towards the technical connection.

I've two secnarios and would like to know, who we can achieve this requirement

1. Sharepoint -->SAP PI--> SAP ECC(Proxy)

2. SAP ECC(Proxy)-->SAP PI -->Sharepoint.

a. What adapter will SAP PI use, to exchange data with Sharepoint.

b. Do we have any documentation/blog etc in SCN on this subject.

c. Please share your inputs on how best this can be achieved.

regards,

Younus

Accepted Solutions (0)

Answers (5)

Answers (5)

0 Kudos

Hi Younus,

Please check my blog in .

This would help you in connecting Sharepoint to SAP PI.

Thanks,

Anupam

Former Member
0 Kudos

Yonus,

Just a heads up, I have done this with the SOAP Adapter and Sharepoint had issues with the MustUnderstand attribute in the SOAP Envelope. We had to add an XSLT mapping to remove that attribute before sending responses to SharePoint.

Andy

Bhargavakrishna
Active Contributor
0 Kudos

Hi,

1. Sharepoint -->SAP PI--> SAP ECC(Proxy)

2. SAP ECC(Proxy)-->SAP PI -->Sharepoint.

You can do this.

As suggested by Baskar, first check the feasibility and data format required by Share point team.

as per my knowledge, SOAP adapter is the best choice for share point integration.

Share point consumes the webservices published by SAP PI.

a. What adapter will SAP PI use, to exchange data with Sharepoint.

SOAP

b. Do we have any documentation/blog etc in SCN on this subject.

Yes, some of them are

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

http://stackoverflow.com/questions/11113381/how-to-integrate-sap-and-sharepiont-by-sap-pi

http://technet.microsoft.com/en-us/library/cc261738(v=office.12).aspx

http://www.microsoft.com/enterprise/partners/sap.aspx#fbid=4x1nFKFclKu.

Hope it will helpful..

Regards

Bhargava krishna

baskar_gopalakrishnan2
Active Contributor
0 Kudos

First check with Sharepoint team about their supporting standards/communication protocols. We can interface with Sharepoint with following adapters example:  jdbc(sqlserver), http, file and soap.

former_member187587
Contributor
0 Kudos

Hi Mohammad,

I would probebly use the SAP PI stadard SOAP adapter to consuem and expose web services by WSDL.

here is a blog by Mr About Riyaz.

http://www.riyaz.net/sap/xipi-a-guide-to-using-sap-xi-soap-adapter/113/

see this post as well:

http://scn.sap.com/message/13902035

I see there is also a wizrad for that on share point allowing the craetion of  a client  or server side.

http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-soap-service-as-a-data-source-HA010...