Hello Experts,
I have a scenario to Search on the first landing page of UI, where i have 10 fields on the UI screen based on which i should get data from table. So, if i can filter either by using 1 field or more than 1 field. and it should return data where it finds exact match. Return data can be more than one as per matches found.
I am passing data in 2 fields SID and Customer. Rest all fields are blank.
/SAP/ZBASIS_APP_SRV/ServerDetails?$filter=(SID eq 'SQ7' and CUSTOMER eq 'NEW CUSTOMER' and INTERNAL_IP eq ' ' and VM_NAME eq ' ' and VM_TYPE eq ' ' and EXTERNAL_IP eq ' ' and PROJECT_CODE eq ' ' and IMRO_COMPONENT eq ' ' and SAP_COMPONENT eq ' ' and VM_UPTIME eq ' ').
But, its not filtering based on these 2 fields and returning all entries.
Can Anyone help me in getting this solved. Appreciate your help.
Thanks,
Shilpi.