SAP Mobile Platform device users can access and modify enterprise data when disconnected from their corporate network. The device users can easily retrieve and modify the data when a connection is re-established. The OData offline APIs are used to seamlessly cache data and merge the delta updates.
Offline OData provides the following features:
The OData Cache is used to store service documents, metadata documents, and entities.
Delta Queries return a list of entities that have changed since you last queried the collection. So whatever has been created, updated and deleted since your last visit, these changes can then be merged into your local result set. SAP NetWeaver Gateway SP07 supports Delta Queries. Delta Queries work with the Cache object.