Application Development 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: 

mailing sending

Former Member
0 Kudos

Dear Experts,

My requirement is whenever a employee applies for a leave mail should be triggered to the approver on same day and 3rd day and 6th day.

inside the mail only texts are there that can be hardcoded.

is this possible to do this is scheduling job and also some ideas are welcome.

Thanks and Regards.

Thirukumaran. r

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Dear Thirukumaran,

All the approvers can be sent mails if there is any pending request from their end. All the details in the body intimating about the leave can be obtained from the data base.

The job(report) can be scheduled every day, so that all the leave requests are send to the coresponding approvers.

Regards,

Imran

5 REPLIES 5

Former Member
0 Kudos

hi,

you can try this through workflow by using deadline messages

Former Member
0 Kudos

Former Member
0 Kudos

Dear Thirukumaran,

All the approvers can be sent mails if there is any pending request from their end. All the details in the body intimating about the leave can be obtained from the data base.

The job(report) can be scheduled every day, so that all the leave requests are send to the coresponding approvers.

Regards,

Imran

Former Member
0 Kudos

Hi,

Assuming that Leave application activity is happening in SAP. Try and find some User Exit or BADI which triggers which leave application is created. Within this User Exit or BADI you need to call FM for MAIL SEND and JOB CREATE on 3rd and 6th day.

Try it out.

TC

Sajimon Chandran

Former Member
0 Kudos

This is possible.you have to decide the best possible way based on your requirement.