You are on page 1of 10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN


Getting Started New sletters Store

Welcome, Guest

Login

Register

Search the Community

Solutions Industries Lines of Business

Services & Support Training & Education University Alliances

About SCN Partnership Events & Webinars

Downloads Developer Center Innovation


Activity Brow se

Search the Community Search All of SAP Communications Actions

SAP Integration and Certification Center (SAP ICC)

Developing Mobile Apps with Sybase Unwired Platform 2.1 and SAP NetWeaver Gateway 2.0
Previous Next Posted by David Thirakul in SAP Integration and Certification Center (SAP ICC) on Jan 16, 2012 3:08:20 PM
Share 12 4 Tw eet 4 Like 5

Disclaimer: Views expressed here are strictly personal and present only one approach for mobile app development using Sybase Unwired Platform (SUP) and SAP NetWeaver Gateway (GW). Please consult with the SAP Integration and Certification Center ( ICC) to learn more about other available integration scenarios.

postpost

This blog describes the integration scenario when developing mobile apps using GW 2.0 and SUP 2.1.
Sybase Unwired Platform is at the heart of SAPs mobile strategy. It has seen tremendous growth and just recently, the company announced an impressive milestone as it hit the 500M mark in mobile pipeline with more than 350 new customers and 17.5 million total seats in 2011. With the recent release of SUP 2.1, SAP and Sybase are promoting seamless integration and closer alignment of their technology stacks with the introduction of SAP NetWeaver Gateway integration. This new architecture of combining SUP and GW promises not only to ease but accelerate the development cycle of mobile apps and facilitate integration to the SAP back-end by exposing processes as easily consumable OData services. For mobile app developers who have experienced first-hand the challenges of interfacing with SAP back-end processes, this comes as a welcomed addition to an already impressive platform. With such promises and encouraging claims, many are eager to jump onboard and be part of the burgeoning ecosystem which by SAPs estimate, should contribute upwards of 80% to future SAP-related mobile app development. As often the case with anything new, theres some confusion on this new approach and many are wondering how it works and more precisely what this architecture translates to in terms of development effort when compared to the current main approach for integrating backend SAP processes with Mobile Business Objects (MBOs). Certainly, theres a lot of information on the respective websites of SUP and Gateway yet there is little information generally available on the integration of these two components (at the time of writing in January 2012). This state of affairs combined with the launch of the Mobile App Certification for partners and ISVs by ICC has compelled me to shed some light on this new approach and share my experience. In this blog, I will introduce mobile app development using SUP 2.1 and Gateway 2.0* by providing an overview of this architecture and more importantly, how to enable the integration between these two components.
*restricted to online native apps only, hybrid apps will not be discussed here.

THE BASICS First, lets start with the basics. Prior knowledge of mobile app development using SUP is clearly indispensable in understanding the topics discussed here and how this new approach differs from current standards. Before I proceed, I invite you to review some basic concepts of mobile app development with SUP (including MBO) and SAP NetWeaver Gateway (including OData) if you are not familiar with them. Here are a few links to help you get started on the right track. If youre new to developing on SUP altogether, there is a nice starter page on SDN compiled by Stan Stadelman, Product Manager for SUP:

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

1/10

2/18/13
New SUP Developer Resources To that, I would add the following compilation of resources:

