Skip to Content
0
May 22, 2018 at 07:42 AM

we have multiple Select-option as exporting from fiori/Front end Side like S_PERNR

171 Views Last edit May 22, 2018 at 07:44 AM 2 rev

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.

  1. It should accept a low/high list of values, a single value, or a list of single values.

  • i.e. 00037000 - 00038000

  • 0003900 - 00040000

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'