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

Steps To create workflow for HR module

Former Member
0 Likes
300

hi experts,

i have a requirment in HR module to create a workflow, requirment is when an employee is transferred to any other stores or departments automatically a mail has to be trigeered to xxxx mail id. as im new to workflow can any one kindly help me in solving this requ.

1 REPLY 1
Read only

GauthamV
Active Contributor
0 Likes
259

You can also do this with the help of exits.

Use exit PBAS0001

In EXIT_SAPFP50M_002 first you can capture employee details

during transfer and then create a ztable to maintain the mail ids and use

function module to send mail for the same.