SAP Integration and Certification Center (SAP I... | SCN

Sybase Unwired Platform - An Introduction (Part 1) on SDN SUP Product page on Sybase SUP Installation SUP Online Documentation on Sybase Developing Mobile Applications with Sybase Unwired Platform MBO MBO Best Practices Which Mobile Architecture Should I Use? SUP Apps on Code Exchange Getting started with SAP NetWeaver Gateway OData.org Introducing OData OData SDK Developer Guide Gateway Installation SAP NetWeaver Gateway Architecture Gateway How-to guides Gateway Online Demo System In a nutshell, SUP is an integrated platform that enables mobile devices to access back-end enterprise data. Prior to version 2.1 of SUP, the primary development approach for creating native mobile apps with SUP to connect to SAP systems was through MBOs. MBOs encapsulate back-end business logic which is made accessible on mobile devices. When integrating to an SAP back-end, MBOs are usually derived from a BAPI (via WS or JCO). Consequently, the integration scenario that I present here will be compared to what I refer to as the MBO approach since its the most common one and it provides a good point of reference. As for SAP NetWeaver Gateway, it is essentially a component that exposes SAP Business Suite processes as OData services (OData & Generic channels will not be discussed here). This is perhaps an oversimplified summary so please take a look at the resources mentioned above for more information. UNDERSTANDING THE NEW ARCHITECTURE Lets now discuss this new architecture in comparison to the previous model of MBOs and highlight some key differences. First off, when developing a mobile app using SUP you have the choice to adopt (or not) SAP NetWeaver Gateway, in case this was not clear. MBOs have always been at the core of SUP and they still have their merits. They remain an interesting option, even a better choice for some scenarios. With SUP 2.1, SAP is proposing a complementary approach to ease the development effort but furthermore, SUP and GW tackles the challenges posed by a specific class of application defined as online apps (as opposed to offline apps). This approach is specific to this class of application (in this release anyhow). Online apps are defined as lightweight apps with rather simple business use cases or processes that are almost always connected and store little or no data on the device. Technically speaking, this category of applications usually relies on synchronous messaging based on the request-response pattern. If your application fits this model than the general consensus is to use SUP in conjunction with SAP NetWeaver Gateway as a scalable and viable mobile strategy. If you want to know more about which mobile architecture to use, take a look at this blog from Sybase.
The SUP and Gatew ay integration is enabled by the Online Data Proxy. The prim ary focus of this blog is highlighted in blue.

BENEFITS Surprising claims aside, the integration of SAP NetWeaver Gateway does provide some very interesting benefits. First of all, it should be stated that the vast majority of mobile development projects at SAP rest on Gateway. The slew of SAP-delivered mobile apps out there (or upcoming) is based on this architecture so there is most certainly merits to this manner. Simply, I would say that the best reason for adopting this approach is OData and how it can easily allow information from SAP systems to be easily consumed on a variety of devices. This protocol is extremely appealing as it is based on open standards, its easy to consume and simple to use (think in terms of http). Since OData is meant for all types of clients (not specifically mobile apps), nothing prevents your gateway services to be reused and consumed by a variety of other devices or applications if engineered properly. Another good reason to favor this approach is the fact that all the data modeling is encapsulated at one level, the backend (contrary to the MBO approach where business logic also resides on the middleware). Needless to say, if your company is already a SAP Services Partner then you are better off investing in the in-house ABAP skills and

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

2/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN

perform all the programming in the back-end vs. having to program custom Java code (such is the case with SUPs result set filters). Finally, one common issue that developers encounter most when modeling MBOs to interface with the SAP back-end is that MBOs are generated based on existing BAPIs and this can pose quite a challenge. The inherent problem with this method is that existing BAPIs are not necessarily best suited for the purpose at hand as they have been designed for desktop-grade applications with different requirements in mind (think heavy and complex processes). This makes the modeling task far more complex than the trivial exercise it is supposed to be. Indeed, in this particular case the modeling task is neither straightforward nor confined to using the MBO generation tool. Linking MBOs and mapping attributes is now a tricky exercise. And so more often than not, developers decide to implement custom ABAP code to meet the specific needs of their mobile application. I think this is one of the most compelling reasons for adopting GW. If there is a clear requirement to develop your own BAPI then its easy to see why it makes a lot of sense to implement them in the back-end within the context of Gateway services and benefit from reusability, extensibility and scalability. Now that you understand the benefits of using SUP and GW, lets take a look at how to enable the integration between both. HOW TO GET SAP NETWEAVER GATEWAY A complete pre-packaged SAP NetWeaver Gateway Trial version is available in the Downloads section of SDN (note that Linux or Windows Server 2008 is required). Or, you can proceed with the easy route and opt for the SAP NetWeaver Gateway Demo system. This is more than enough if your goal is to understand the basics. HOW TO GET SYBASE UNWIRED PLATFORM 2.1 At the time of writing, a trial version of SUP 2.1 is only offered to Sybase partners or customers. SAP partners should consult the SAP Service Marketplace or their partner manager. The first thing you will notice if you are familiar with SUP 2.0 is that the software installation package for SUP 2.1 has been split into two 2 distinct components: SUP Platform Runtime and Mobile SDK. This is a good thing since it is purposely addressing the needs of deployment vs. development. You will need to install both packages. INSTALLING THE SOFTWARE The focus of this blog is really about the technical aspects of the integration scenario. Personally, I did not encounter any major issues by following the installation guides and so I will not cover the installation process. Theres already some good sources of information on this topic, check them out: SAP Developer Network: Installing Gateway Sybase Online Documentation: Installing SUP 2.1

DEVELOPMENT FLOW A typical development flow can be initiated using a top-down or bottom-up approach (in the same way as MBO design). This is still true when developing online apps using GW and SUP. Actually, the development flow does not differ much from the standard way but you have to keep in mind that all the modeling and adaptation tasks that were required for SUP have now been moved to GW. Essentially, you will develop your client code, expose Gateway services and configure your SUP server to allow your device to consume OData services. Since, we do not have any MBOs with this approach, theres no modeling, mapping of attributes or generation of device-specific client code to interface with the MBOs.

EXPOSING ODATA SERVICES SAP NetWeaver Gateway is an OData provider meaning it exposes existing SAP Business Suite processes as OData services. Simply put, it takes RFC data from SAP back-end and adapts it into OData. For developers familiar with MBOs, this implies that your business logic will reside solely on the back-end and not on the SUP server. For the purpose of this blog and to showcase an end-to-end scenario, I invite you to use the SAP NetWeaver Gateway demo system. Most development projects will probably require creating your own Gateway services and in this case, the how-to guides on SDN cover a wide range of possibilities on how this can be achieved. DEVELOPING THE CLIENT APPLICATION On the client side, you must develop your client code using the OData SDK in order to enable your mobile device to

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

3/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN

consume OData services (OData SDK is shipped with SUP 2.1). The OData SDK currently supports iOS, Android and Blackberry platforms. The installation steps are described on the Sybase documentation websitehttp://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01708.0210/doc/html/title.html (see the OData SDK Developer Guide). It is also worth noting that as of SUP 2.1, the OData SDK only supports native mobile application development. This is certainly a deal breaker if you are building apps using the mobile workflow package (hybrid apps running on the hybrid web container). CONFIGURING SUP Once OData services are exposed and provide access to back-end SAP processes, the remaining step is to enable the client application to access them by configuring SUP via the Sybase Control Center (SCC). When used in conjunction with Gateway, the SUP server is no longer a container for business logic but acts as a dispatcher of requests from mobile devices located outside the corporate firewall to Gateway and provides more infrastructurecentric functionalities, such as user handling, security and so forth. To give you a clear idea of how this is done, here is a step-by-step guide: Open SCC (https://localhost:8283/scc/) Sybase Control Center Welcome Page:

Select Applications Select Application Connections tab Press b utton Register Applications Connections:

Fill in information specific to your app to register a new application connection (*pre-requisite: your application has already b een created/defined in the Applications tab of SCC) New Application Connection Registration:

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

4/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN

Select the newly created item and press b utton Properties Select Proxy Enter value for field Application endpoint to direct to your OData service (for GW demo system, simply fill in the URL of the sample consumption model here). Application Connection Properties:

Click OK and we are done configuring the connection to the Gateway OData provider in SCC. As you can see, once the client code has been implemented using the OData SDK and the OData service has been made available from Gateway, integrating GW and SUP is simply configuration work. This is quite different from the MBO approach as theres little development effort required on SUP. With this approach, theres essentially no more business logic residing on this component (tasks such as managing devices/users and security remain). CONCLUSION With the release of SUP 2.1, SAP is offering a compelling integration scenario to easily access complex SAP processes and help mobilize the workforce. Developing mobile solutions using SAP NetWeaver Gateway and SUP offers many benefits such as the ability to leverage existing ABAP skills and confine the complexity of business logic in the back-end layer. More importantly, the main advantage of this approach and key differentiator is the ability to expose information using the OData protocol. A few years ago, SAP established a bold strategic goal of reaching a billion people by 2015 and this release is a step in that direction. It provides scalability in distributing critical business information stored in SAP systems across multiple devices and platforms. Furthermore, the recent launch of the SAP Store for Mobile Apps illustrates the ambitions of the company in promoting a rich and vibrant ecosystem for enterprise mobile apps. And ICC is certainly aligned with this effort as it rolls out the Mobile App certification for partners and ISVs. The New Year is off to a great start and should be a thrilling one for mobile app developers as news of new developer resources have already been announced. Decidedly, its a great time to build enterprise mobile apps. Get started now by getting in touch with ICC and learn how simple it is to get your mobile app certified and on the SAP Store! NEXT STEPS Allow me to reiterate that the approach discussed here is only one of many integration scenarios available to partners and ISVs. If you are interested in learning more about the Mobile App certification, please contact SAP ICC at icc@sap.com to discuss your interest more in-depth.

Topics: Mobile
14674 View s Tags: mobile, sybase, sup, gatew ay, iphone, certification, unw ired, platform, odata, app

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

5/10

2/18/13
Average User Rating (3 ratings)

SAP Integration and Certification Center (SAP I... | SCN

Share

12

Tw eet

Like

27 Comments
John Moy Jan 16, 2012 4:37 PM

Thanks for a good, detailed post. I have a SUP 2.0 installation, but have yet to get my hands on a SUP 2.1. This post will certainly be useful, especially the links. Rgds John
Like (1)

Community User Jan 16, 2012 11:22 PM (in response to John Moy)

What a lovely blog.Nobody has covered on an end to end scenario which you have done is very good.Looking out for few more of the blogs or articles or whichever you want to share knowledge.
Like (0)

David Thirakul Jan 17, 2012 7:41 AM (in response to John Moy)

Thanks John! I appreciate the positive comment since it's my 1st post on SDN. Cheers, David
Like (0)

John Moy Jan 18, 2012 2:07 AM (in response to David Thirakul)

Hi David, Trust me, the 1st post is the hardest one by far. Hope to see much more from you in future ;-) Rgds John
Like (0)

Frank Stdle Jan 16, 2012 11:41 PM

Thanks for an honest and useful discussion on SUP and Gateway. If I have to choose between developing applications based on MBOs and Gateway, Gateway is now to obvious choice. However, I wonder if there might be a third, viable option - to build a custom RESTful service using the SAP ICF framework, bypassing MBOs and Gateway all together (some excellent blogs have previously discussed how to do this http://goo.gl/9j9om). If the number of applications in the enterprise is small and requirements are relative straightforward, this seems and attractive option. OData is a sophisticated protocol, but it requires some effort to build an OData service, and perhaps a full fledged OData/Gateway service is overkill for a few, simple applications. What I don't know is if SUP would be able to communicate with such a RESTful service?
Like (0)

David Thirakul Jan 17, 2012 8:03 AM (in response to Frank Stdle)

Hi Frank, Thanks for the feedback! I would also keep in mind what kind of apps I want to build when considering my options. Right now, SUP+GW is best suited for online apps. As for your third option, it's certainly interesting(thx for the link). Technically, SUP supports the creation of a connection profile from a REST WS so it might work (using MBOs). However, I should point out that it's not supported as an integration scenario from ICC if that's a concern. Cheers! David
Like (0)

John Moy Jan 18, 2012 2:06 AM (in response to David Thirakul)

Hi David, Just seeking clarification here. By saying ' it's not supported as an integration scenario' does that mean that if partners code apps with custom REST APIs from ICF rather than using GW, they won't be certified? Rgds John
Like (0)

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

6/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN


Wim Snoep Jan 18, 2012 2:19 AM (in response to John Moy)

Hi John/David, @David; Great work in this blog. True; Apps with a custom REST solution won't be certified. It is however possible to use custom REST as a datasource in SUP. Certification: http://www.sdn.sap.com/irj/scn/index? rid=/library/uuid/900a5cb7-5a09-2f10-e5bb-dd756c54fbfd Certification is a prerequisite for adding your app to the SAP appstore. Rgds, Wim
Like (0)

Wim Snoep Jan 18, 2012 2:22 AM (in response to John Moy)

Hi John/David, @David; Great work in this blog. True; Apps with a custom REST solution won't be certified. It is however possible to use custom REST as a datasource in SUP. Certification: http://www.sdn.sap.com/irj/scn/index? rid=/library/uuid/900a5cb7-5a09-2f10-e5bb-dd756c54fbfd Certification is a prerequisite for adding your app to the SAP appstore. Rgds, Wim
Like (0)

Ethan Jew ett Jan 18, 2012 2:50 AM (in response to Wim Snoep)

Interesting. This presentation indicates that REST interfaces to third party systems are supported. Maybe app developers will just "forget" to mention to the ICC that the third-party system they connect to is an SAP system :-) I doubt it, but amusing nonetheless. Cheers, Ethan
Like (0)

Frank Stdle Jan 18, 2012 3:17 AM (in response to Ethan Jew ett)

Looking at the certification process in the link above, it doesn't look like you will get so easily away with that :)
Like (0)

David Thirakul Jan 18, 2012 10:51 AM (in response to Wim Snoep)

Hi everyone, Thank you for the positive comments! Well, regarding my "not supported" comment, I saw this coming and I actually wanted to edit it the moment it was added (I should have said "might not" be supported). In any case, I apologize for the misunderstanding. Allow me to rectify: as a general rule for the mobile app certification, if what you are developing is supported by SUP (i.e. REST web services) then it should be fine for the certification. But because every mobile app is different, I invite you to get in touch with us so we can discuss your needs in detail ( icc@sap.com). It is never too early to involve us if you wish to get your app certified and have it on the SAP Store. @Wim: thank you for pointing that out! Cheers ! David
Like (0)

DJ Adams Jan 18, 2012 2:31 AM (in response to David Thirakul)

Hi David Great first blog post.

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

7/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN


Can you please give us the reasons why such a mechanism would not be supported? That would help this discussion for sure. Many thanks dj
Like (0)

Frank Stdle Jan 18, 2012 3:01 AM (in response to David Thirakul)

David, thanks for taking the time to elaborate! You say REST WS requires using MBOs -- what would the role of the MBO be in this scenario? I got the impression from your blog that MBOs were best avoided for "online" apps. I have in mind a setup where SUP only takes care of security, authorization etc, and simply dispatches request from the client to an ICF node which takes care of all the business logic and data handling.
Like (0)

David Thirakul Jan 20, 2012 8:25 AM (in response to Frank Stdle)

Hi Frank, the role of an MBO will remain one of a DTO (data transfer obj) between frontend and backend. I associated REST WS with MBOs because your MBO can be created/binded using the MBO generation tool with this type of data source... In any case, it's an interesting setup!
Like (0)

David Thirakul Jan 20, 2012 10:29 AM (in response to Frank Stdle)

BTW, I should also point out that I never stated "MBOs are best avoided for "online" apps". SUP2.1 and GW 2.0 is best suited for online apps. Just want to be clear:)
Like (1)

