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: 

Triggering an email

Former Member
0 Kudos

HI Experts,

I am assigned a task, where in a email must be triggered, containing a message that ‘Customer data is changed’ to my mail id on change of customer data through XD02 transaction upon pressing SAVE icon.

Regards,

Ram.

2 REPLIES 2

Former Member
0 Kudos

Hi,

try to use this user exit EXIT_SAPMF02D_001 which will be useful.

<b>Reward points for helpful answers</b>

Satish

Former Member
0 Kudos

Is this is about how to capture the changes, you can use the BADI customer_add_data, and the method CHECK_ALL_DATA.

If this is about sending email out of SAP, you can use the FM SO_OBJECT_SEND.

Albert