Good Morning!
I am working on OData Receiver Adapter to access HANA server.
Example End point URL:
http://saphanaDev:8080/projectName/xsfile.xsodata/InpView?$filter= KUNNR eq 'CustNo1' or MATNR eq 'Matnr1'
How to pass dynamic values like KUNNR = 123 or 567...
MATNR = 999 or 888...
Where to specify the filter "?$filter= KUNNR eq 'CustNo1' or MATNR eq 'Matnr1'" condition?
Thanks,
Y RV