‎2010 Jan 12 4:13 AM
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.
‎2010 Jan 12 4:44 AM
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.