In every SAP live system , basis guy need to run some programs background periodically that automatically deletes old data. For examples deleting old spool requests list, batch input sessions, collecting system performance statistics. Definitely these will effect on system performance. At below I am listing some important programs that are important to run periodically as background jobs. Use transaction code SM36 to schedule these jobs.
Job Name | Related Program | Varient | Interval | Description |
|
|
|
|
|
SAP_REORG_JOBS | RSBTCDEL | YES | Daily | Deletes old background jobs. |
|
|
|
|
SAP_REORG_SPOOL | RSPO0041 | YES | Daily | Deletes old spool requests. |
|
|
|
|
SAP_REORG_BATCHINPUT | RSBDCREO | YES | Daily | Deletes old batch input sessions. |
|
|
|
SAP_REORG_ABAPDUMPS | RSSNAPDL | YES | Daily | Deletes old dumps produced by ABAP abnormal terminations |
|
SAP_REORG_JOBSTATISTIC | RSBPSTDE | YES | Monthly | Deletes job statistics for jobs not run since the specified date |
|
SAP_REORG_UPDATERECORDS | RSM13002 | NO | Daily | Deletes old completed update records |
|
|
|
SAP_COLLECTOR_FOR_JOBSTATISTIC | RSBPCOLL | NO | Daily | Generates runtime statistics for background jobs |
|
|
SAP_COLLECTOR_FOR_PERFMONITOR | RSCOLL00 | NO | Hourly | Collects system performance statistics |
|
|
|