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

Former Member
0 Likes
888

Moderator message: please use informative subjects in future

Hi All,

I have one requirment in which I have to run one report,which will execute after every three month automaticaly.

Could you please tell me how can we do this......

And please explain in detail.

Edited by: Matt on Feb 3, 2009 10:22 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
862

1. Go to transaction SM36(Define Background Job)

2. Enter a job name.

3. Enter or select a target server on "Exec. Target" field.

4. Click on Step button on application toolbar.

5. Enter the name of your abap program and click save.

6. Now click the Start button.

7. Click Date/Time button and specify a date and time on "Schedule start" field.

8. Tick on Periodic job checkbox.

9. Click the "Period Values" button.

10. Another screen will appear, click on "Other Period" button.

11. Now Type 3 on Month field and click save.

12. Click save button on all pop-up screen.

8. Now click save button on main screen and you're done.

Moderator message: please use informative subjects in future

Hi All,

I have one requirment in which I have to run one report,which will execute after every three month automaticaly.

Could you please tell me how can we do this......

And please explain in detail.

Edited by: Matt on Feb 3, 2009 10:22 AM

8 REPLIES 8
Read only

Former Member
0 Likes
862

Step 1: Create the Report

Step2 : Schedule a job to run that report in every 3 months. Run transaction SM36 to create a job.

Read only

Former Member
0 Likes
862

Hi,

Step-1 : Go to Transaction SM36.

Step-2 Enter the job name. Job Class C. Status Scheduled

Step-3 Press Enter. Following popup screen appears:

step -4 Enter your program name and click on SAVE.

Step-5 Now come back to the main screen and click on u201CStart Conditionu201D.

Step-6 Select Date\Time.Fill your requirement and click on save.

I hope this will help you

Regards

Mudit

Read only

Former Member
Read only

Former Member
0 Likes
862

Hi,

Create the program after that go to transection SM36 ,Enter the job name. Job Class C. Status Scheduled,Press Enter.

Following popup screen appears:

Enter your program name and click on SAVE.

Now come back to the main screen and click on u201CStart Conditionu201D.

Select Date\Time.Fill your requirement and click on save.

Try this it will help to your problem.

Read only

Former Member
0 Likes
863

1. Go to transaction SM36(Define Background Job)

2. Enter a job name.

3. Enter or select a target server on "Exec. Target" field.

4. Click on Step button on application toolbar.

5. Enter the name of your abap program and click save.

6. Now click the Start button.

7. Click Date/Time button and specify a date and time on "Schedule start" field.

8. Tick on Periodic job checkbox.

9. Click the "Period Values" button.

10. Another screen will appear, click on "Other Period" button.

11. Now Type 3 on Month field and click save.

12. Click save button on all pop-up screen.

8. Now click save button on main screen and you're done.

Read only

Former Member
0 Likes
862

Hi Amar,

Refer to the link below:

With luck,

Pritam.

Read only

Former Member
0 Likes
862

Hi,

After creating your report...Goto transaction SM36.

1)Give the name of the Job

2) Give the Exec. Target as report name.

3) In the start condition select >>.

4) Check the workday/time details and workday relative to, period details.

You can give the period as 3 months.

Regards,

Sumalatha

Read only

matt
Active Contributor
0 Likes
862

Please use informative subjects in future