cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple search criteria returns an AND result

Former Member
0 Kudos

Hi,

In our production system, when searching for opportunities using the Employee Responsible criteria, we add multiple employee responsible to search.

Result: System returns zero opportunities (because it is considering AND condition)

In our QAS system, the same search will show me opportunities of all employee responsible entered at the same time e.g. if i searched for OPPS of employee 1, 2 & 3, it will show me opps of all 3 employees.

Any suggestions how this is controlled ?

Haseeb.

Accepted Solutions (0)

Answers (1)

Answers (1)

Maggie
Employee
Employee
0 Kudos

Hello Hasseb,

Would you please check, is note 1658632 applied in your PROD system?

Best regards,

Maggie

Former Member
0 Kudos

Hi Maggie,

I checked but it's not implemented and is also not valid for our release.

Haseeb.

Former Member
0 Kudos

Another observation:

  • Search Opps. with employee 1: shows 10 results
  • Search opps. with employee 1 & 2: shows 5 results --> while employee 2 is not involved in any of those opportunities.
Maggie
Employee
Employee
0 Kudos

Hi,

You can set a break point at class cl_crm_report_acc_dynamic method database_access to see how the result is fetched from DB. In parameter it_where, you will see the built search criteria. Then you can find how the search criteria is built by checking the call stack.

Best regards,

Maggie