Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

[Help plz] Issue with data updating using OData Model and SAP UI5

Former Member
0 Kudos

hello experts,

I am working with SAPUI5 and I want to add/update objects in the Web Service ("http://services.odata.org/OData/OData.svc/")

by using the OData model integrated with SAP UI5.

For now, I'm able to consume the Web Service with SAPUI5 (Read/Display data using the OData Model).

I need to update the data in this Web Service. Is there any examples to follow?

I would appreciate your valuable help.

Kind regards,

ENICHOM

1 REPLY 1

Former Member
0 Kudos

You should make sure the add/update implementation of this odata service has been supplied.

Normally, such case only implement read logic.