Hi Kumar,
Can you try changing the update statement to something like this and check?
oModel.update("/SalesOrderSet(Supplier='113',product='43',Item='03')", oEntry, function(){ sap.m.MessageToast.show(" updated Successfully");; },function(){ sap.m.MessageToast.show("failure");});
Regards,
Sai Vellanki.