cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve data from Sharepoint to SAP

Former Member
0 Kudos

Hi experts,

I want to retrieve data on sharepoint using ABAP program.

Should I acquire the database info of sharepoint and use SQL to get data?

Or should I get it from webpage's URL and use any fancy technique?

Thanks a lot,

Shelwin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shelwin,

I think there are plenty of options available to retrieve information from SharePoint. One option I would consider is leveraging SharePoint Lists and the OData capabilities of SharePoint itself, see

Use OData query operations in SharePoint REST requests

Regards,

Holger.

Former Member
0 Kudos

Hi Holger,

Thank you so much!

I never heard about OData, and searched for some documents about it just now. But I'm still confused about how to achieve data from Sharepoint to SAP.

Here are my questions:

1) How to construct REST URLs to access SharePoint resources? Should developers of Sharepoint give it to me?

2) How to use REST URLs we constructed above in ABAP program?

If it is convenient, could you give me any code example?

Appreciate for your help!