var that = this;
oModel.read("/CountSet", {filters : [
new sap.ui.model.Filter("Itemrecords", sap.ui.model.FilterOperator.EQ, "20150730");
],
success: function (oEvent) {
that.byId("DATPICKER_ID").setDateValue( oEvent.result.DATE_FIELD );
}
});
var that = this;
oModel.read("/CountSet", {filters : [
new sap.ui.model.Filter("Itemrecords", sap.ui.model.FilterOperator.EQ, "20150730");
],
success: function (oEvent) {
that.byId("DATPICKER_ID").setDateValue( oEvent.result.DATE_FIELD );
}
});