Hello ,
I am creating a UI5 application on CRM server. I have created ZBAPIs in CRM and I consume these ZBAPIs in Netweaver Gateway server to create ODATA service. I have used service builder tool to achieve this. Howevr $filter proprty is not working for any entity set.
When i fire below query :
/sap/opu/odata/sap/ZCRM_RESOURCEPLANNINGTOOL_SRV/ResourcesSet/?$filter=PartnerId eq '0000000190'
I get all the records.
The entity property Filterable is set.
Please suggest.
Sheetal