cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search - Filter sent from UI capture in backend

former_member485287
Discoverer
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185414
Active Contributor
0 Kudos

As rightly suggested by Gregor, please put breakpoint in *_GET_ENTITYSET method of *_DPC_EXT class and chekc the filter parameter values.

gregorw
Active Contributor
0 Kudos

I suggest you check the backend implementation as it is a Z-Service.