Skip to Content
Author's profile photo Former Member

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):

/wp-content/uploads/2013/09/ss_275783.png

For more information on zMob, see the article: http://scn.sap.com/community/abap/blog/2013/09/01/abap-report–mobile-application

Assigned Tags

      9 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Midhun VP
      Midhun VP

      Thanks for sharing.

      Author's profile photo Former Member
      Former Member

      Thanks for sharing, this is an interesting article. What are the pre-requisits and requirements to use this on the system?

      Author's profile photo Former Member
      Former Member

      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,

      Author's profile photo Jitendra Kansal
      Jitendra Kansal

      Something new... Will explore about zMob!!!

      Thanks for writing. 🙂

      Rrgds,

      Jitendra

      Author's profile photo Virinchy Panangipalli
      Virinchy Panangipalli

      Interesting Article.

      Author's profile photo Hai Wang
      Hai Wang

      WOW, IOS what a great! how can I get this tool?

      Author's profile photo Former Member
      Former Member

      What a beautiful "Hello World", Thanks for sharing

      Author's profile photo Former Member
      Former Member

      Thanks for sharing this kind of article, its really interesting .

      Regards,

      Giri

      Author's profile photo Suman Sardar
      Suman Sardar

      Thanks for sharing this feature.