cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Responsible not visible in Opportunity Search Result

Former Member
0 Kudos

Hello

When searching for Opportunities, employee Responsible for some opportunities is shown as "/" and not the complete name. For Opportunities it shows full name but for some it only shows "/".

I checked the opportunities and employee responsible exists in the Transactions but only not visible in Search Result.

Apart from this when i click on the "/" to see employee details it opens the Employee Details but name is not visible in the Opportunity search result.

Please let me know what could be causing this issue.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

praveen_kumar194
Active Contributor
0 Kudos

debug the getter GET_PERSON_RESP_LIST  method of that attribute STRUCT.PERSON_RESP_LIST for those records where you see / value. you can come to know about reason.

Answers (3)

Answers (3)

Former Member
0 Kudos

We are facing similar issue.

After initial analysis we found that for the partners for which ADDR_NP is not maintained in table CRMD_PARTNER but ADDR_NR is maintained, this issue is present.

If both are present or neither is maintained, the employee responsible description is populated.

Let us know if there is any solution to this or any Notes to be implemented for this.

Regards,

Sayan

Former Member
0 Kudos

Did you solve the problem? I have the same problem with the search result lists of opportunities and leads. For some entries only a "/" is visibile in the Employee Responsible field.

Thanks.

Best regards

0 Kudos

Hi Jatin,

If the issue is not in GET method as mentioned by Praveen, then see if you have enhanced the opportunity related APIs. You can debug the following 1Order search result API

CL_CRM_Q1O_SEARCH->GET_RESULT_VALUES

which is in turn called by the following Opportunity Genil method to fill the search result

CL_CRM_QOPP_RUN_BTIL->IF_CRM_QUERY_RUNTIME_BTIL~GET_DYNAMIC_QUERY_RESULT

Check the value for employee responsible in the Genil layer.

Thanks & Best Regards,
Leon

Message was edited by: Leon Limson