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: 

Standard Background Jobs

Former Member
0 Kudos

<b>What are the standard Background jobs that are run ???</b>

And I would also like to know what kind of errors we get while running a background job???

1 REPLY 1

Former Member
0 Kudos

Jop: SAP_CCMS_MONI_BATCH_DP

RSAL_BATCH_TOOL_DISPATCHING

Dispatches monitoring architecture methods

Job: SAP_COLLECTOR_FOR_JOBSTATISTIC

Report: RSBPCOLL

Generates runtime statistics for background jobs

Job: SAP_COLLECTOR_FOR_PERFMONITOR

Report: RSCOLL00

Collects data for the performance monitor

Job: SAP_REORG_ABAPDUMPS

Report: RSSNAPDL

Deletes old ABAP short dumps

Job: SAP_REORG_BATCHINPUT

Report: RSBDCREO

Deletes old batch input sessions

Job: SAP_REORG_JOBS

Report: RSBTCDEL

Deletes old background jobs

Job: SAP_REORG_JOBSTATISTIC

Report: RSBPSTDE

Deletes old data from the job runtime statistics

Job: SAP_REORG_SPOOL

Report: RSPO0041

Deletes old spool data

Job: SAP_REORG_UPDATERECORDS

Report: RSM13002

Deletes old update requests

Job: SAP_REORG_XMILOG

Report: RSXMILOGREORG

Deletes XMI logs

Errors depends on load and performance of the system. If standard job cancelled you can reschedule the job. Check all the background jobs are running in scheduled time or not. If not schedule it.

Reward points if helpful.

Regards

Ganesh