cancel
Showing results for 
Search instead for 
Did you mean: 

Custom search criteria for employee search in CRM Web UI

Former Member
0 Kudos

Hi,

I currently have some functionality in an implementation of enhancement spot BADI_CRM_BUPA_IL_SEARCH_EXT so that I can influence what search results are returned in component BP_HEAD_SEARCH.

It seems that this BADI is not called when looking for employees in BP_EMPL_SEARCH component.

Does anyone know where i can implement similar functionality as i have for the corporate account / individual account search, is there another BADI for this?

Cheers

Matt.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi There is a BADI CRM_BUPA_IL_SEARCH

There are sample implementations available for it...

put the break point in it and check it...i think it will work

Former Member
0 Kudos

I just created an implementation of this BADI and activated it but it doesn't get hit during a search for employees in the web UI.

Any other suggestions?

suchita_phulkar
Active Contributor
0 Kudos

Hi Matt,

If a BADI is not getting called but you need it to be called then you can also call it in your custome code on component method.

Regards,

Suchita