on 2017 Nov 24 11:59 AM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.