cancel
Showing results for 
Search instead for 
Did you mean: 

Offline working in SAP Mobility Platform

Former Member
0 Kudos

Hi All,

I have been working on an application which is currently working in an online mode and wanted the same app to work in offline mode also. The scenario is once i get all information from sap then i want an application to work in offline in the absence of network.


User must be able to perform operations on database such as fetching information and also perform delete operation such as to delete a particular record from local database which application creates initially on device . The operation should get performed without interaction with backend server.

Regards

Anup

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

It is possible if you develop a native application with MBO approach using the native object APIs.

SUP will create a database automatically for you ( UltraliteJ ). It will act as a local database in your device.

Even the device is offline it will allow you to make queries to the local DB ( UltraliteJ ). Also SUP allows you to call operations ( Delete, update, create ).

Please go through the Object API development guides, http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.pubs.docset-SUP-2.2.0/doc/h...

Tutorials, http://scn.sap.com/docs/DOC-8803#section2

- Midhun VP