cancel
Showing results for 
Search instead for 
Did you mean: 

Add EXTERN_ACT_ID to Activity search criteria

Former Member
0 Kudos

Hi experts... I need to add field EXTERN_ACT_ID to Activity search criteria... I already added the field to structure CRMST_QUERY_ACT_BTIL, to cluster CRMVC_DQ, to Design Object BTQAct and to view BT126S_APPT/ApptSQ.

The problem is that the search by this field is not working... is not taken into account no matter the value I enter.

Thanx for your help!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Put a break point in the FM CRM_E2C_SEARCH_ACTIVITY and check.

OR put a break point in the method IF_CRM_QUERY_RUNTIME_BTIL~GET_DYNAMIC_QUERY_RESULT of class CL_CRM_QACT_RUN_BTIL and check

You need to include the logic for the searching the new field EXTERN_ACT_ID.

Regards,

Gangadhar.S

Edited by: gangadhar rao on Mar 22, 2011 6:30 AM