Steve Cherestal Jun 13, 2012 12:29 AM

Great post Dave, I was looking for some info on SUP and GW and how they work together... this gave me a pretty good idea. I'll come see you if I have more questions!
Like (0)

Clemens Suter-Crazzolara Jun 25, 2012 1:46 PM

Two additional resources: The Sybase Unwired Platform developer center in the SAP Developer Center For partners, SAP has created a great external site with a lot of addition content http://www.sapmobileappspartnercenter.com/get-started
Like (0)

Mark Gearhart Aug 1, 2012 2:07 PM

Holy cow David, that is one great article. I can visualize a big decision matrix in my brain. Online-only versus Offline-enabled, MBO versus Gateway, native versus HWC.
Like (0)

Malik Naeem Dec 29, 2012 8:40 AM

Thanks a lot David. It's very helpfull info for me as a bignner. and its help me alot to understand path of mobile Development using SUP and SAP gateway.
Like (0)

Rammutla Ishmael Ndlovu Jan 7, 2013 12:08 PM

Thanks a lot for a great article David. Dear colleauges, kindly clarify the need for Sybase Unwired Platform. If we have selected a non-SAP Mobile product as our Enterprise Mobility Management suite (for example, Zenprise), why would we need Sybase Unwired Platform to access our SAP Business Suite? Thank you all in advance.
Like (1)

