cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Smartform in to PDF and send Reminder EMail

Former Member
0 Kudos

Hi Guru's,

                I am creating webdynpro application. I need to convert smartform as pdf and send remainder email for every 24 hours.

By using function moule SO_NEW_DOCUMENT_ATT_SEND_API1 i can able to send email by attaching smartform as PDF.

But i can able to write logic for sending mail for every 24 hours.

Is there is any other function module to send mail for every 24 hours??

thanks,

Meena

Accepted Solutions (0)

Answers (2)

Answers (2)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

You can create a job and schedule it daily. Once you don't require it, you can delete the schedule.

chengalarayulu
Active Contributor
0 Kudos

Meena,

its an administration task, so BASIS can perform those. just share the program details to ur basis team and ask them to run everyday.

Former Member
0 Kudos

Hi Chengalarayulu,

Thanks for reply.. Once customer accepted mail i need to stop that remander mail too .. so it need to do developer only..

chengalarayulu
Active Contributor
0 Kudos

If this is the case of bulk receivers, then it would be great to maintain true/false flags at DB Table level, if the reminder is send, then you can make that as True to stop reminder again. And while before triggering mail you should retrieve the receivers list which is not equals to true flag.

if it is also not suites for your query, wait for more other comments.