Skip to Content
0
Former Member
Mar 24, 2009 at 02:00 PM

Advice needed for changing code within the Web IC...

24 Views

Hi,

I need to change some code within the GET_QUERY_METHOD, which is found:

BSP->Z_CRM_IC->View->AuiSearch

Controller class ZL_CRM_IC_AuiSearch_impl

Method do_handle_event

Method eh_onsearch

Method get_query_result

At present the method get_query_result belongs to class CL_CRM_AUI_QUERY_SERVICE.

I can create a subclass from this and call it ZL_CRM_AUI_QUERY_SERVICE and then redefine the method get_query_class, then make the necessary changes.

Is that the correct approach to take?.

Of course none of this will ensure that the new code gets called. How on earth can I do that ?.

Jas.

Edited by: Jason Stratham on Mar 24, 2009 4:22 PM