John Moy Jan 7, 2013 12:27 PM (in response to Rammutla Ishmael Ndlovu)

Hi Rammutla, That is entirely your choice. However, from my experience the majority of 3rd party platforms will serve you only as mobile development platforms. That means, you are developing your apps from scratch, with some assistance (code generation or other) from the particular platform you choose. Only the SAP Mobile Platform additionally provides you with a suite of apps that you can purchase from SAP to run with end-to-end integration working out of the box with SAP Business Suite. So when comparing SUP with other platforms, this is one factor to take into consideration ... http://store.sap.com/mobile

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

8/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN


You might be able to custom code a couple of apps using your 3rd party platform, but can you code the 100+ apps provided by SAP and supported ongoing by SAP? Don't underestimate the cost to support your own custom apps. With every new mobile operating system release (eg. iOS6.1) you might need to revisit your apps - and at the moment the these are being released at a rapid pace. I'm not saying you shouldn't use another platform, just go in with eyes wide open about what that might mean from a pros and cons perspective. Regards John
Like (0)

John Moy Jan 7, 2013 12:32 PM (in response to John Moy)

Hi Rammutla, I just looked up Zenprise and that appears to be a mobile device management solution. That is very different to a mobile application development platform like SUP. I'm afraid you're comparing apples and oranges. Regards John
Like (1)

