Hi Ram,
If the view has input parameters then it is also possible to pass the values to the input params during the odata call without using $filter option.
Limitations:
1. default value configured for an input param of a view will not be considered during the odata call and requires mentioning of explicit value
2. Optional params should also be provided with the value.
if your view has input params then the odata call will be like this
/abc.xsodata/Products(P_ProductID='005')/Results
in the above link P_ProductID is an input parameter for the entity Products which is an analytical view.
Best Regards,
Ranjit