Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI/user exit for transcation code "BP" in CRM

Former Member
0 Kudos
584

Hi Experts,

Is there a BADI / user exit that is triggered after successful saving/updating of Business Partner using transaction code "BP"?

We want to send general infos such as partner number, Name, Birth date, etc. about the business partner being created/updated using IDoc.

We are using CRM WinClient 4.0.

If you know the steps on how this requirement will be done, kindly post them.

Thank you very much.

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos
149

I don't have any CRM system at hand, but I'm sure there are some BAdI's for this. Look in SE18 for BP or BUS, and i'm sure you will find something.

One suggestion though: Before going for the BadI, try and see if CRM also uses change pointers for sending Idoc's . This case you wont need any user exits / badis, an probably no programming at all.

Transaction

BD50: Activate Change Ptrs for Mess. Type

BD61: Activate Change Pointers - Generally

and use report RBDMIDOC for triggering IDoc.

1 REPLY 1

Sm1tje
Active Contributor
0 Kudos
150

I don't have any CRM system at hand, but I'm sure there are some BAdI's for this. Look in SE18 for BP or BUS, and i'm sure you will find something.

One suggestion though: Before going for the BadI, try and see if CRM also uses change pointers for sending Idoc's . This case you wont need any user exits / badis, an probably no programming at all.

Transaction

BD50: Activate Change Ptrs for Mess. Type

BD61: Activate Change Pointers - Generally

and use report RBDMIDOC for triggering IDoc.