Rammutla Ishmael Ndlovu Jan 7, 2013 12:34 PM (in response to John Moy)

Good day John, Thanks for the feedback. I do understand. However, most of the articles seem to indicate that there should be SUP between the mobile devices and the NetWeaver Gateway. A decision on the Enterprise Mobility Management suite. It might end up being SAP Afaria or other competing products. However, our architecture has to indicate what is necessary and what is optional. Do you imply that for us to use the apps available on http://store.sap.com/mobile we must definitely use Sybase Unwired Platfrom 2.x? Kind regards, Rammutla
Like (0)

John Moy Jan 7, 2013 1:20 PM (in response to Rammutla Ishmael Ndlovu)

Hi Rammutla, As at today, yes the majority of those apps require SUP in order to be supported by SAP. You will need to look at the pre-requisites for each app. For most of the productivity on-line apps, SUP acts moreso as a secure authentication provider and as a reverse proxy, whereby the OData communications is from NW Gateway to the app, via SUP. I have recently noticed a few apps that can be supported for use directly with NW Gateway within the intranet. Look at the installation guides for apps like SAP Performance Monitor, or SAP End User Experience Monitoring. Although these particular apps seem to be ones which connect with NW Gateway in Solution Manager, so they are only useful for your technical support people, not your real end users. The other consideration you might need to be aware of is the new Agentry platform (from Syclo) which SAP acquired last year. This is planned to be merged with SUP. I have heard through the grapevine (and confirmed with an SAP contact) that SAP have moved the CRM Sales app to Agentry. This is an app that has offline syc capability. You should be aware of this because that means also that not all apps are on SUP. Also with the acquisition Syclo had pre-existing apps that integrated with SAP running on Agentry. This included some apps for field services and works management, among others. Regards John
Like (1)

Rammutla Ishmael Ndlovu Jan 7, 2013 1:35 PM (in response to John Moy)

Thanks a lot John. Much appreaciated. Kind regards, Rammutla


Like (0)

Clemens Suter-Crazzolara Jan 7, 2013 1:42 PM (in response to John Moy)

For SAP partners, the guidelines outlined in the SAP

Apps Partner Program

Mobile

https://www.sapmobileappspartnercenter.com/ may be useful: "The SAP mob ile platform to b uild mob ile apps consists of: (1) Syb ase Unwired Platform, (2) SAP Afaria, and (3) SAP NetWeaver Gateway." As a result we have partner apps live on the SAP Store that use Sybase Unwired Platform or SAP NetWeaver Gateway.
Like (1)

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

9/10

2/18/13

SAP Integration and Certification Center (SAP I... | SCN

Site Index Privacy

Contact Us Terms of Use

SAP Help Portal Legal Disclosure

Copyright

Follow SCN

scn.sap.com/community/icc/blog/2012/01/16/developing-mobile-apps-with-sybase-unwired-platform-21-and-sap-netweaver-gateway-20

10/10

You might also like