One minute app – creating your first Mobile app with zMob (in under 60 seconds!)
Create a mobile application for SAP in under a minute!
Here we demonstrate a hello world application. The application is written within SAP as a standard ABAP report, accepting a single parameter and outputting a response. Then zMob automatically converts the report into an Android application on the fly. iOS version also available..
Source:
*&———————————————————————*
*& Report ZHELLOWORLD
*&———————————————————————*
*& Easiest and quickest SAP Mobile App ever created!
*&———————————————————————*
REPORT ZHELLOWORLD.
PARAMETERS p_who LIKE zmob=>ui_text.
START-OF-SELECTION.
WRITE: ‘Hello ‘, p_who.
Screenshot (on real device using droid@screen):
For more information on zMob, see the article: http://scn.sap.com/community/abap/blog/2013/09/01/abap-report–mobile-application
Thanks for sharing.
Thanks for sharing, this is an interesting article. What are the pre-requisits and requirements to use this on the system?
Hi Nicole,
Thanks. The approach uses only a standard SAP system - no gateway, no sybase, just an R/3 system. Install the source, install the mobile app from the app store and you're away! See the main site for more details (http://sapmobility.zmob.de/ Key Features section).
Regards,
Something new... Will explore about zMob!!!
Thanks for writing. 🙂
Rrgds,
Jitendra
Interesting Article.
WOW, IOS what a great! how can I get this tool?
What a beautiful "Hello World", Thanks for sharing
Thanks for sharing this kind of article, its really interesting .
Regards,
Giri
Thanks for sharing this feature.