‎2010 Feb 19 9:48 AM
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
‎2010 Feb 19 9:58 AM
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
‎2010 Feb 19 10:07 AM
hi,
Thanks for your reply . But my requirement is that , the mail has to sent automatically every month to the concerned person .
‎2010 Feb 19 10:12 AM
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.
‎2010 Feb 19 10:12 AM
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