cancel
Showing results for 
Search instead for 
Did you mean: 

enhance search object bp_head_search.

Former Member
0 Kudos

Hi,

i struck with a search help enhancement object, i have enhanced the bp_head_search/bupamainsearch and bupasearch result

views. in the context the custom attribute is added, when i pass the attribute in the sort method in the implementation/ eh-onsearch method. i am getting exception..

can anyone explain me the step by step procedure for enhancing the search help object and please explain me how to sort based on the custom field in the result view

thanks

dinesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

solved it..

Former Member
0 Kudos

Hi Dhinesh

I am also having a similar requirement of adding new search paramter to the Account search.

View name : bp_head_search/searchhelp.

Pls let me know how did u solved this. if u can give me step by step that will be great.

Thanks in advacne.

Regards,

Deva

Former Member
0 Kudos

Hi deva,

You just need 2 steps:

Enhance CRMT_BUPA_IL_HEADER_SEARCH with an Append Struktur and add your needed fields there.

After that add an implementation for Badi: BADI_CRM_BUPA_IL_SEARCH_EXT where you have to filter for your new attributes.

You can also have a look on note 0001257764 Account search: extension of BADI_CRM_BUPA_IL_SEARCH_EXT

Best Regards,

Andy