cancel
Showing results for 
Search instead for 
Did you mean: 

E-mail to the responsible of notification (QM01)

Former Member
0 Kudos

Hi,

i would like to achive, that if a user enters a notification (QM01), the responsible of the notification gets an e-mail. the same should happen for the responsible of the task. how can i do that?

i would be very happy if someone could help me

Thanks a lot

by

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can use User Exit QQMA0014 |QM/PM/SM: Checks before saving a notification

In this user exit use Function module : QM06_FM_TASK_SEND_PAPER_ATTACH

Also Explore

http://www.erpgenie.com/sap/abap/code/abap25.htm

http://forums.sdn.sap.com/thread.jspa?threadID=1194540

http://forums.sdn.sap.com/thread.jspa?threadID=694294

or you can manually also trigger though action box

Former Member
0 Kudos

Thanks for the reply.

I tried in the userexit to send an email an it worked. The problem is, that i have to send the email to the responsible, which is stored in the table IHPA, but only after saving the notification. Hence i can read them, since the notification is not saved yet. The userexit give me only the structure of the table VIQMEL. Is there an other possibility to read the responsible?

Thanks

Former Member
0 Kudos

Other possibility what I can see is through Action Box only..........

former_member42743
Active Contributor
0 Kudos

Activate workflow. It is in the configuration for the quality notifications.

FF

Former Member
0 Kudos

Can you tell me please which workflow i've to activate?

I tested also the actionbox, which works well. Is there also the posibility to send the e-mail to the responsable of the task?

Former Member
0 Kudos

Hi,

Were you able to achieve your requirement? Could you tell me the steps followed?

Regards

Deepthi