Hi,
I want to include payload specific information in my alert mails. I am looking forward to this approach, to help my customer, directly understand the alert mail by pin pointing a few payload specific primary fields.
I have gone through a few blogs, forum threads and SAP help documents and all say that this is not directly possible in ALRTCATDEF.
Please suggest how i can achieve this without using BPM.
Warm Regards,
Anshul
Hi,
To include the payload specific information in the alert, you might need to trigger the alert from your mapping. you can handle this situation in the mapping and trigger an alert from UDF with all of your required information. Please check the below blog, it uses the SALERT_CREATE RFC call from UDF and no BPM is required!!
/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function
regards,
francis
Hi Anshul -
I don't see a way to do this without BPM. You could use the standard container variables in your alert message in case of a communication error. If you require payload specific information, you will have to create a custom report to create the alerts and schedule it in backgroud.
Regards,
TK
Add a comment