Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Workflow PM Email to notification creator - WS20000021

Former Member
0 Likes
1,006

Hello All,

Can anyone help me with PM workflow process. I need to send an email just stating that an order has been created to the 'requested by' user of the PM notification when a new order is created from the notification.

Hello All,

Can anyone help me with PM workflow process. I need to send an email just stating that an order has been created to the 'requested by' user of the PM notification when a new order is created from the notification.

4 REPLIES 4
Read only

Former Member
0 Likes
907

Hi,

Can you check this, hope this helps you.

You can follow this and create new one.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bbdb3c-d640-2a10-d3b2-e4d9b905...

Regards,

Ashok

Read only

0 Likes
907

Thanks Ashok,

But I am trying to specifically see if i can get any input on PM workflow WS20000021 to fetch the mail id of the requested by user of the PM notification.

Regards

Ram

Read only

karol_seman
Active Participant
0 Likes
907

Hi Ram,

you can do it by implementing user exit. You can find user exits via transactions CMOD and SMOD. For your case I would say you need to participate on user exit IWO10012, Function exit : EXIT_SAPLCOIH_012. There you already have created number in CAUFVD_IMP-AUFNR .

Best Regards,

Karol

Read only

0 Likes
907

Thanks Karol,

I am trying to create a new method to add in the business object and find the email id of the user and then use a send mail step in WF to send the mail to the found email id.

Regards

Ram