2007 Nov 13 8:48 AM
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.
2007 Nov 13 9:01 AM
Hi,
Get the BADI which is getting triggered on pressing SAVE button and create an implementation for it. In this implementation write the code for sending Emails. You can use FM <b>SO_NEW_DOCUMENT_ATT_SEND_API1</b> to send mail.
Regards,
Amit
Hi,
Get the BADI which is getting triggered on pressing SAVE button and create an implementation for it. In this implementation write the code for sending Emails. You can use FM <b>SO_NEW_DOCUMENT_ATT_SEND_API1</b> to send mail.
Regards,
Amit
2007 Nov 13 9:01 AM
Hi,
Get the BADI which is getting triggered on pressing SAVE button and create an implementation for it. In this implementation write the code for sending Emails. You can use FM <b>SO_NEW_DOCUMENT_ATT_SEND_API1</b> to send mail.
Regards,
Amit
2007 Nov 13 9:36 AM
Hi...
Call this FM SO_NEW_DOCUMENT_SEND_API1 for sending an email in the below exit:
EXIT_SAPMF02D_001.
2007 Nov 13 10:21 AM
Swami,
Can you please send me any sample code if you have any.
Regards,
Ram.
2007 Nov 13 10:39 AM
Ram,
Right now i dont have any sample code...
but i will breif u the steps...
Jus check the required condition whether the customer is changed or not...
if changed then call the FM which i mentioned by passing the required parameters...
So by saving the TCODE XD02..definitely the exit will get called and your code will get executed.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |