cancel
Showing results for 
Search instead for 
Did you mean: 

OData SDK offline cache - locking problem in backend

markus_reich
Participant
0 Kudos

Hi,


we run into a massive problem when using the offline cache capabilities of the SDK.

In backend we use SAP standard RFC BAPIs to update changes to data (CRM)´.

As the requests were sent very fast from the app to the backend when online again, we have locking errors as it could happen that more fields of an entity where changed and every change creats an request, we found no merge possibility?


regards

Meex

Accepted Solutions (0)

Answers (1)

Answers (1)

midhun_vp
Active Contributor
0 Kudos

Can you please elaborate the issue. Also provide the code you wrote. Which is the sdk version.

Regards

Midhun VP

markus_reich
Participant
0 Kudos

Hi,

thx for your reply. Our partner just uses default implementation of SAP offline cache

[RequestBuilder setDelegate:self];

[RequestBuilder setDidFinishSelector:@selector(requestDidFinishOffline:)];

[RequestBuilder setDidFailSelector:@selector(requestDidFailOffline:)];

Meex