Hello experts,
I am modifying an existing workflow. It has a Send Mail standard task. I would like to get the result of this task (error or success) and insert it in a Z dictionary table before it is totally completed. I am using a method in Program Exit of Mail Send task after creation and after execution but I am not able to know if the email is sent successfully until the task is completely finished. Therefore, my method is useless.
Here comes the question, is there any way of knowing if the email is sent successfully before finishing the task? I want to save the result of the standad task in a Z dictionary table.
I place my simple workflow just in case. The taks I talk about above is the circled one.
Thanks in advance.
PD: I have already read examples Program Exits In Workflow - ABAP Development - SCN Wiki and Program Exits In SAP Workflows