cancel
Showing results for 
Search instead for 
Did you mean: 

Interface BP Creation

Former Member
0 Kudos

Hi Experts,

We have requirement in our project that we need to trigger an Email whenever a Bp is created for the first time in CRM. CRm is not creating data directly through an ordering system BP will be created and that client wants to trigger an email to Admin informing him for the addtion of the BP.

Regards,

Ashutosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Rishu.

Former Member
0 Kudos

Hi Ashutosh,

There are two ways to do this-

1. Implement the BADI PARTNER_UPDATE. This is called whenever the BP is saved. Within this, you can call the FM BUPA_GENERAL_CALLBACK and compare the old and new memories. If old is empty and new is filled, it means that the BP is created. Alternatively, you can also just query BUT000 with the BP number and if its not found , it means that BP is in creation mode. Accordingly, you can trigger the email.

2. Go to transaction swo1 and look at object BUS1006. This has some events that you cna use to trigger workflows, such as sending emails, etc. Just choose the event you want and implement it.

Hope this solves your problem.

Cheers,

Rishu.

Former Member
0 Kudos

Hi Ashutosh,

Please have look on below thread, which will help u alot for your requirement .

Regards,

DD's