Quantcast
Channel: SCN : All Content - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 4552

Enhancement of search view with a custom field

$
0
0

Hello Everybody

 

As a part of requirement i need to add a custom field to the search view of a component. i have added the custom field to the attribute structure of respective advanced BOL query object and made that field available on UI after enhancing the component and respective view and saving the configuration under role configuration key of respective business role

 

I did copy the standard Handler CL_BUPA_IL_HEADER_SEARCH to the "Z" Namespace and register the same as an implementation class in TX. CRMC_BUIL. To my surprise I notice that the break-point doesn't get triggered in the "IF_GENIL_APPL_INTLAY~GET_DYNAMIC_QUERY_RESULT . The Break point is not even getting triggered in GET_DYNAMIC_QUERY_RESULT  method of ZL_BUPA_IL_HEADER_SEARCH.

 

Its working fine for the standard Component but not for my enhanced component..After doing a bit of search in the forum i came across a query where in it was mentioned to enhance the standard GENIL Class CL_CRM_BUIL to customer name space and register the Z-class in genil object layer settings but to no avail the break-point is not even getting triggered in the DYNAMIC _QUERY_RESULT method of the Zclass thats been derived from CL_CRM_BUIL.

 

 

Any Inputs???

 

 

 

Regards

Sanguine


Viewing all articles
Browse latest Browse all 4552

Trending Articles