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

Automatic mail reminder

Former Member
0 Likes
645

Hi ,

I am creating an application where the requierment is like this,

every month end a "Reminder" mail has to be sent to the concerned person.

Can any one help , i dont have any idea about this "Automatic Email Reminder"

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
601

Hi Lavanya,

I think you can develop a simple reoprt program to send emails using the FM "SO_NEW_DOCUMENT_SEND_API1". You can run schedule a job to run this report every month end. You can find lot of sample codes for calling this FM in SCN.

Ganga

Read only

Former Member
0 Likes
601

hi,

Thanks for your reply . But my requirement is that , the mail has to sent automatically every month to the concerned person .

Read only

0 Likes
601

Hi lavanya,

i didnt get wt do u mean by automatic.

if we create a job and scheduled at the intervals needed, it will be executed automatically in the background. you can create a table in which the mail id can be maintained and fetch the mail id in the program before calling the FM.

thanks,

teja.

Read only

0 Likes
601

Yes...You can populate the email IDs of the concerned persons to RECEIVERS of this FM.

You can schedule a back ground job to run this report every month end.

I hope it works.

Ganga