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

Execute weekly ALV automatically

guillermo_espaa2
Explorer
0 Likes
308

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.

1 REPLY 1
Read only

Former Member
0 Likes
276

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