Hi experts,
I'm trying to read data from oData model ( type sap.ui.model.odata.ODataModel ) object.
the code is working fine and the success function is executed just the number of rows in the odata alwayes the same as all of the rows return from service.
Means the filtering are agnord. what could be the problem?
See the code below:
Define filters:

Bind model service:

Read with filters:

Best regards.