Hi Experts,
I can get the data from SAP tables and show them in the SAP UI5 table.
Although, when I try to filter the data in table.bindRows , the system gives the HTTP internal server error.
oTable.bindRows({
path: '/RFCdataSet',
filters: [new sap.ui.model.Filter({
path: 'RfcDesc',
operator: sap.ui.model.FilterOperator.EQ,
value1: "Test1"
})]
});
I have attached the files.
Could anyone let me know the cause of the error?
Regards,
Amruta