Skip to Content
0
Former Member
Nov 27, 2008 at 12:04 PM

Changing strategy of Business Partner Search in CRM EIC in CIC0

31 Views

Hello everyone,

A need to do a small modification in search engine in transaction CIC0.

Standard engine search BP using last and first name.

After the change it shoud search BP using diffrent fields (english version of names).

The screen will not be changed at all but values the user inserts should be compared with diffrent fields in the database.

As I analized, I can do it by customizing and some development.

I think that I have to write my own Z FM which search for BPs.

My question is where I have to register it in configuration and what interface it should have.

What are FMs which I can find in crmc_cic_search_rule transaction?

Important thing is that I cannot change the standard programs.

First FM CCMCS_BP_SEARCH_RULES is ran.

Than it calls CCMCS_BP_SEARCH_CONTROL dynamically as defined in crmc_cic_search_rule.

CCMCS_BP_SEARCH_CONTROL calls dynamically CCMCS_BP_SEARCH2 but I dont know where it is defined. I think the best way would be replace calling CCMCS_BP_SEARCH2 with my FM with the same interface but I dont know where to configure it.

I dont know if it is the best way and even possible.

Please anyone help me

Thanks in advance.

Wojtek