cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a URL for connection between SAP and SHAREPOINT? (LsiURL, MetadataUrl ...) DUET

Former Member
0 Kudos

Hello everyone,

I am a young looking BC and I must return to work of a colleague in progress: DUET.

The problem, I do not know anything about the subject ...

My goal is a URL generated via SAP to transmit it to the SharePoint administrator, it must be used to create a link between SAP and Sharepoint can post eg reports etc..

If you could tell me how to generate this URL? (I've searched the net but I can not find anything on how to generate this URL)

And if I do or check some important things such as RFC, SICF services etc?

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

binson
Advisor
Advisor
0 Kudos

Hello Julien,

Welcome to Duet Enterprise !!!

Duet Enterprise is used to connect SharePoint to SAP systems using Netweaver Gateway. First you need to some kind of modelling in Netweaver Gateway, which will give you a OData service. If you use SharePoint 2013 then you can consume this OData service directly from SharePoint server. If you use SharePoint 2010 then you can use the BDC Browser of Duet Enterprise to convert OData services to SOAP service and create BDC model and then consume it from SharePoint server.

Following would be the development steps in short :-

1. Find out RFC/BOR in your backend system which you want to call from SharePoint

2. User Netweaver Gateway, do modeling and create OData service

3. Incase of SharePoint 2010 SOAP service based on above OData service using BDC Browser

4. Create BDC model using above SOAP services

5. Use above BDC model in SharePoint server and create external list using SharePoint server's BCS services.

You may go through below link to get more details :-

How to Guides :- http://scn.sap.com/docs/DOC-8385

Developer Guide :- http://scn.sap.com/docs/DOC-33223

http://technet.microsoft.com/en-us/library/fp161491.aspx

Regards,

Binson

0 Kudos

hello ,

IS RFC webservices enough to connect sharepoint list to SAP table ? or i must creat Odata services using Netweaver gateway ?

If Netweaver is necessary , is it for free or paid service?

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Does the web service have to be configured by a SAP Basis person or can it be done by a Developer?

Also would you be able to help me on what checks/configurations need to be done to get the Web Service to work?

I am currently trying to consume a SharePoint Web Service, and I am new to SAP.

Thank You,

Shaneel. 

Former Member
0 Kudos

Hi Marco,


Yes I advanced on the subject.


I especially helped SAP docs.


In transaction SICF, I use a service to have a URL like this:

https:// <host>: <port> / sap / opu / sdata / iwses / Reporting

Good luck.

mnoe
Participant
0 Kudos

Hi Julien,

Thanks , I activated the service and handed this over to our Sharepoint admin. I hope we can finish Duet setup today...

Regards,

Marco

Former Member
0 Kudos

Hello Binson V A,

Thank you for your reply I will look at it carefully.

I come to you if I'm stuck on some steps.

Good day.

mnoe
Participant
0 Kudos

Hi Julien,

same problem here, have you found it?