cancel
Showing results for 
Search instead for 
Did you mean: 

Can gateway service work with windows 8 native app

Former Member
0 Kudos

Hi all,

I have sap system with gateway configured. can we build native windows 8 application just by directly using the service url or is there any other middle ware required.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepan,

I can see two options:

A) A native WinJS application in JavaScript, using frameworks like AngularJS and Apache Cordova or PhoneGap. For the SMP, this is a REST API application, further info see here:

http://help.sap.com/saphelp_smp306sdk/helpdata/en/c8/430e1e9dfc47c985d9f7c4884c6234/content.htm?fram...

B) Native application in C# using the SMP SDK 3.0 as described here:

http://help.sap.com/saphelp_smp306sdk/helpdata/en/f9/374b08e4594aa78c833add4d142b45/content.htm?fram...

Option A) is easier to adapt to iOS or Android or any other OS supported by PhoneGap / Cordova, if that requirement comes up later. I did it myself, it works, but it´s a lot more manual implementation effort for a serious business application than it is with option B). I did not have the chance yet to try B) by myself.

Best regards and lots of success,

Ringo

Former Member
0 Kudos

If you don´t have SAP Mobile Platform you still have basically the same options.

In case A) you can handle the access to the OData service using a JavaScript framework like ODataJS or another one from this list: http://www.odata.org/libraries/ >  JavaScript.

In case B) you develop the C# manually and use a library or a template such as the OData Client Code Generator to access the OData service, see http://www.odata.org/libraries > .NET

No need for an additional middleware, unless you have loads of mobile clients and want to use SAP Mobile Platform.

Best regards,

Ringo

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Deepan,

were you able to plan your project with the answers given, or is your question still open?

Best regards,

Ringo