‎2006 Oct 12 8:24 PM
hi everyone,
I have a small doubt regarding reports....how we are scheduling the reports.......daily reports, monthly reports...yearly reports...in real time...environment.
I knew how to write the coding for reports...what about this schduling the reports...
Thanks in advance,
Raju.
‎2006 Oct 12 8:32 PM
Hi Raju,
You can schedule your report in Background through the transaction code SM36.
First create the possible Varinat for the program in order to give in SM36
1. Mention the Jobname as Z*
2. Click on Step button,then mention the ABAP program name as your report name, variant then press save button.
3. Click on start condition,click on Data/time and then periodic value(Beside save button). Here you can select monthly/weekley etc.
4. Save the complete settings.
you can monitor this job in SM37.
Pls mark the helpful answers.
Thanks
eswar
‎2006 Oct 12 8:31 PM
You can schedule your reports to run daily, weekly, monthly, etc using the job scheduling, transaction SM36. You can create periodic jobs which run, then schedule a new job for the next interval. You can also schedule against a calendar, so if you have a calendar which shows working days(without sat, sun), the job would only run on weekdays.
Regards,
Rich Heilman
‎2006 Oct 12 8:31 PM
Hi,
May once the develpoment and testing is done, The programs need to be executed in the background.
There is a option for reports to run in the background (F9). Using this you can schedule the report to run in aspecific time in the back ground.
Check the below link for more details.
Thanks,
Ramakrishna
‎2006 Oct 12 8:32 PM
Hi Raju,
You can schedule your report in Background through the transaction code SM36.
First create the possible Varinat for the program in order to give in SM36
1. Mention the Jobname as Z*
2. Click on Step button,then mention the ABAP program name as your report name, variant then press save button.
3. Click on start condition,click on Data/time and then periodic value(Beside save button). Here you can select monthly/weekley etc.
4. Save the complete settings.
you can monitor this job in SM37.
Pls mark the helpful answers.
Thanks
eswar