why dont you just check what is coming back from service
- oModel.getModel().update("/es_koldb('" + vKolId + "')",oEntry,null,function(oData, oResponse){
- jQuery.sap.require("sap.m.MessageToast");
- sap.m.MessageToast.show("Data Updating Succesfully");
- },function(oError){
- alert("update failed: " +
JSON.stringify(oError)
); - });
and as suggested - set a breakpoint in *DPC_EXT