cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Offline - jquery.sap.storage vs other methods

former_member239819
Participant
0 Kudos

I'm starting to look into adding offline functionality to a mobile app developed in SAP Web IDE on SAP Cloud Platform.

There's some standard SAP functionality that allows an offline data store to be created by simply updated the Manifest.json

"sap.mobile":{"_version":"1.1.0","definingRequests":{},"stores":[{"name":"ZSV_SURVEY_SRV","serviceRoot":"/SAPUI5-ABAP-SFI/","definingRequests":{"SurveySet":"/Surveyset"}}]

However, the actual oData used would be far too large to hold offline in practice, so what are the other options ? Can the data be filtered ? and how ?

Is jquery.sap.storage still used?

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor

The code you provided could be for the kapsel offline plugins -

https://blogs.sap.com/2017/01/24/getting-started-with-kapsel-part-10-offline-odatasp13/

And how jquery.sap.storage work is explained here:

https://blogs.sap.com/2014/06/29/sapui5-offline-with-jquerysapstorage/

Regards,

Midhun VP

former_member239819
Participant
0 Kudos

I get it, jquery.storage only relates to html, not the deployed mobile app (android or Ios).

Answers (0)