‎2009 Oct 01 11:17 PM
Hi everyone,
I hope you guys are fine!
I have coded an ALV Grid report that shows materials, plants and so on. Also it has a button in the PF-Status that when the user clicks on it, it sends an e-mail to many people, all right.
But my question is, how do I code this report to execute itself every week, and also it sends the e-mail without making click on the button.
I hope you guys could help me with this, 'cause I'll really appreciate it.
Regards and thanks for your time.
‎2009 Oct 01 11:20 PM
hi,
we are fine thanks for asking.
any ways, SCHEDULE a background job for that program, and make it periodic(give period value as 1 week), so that it will run each week.( create back ground job through SM36) (Search SCN for help)
and for automatic email sending, search SDN, there are hundreds of post regarding sending ALV through email attachments. please search.
http://www.sdn.sap.com/irj/scn/advancedsearch?query=sendalvasemailattachement
Edited by: Soumyaprakash Mishra on Oct 2, 2009 3:59 AM