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

report scheduling

Former Member
0 Likes
523

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

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

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
472

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

Read only

venkata_ramisetti
Active Contributor
0 Likes
472

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.

http://r3.duke.edu/Training/quickrefs/BackgroundProcessing-Supplement.pdf#search=%22executing%20repo...

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
473

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