hi,
i think you have GW servce problem search with
/N/IWFND/ERROR_LOG and you can debug with Active Source click where is the problem in ABAP.
var sServiceUrl = "/sap/opu/odata/SAP/ZHR_PO_SRV/"; var oModel = new sap.ui.model.odata.ODataModel(sServiceUrl); oModel.update("/ErfassunglohnartenSet('" + this.oData.Pernr + "')", this.oData, null, function() { // success }, function(error) { var parser = new DOMParser(); mess = parser.parseFromString(error.response.body, "text/xml").getElementsByTagName("message")[0].childNodes[0].nodeValue; typ = "Error"; sap.m.MessageBox.show( mess, sap.m.MessageBox.Icon.ERROR ); });
Add comment