Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3257

Filter table in sapui5: Internal server error

$
0
0

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


Viewing all articles
Browse latest Browse all 3257

Trending Articles