
Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests. As of Release 4.6C, the Job definition transaction ( SM36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
SAP delivers the following standard jobs including recommended variants and job intervals:
• SAP_CCMS_MONI_BATCH_DP – Dispatches monitoring architecture methods (hourly)
• SAP_COLLECTOR_FOR_JOBSTATISTIC – Generates runtime statistics for background jobs (daily)
• SAP_COLLECTOR_FOR_PERFMONITOR – Collects data for the performance monitor (hourly)
• SAP_REORG_ABAPDUMPS – Deletes old ABAP short dumps (daily)
• SAP_REORG_BATCHINPUT – Deletes old batch input sessions (daily)
• SAP_REORG_JOBS – Deletes old background jobs (daily)
• SAP_REORG_JOBSTATISTIC – Deletes old data from the job runtime statistics (monthly)
• SAP_REORG_SPOOL – Deletes old spool data (daily)
• SAP_REORG_UPDATERECORDS – Deletes old update requests (daily)
• SAP_REORG_XMILOG – Deletes XMI logs (weekly)



