3

I am working on Xamarin platform. And I am looking for the integration of Xamarin with the SAP back end. So any one knows anything about this please share here.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
sid
  • 157
  • 1
  • 1
  • 10

3 Answers3

1

I think that the best way to use SAP and Xamarin togheter is through ODATA.

ODATA are Rest API that you can create in SAP that permit you to execute all CRUD operations on SAP objects. In Xamarin you can simple call ODATA through http call using json or xml format.

Marco Moretti
  • 689
  • 4
  • 11
  • Furthermore, your can put format into your oData link to get json instead of xml. to know more about oData http://www.odata.org/ – OrcusZ Jan 11 '17 at 09:32
0

I have not used SAP in development; however, I know that you will need SAP.Net Connector. I hope these links might give you some hints:

zinczinc
  • 544
  • 5
  • 11
0

Xamarin and SAP announced a collaboration a while ago which brought up an SAP SDK for Xamarin. You can read more on xamarin.com/sap. I don't know if this project is still alive but I don't think so because the component is removed from the component store.

I found a video from a presentation

tequila slammer
  • 2,821
  • 1
  • 18
  • 25