Hi,
I have a requirement. At the end of each process chain, the ABAP program must trigger email.
The process chains are having naming format of Z<Module name>. Ex: SD process chain will have ZSD, PS process chain will have ZPS etc.
Now we are reading a table based on the module and identify the users, and to those users email should be sent.
Now i am unable to identify the name of the process chain at run time from my ABAP program.
Is there any way to identify the name of the process chain at runtime from ABAP program?
Thanks.