Hi,
CRM 7.0
Recently I used the dynamic query BTQServReq for service requests passing various standard parameters (business object, process type) and also custom parameter (added through AET) and the query works fine when all parameters are NOT BLANK.
When I try to fetch all service requests without employee responsable (i.e. employee_responsable = ' ' ) it returns ALL service requests present in the system (with and without emplyoee responsable). I tried the query via abap coding and also via bol browser.
I tried using method check_selection_parameters of class CL_CRM_BOL_DQUERY_SERVICE suppressing flag iv_filter_empty_params but nothing changed.
It seems like it is not possbile to query with blank parameters using dynamic queries. Please share your thoughts and experiences.
Best,
Olgen