I have created Function Module .
As per requirement
Here we have multiple Select-option as exporting from fiori/Front end Side like S_PERNR, S_WERKS, S_VDSK1, S_KOSTL , S_ABTEI and S_TS_DATE.
00050041
00050043
How to get the select-option values to OData service from Front end and what will be testing URL if we try to test it from FRONT End ?
For Example :-
/sap/opu/odata/SAP/ZCBKT_SUPERVISOR_SRV/importSet?$filter=Pernr ge '00037000' and Pernr le '00037931' and Werks ge '1000' and Werks le '1200'
I have already created OData service and its working for select-option for one parameter .
/sap/opu/odata/SAP/ZCBKT_SUPERVISOR_SRV/importSet?$filter=Pernr ge '00037000' and Pernr le '00037931'