Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

It is possible to call a SAP function module in Xamarin.Forms

I cannot use SAP .NET Connector (sapnco.dll) and I didn’t found another connector for Xamarin and SAP so my problem is how to call a SAP function from Xamarin.Forms project or maybe there is a better way to retrieve returned table from SAP function module?

I already made a ConsoleApp (.Net Framework) with SAP .NET Connector (NCo) like this and now I want to make something similar (or not) in a Xamarin.Forms project.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

I have never used the SAP connector, but from a google search it looks like the SAP .Net connector is a full-framework library, no .netstandard version available. So unfortunately using it from a Xamarin.Forms project will never work.

In that case, your best bet would be to create a ASP.Net rest-service(.net full-framework) as a intermediary layer between your xamarin app and SAP backend.

Good luck 🙂

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading