cancel
Showing results for 
Search instead for 
Did you mean: 

Email notification using actions

Former Member
0 Kudos

Hi,

I am configuring an action to send an email notification to the partner function "Contract responsible person". What is the role of the 'Partner Dependant' check box in an action definition? Also, is there a standard BADI implementation for the BADI EXEC_METHODCALL_PPF that can be used for sending email notification to a particular partner function?

Regards,

Neena.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey Neena,

   Refer to this Link , this may help you achieve your goal.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d03a6978-a10b-2a10-7baf-8428d86bf...

Thank You & Regards

Rohan

Answers (2)

Answers (2)

praveen_kumar194
Active Contributor
0 Kudos

as far my understad, here partner dependent means, the action only generated if the framework sees a business partner with this partner function(entered while creating the action) in the transaction.

this is particularly useful when you want to send emails to employee responsible.....

you can searc for badi implementations BADI EXEC_METHODCALL_PPF in the SE18 ->enhancement implementations->over view.

if you want to implement this sending mail process in this BADI by writing code check this link out it may help you.

http://scn.sap.com/docs/DOC-31422

Former Member
0 Kudos

Hi Neena,

Role of Partner Dependent :

Partner Dependent makes this Action as dependent on Partner. The partner you choose is the one, for which the action triggers. It first checks whether that Partner exists or not. If not, it throws an ERROR.

For Information check below links

http://scn.sap.com/people/dolores.correa/blog/2007/09/18/sending-e-mail-from-support-message

http://wiki.sdn.sap.com/wiki/display/CRM/Action+profiles+in+SAP+CRM

Regards,

Vishwanath