Application Development 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: 

periodic jobs

Former Member
0 Kudos

how to find which job is periodic?can u give brief information....

6 REPLIES 6

Former Member
0 Kudos

Very brief information : SM37 !

0 Kudos

Ragava,

Periodic jobs are those which should run regularly, such as:

1. clean up parts of the system, such as by deleting old spool requests.

2. collects data for the performance monitor

3. collects statistics for background jobs

4. Deletes old ABAP dumps

5. Deletes old batch input sessions

6. Deletes old background jobs

7. Deletes old update requests.

8. Deletes XMI logs

similarly there are such many housekeeping standard jobs which are provided by the SAP for the regular maintenance of the Application server.

These b/g jobs status need to check on regular basis.

These set of standard jobs can be scheduled from SM36-> standard jobs->list of all standard jobs will be seen from this screen.

If you still require some more information please revert back.

0 Kudos

thanks a lot for the response which you have provided for my querry....but a small doubt in this

How to find out frequency of a job like hourly,daily and periodically etc....from a list..

0 Kudos

Hi Ragava,

Goto SM37 enter the name of the job and double click on the job name. Here you will get the job frequency.

-Pinkle

0 Kudos

>

> Hi Ragava,

>

> Goto SM37 enter the name of the job and double click on the job name.

Also look at the date/time fields to specify a period like a week, a month etc. Default is one day.

0 Kudos

Hi,

Job name | Program | Variant | Repeat interval

-


SAP_REORG_JOBS | RSBTCDEL2 | yes | daily

SAP_REORG_SPOOL | RSPO0041/1041 | yes | daily

SAP_REORG_BATCHINPUT | RSBDCREO | yes | daily

SAP_REORG_ABAPDUMPS | RSSNAPDL | yes | daily

SAP_REORG_JOBSTATISTIC | RSBPSTDE | yes | monthly

SAP_COLLECTOR_FOR_JOBSTATISTIC | RSBPCOLL | no | daily

SAP_COLLECTOR_FOR_PERFMONITOR | RSCOLL00 | no | hourly

SAP_COLLECTOR_FOR_NONE_R3_STAT | RSN3_STAT_ | no | hourly

COLLECTOR

SAP_REORG_PRIPARAMS | RSBTCPRIDEL | no | monthly

SAP_REORG_XMILOG | RSXMILOGREORG | yes | weekly

SAP_CCMS_MONI_BATCH_DP | RSAL_BATCH_ ..| no | hourly

TOOL_DISPATCHING

SAP_SPOOL_CONSISTENCY_CHECK | RSPO1043 | yes | daily

SAP_REORG_ORPHANED_JOBLOGS | RSTS0024 | yes | weekly

Please go through the link:

http://help.sap.com/saphelp_47x200/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm

and the SAP note number: 16083.

which will give you the overall idea about the SAP std jobs.

If this satisfies your query, set this thread as an answer.

Thanks,

Mudukana