cancel
Showing results for 
Search instead for 
Did you mean: 

Why a newly updated entry is not getting updated in oData.

0 Kudos

I am creating a new entry for a given oData service using CREATE method of sapui5.In debugger it is showing that data is successfully created but that data is NOT getting upadated or stored in that oData what can be the problem.I am getting no error message in debugger.

Thank You in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member560141
Participant
0 Kudos

Are you adding the data to your Model? do you have 2 way binding? Can we se some code?

are you getting the newly created data in response from the gateway? If so try to oModel.setData(responseData)