cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PO to SharePoint Integration

Former Member
0 Kudos

Hi Friends,

I have New development to integrate Sharepoint through SAP PO (Single Stack)

Proxy --- REST Adapters

i want to know what is the configuration steps for Receiver REST Adapter.

how to integrate Sharepoint through SAP PO

is it mandatory to configure Certificate?

Regards

Pradeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pradeep

Below link might be useful

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/b4/076c130bef4cd7b414d35a0f266fe5/content.htm


Below is the screen shot of how you configure the receiver channel as a guideline

1 )Here you provide username and password if the server requires authentication

2)Provide the target URL

3) Provide the static values depending on you request e.g Post to create objects or GET to fetch objects

4) Below it's JSON to XML hence data format is JSON, then convert to XML is ticked.

Cheers Faith.

Former Member
0 Kudos

Faith and Das thank U very much for your response i will update you the status.

Former Member
0 Kudos

Hi,

Can i know how to download certificate from sharepoint?

pls share screenshot if you have.

Regards

Pradeep

Former Member
0 Kudos

Open sharepoint in a browser, click on the certificate box and download the certificate.

In Google Chrome:

Click on https

Click on Details

Click on view certificate

Click on Copy to file...

And that's it.

Former Member
0 Kudos

Hi Frank,

Thanks, can i know which field Name can i select for copy file,  version, serial number, signature algorithm etc..

Regards

Pradeep A

manoj_khavatkopp
Active Contributor
0 Kudos

Pradeep,

You are suppose to copy the complete certificate not individual field :

As shown in the above screenshot choose the option <ALL> and just click copy to file and give the required name for the certificate.

Br,

Manoj

Former Member
0 Kudos

Hi All,

I have imported Certificated as addressed above, Iam getting below error.

can you please suggest.

Regards

Pradeep A

Former Member
0 Kudos

Hi,

I am getting 403 Forbidden error, i want send JSON Format to sharepoint.

Regards

Pradeep A

apu_das2
Active Contributor
0 Kudos

Hi Pradeep,

It depends on your REST service provider. Genrally SSL is  required in most of the cases as for the security purpose HTTPS is used.

And this is the best place to know all about REST adapter configuration -

Thanks,

Apu