cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Duplicate check on search term for BP creation in CRM

0 Kudos
188

HI,

I want to do a duplicate check on search term for BP creation in CRM.

i found one BADI ADDRESS_SEARCH. But the method address_search is not getting called.

Is there any other BADI available? how can I handle this issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hello,

BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.

br,

dez_