This article answers following queries:
- What are the standard sap background jobs to be scheduled?
- What are the standard SAP basis housekeeping jobs?
- Explain standard basis jobs, run frequency and their purpose?
- What are the standard jobs that should run in SAP system?
- What are the ABAP programs underlying in SAP standard jobs?
- What are SAP reorganization jobs?
=================================================
There are few background jobs that must run regularly in a
production system, to, for example, delete old ABAP dumps, jobs and other
obsolete entries. We need to should schedule following jobs periodically in the
job definition transaction SM36, so that they are automatically triggered at
the specified frequency
Sno
|
Job
|
Program
|
Description
|
Variant
|
interval
|
1
|
SAP_REORG_JOBS
|
RSBTCDEL2
|
Deletes
old background jobs
|
Yes
|
Daily
|
2
|
SAP_REORG_SPOOL
|
RSPO0041/1041
|
Deletes
obsolete spool requests to reduce system load
|
Yes
|
Daily
|
3
|
SAP_REORG_BATCHINPUT
|
RSBDCREO
|
Deletes
Old Batch input Files
|
Yes
|
Daily
|
4
|
SAP_REORG_ABAPDUMPS
|
RSSNAPDL
|
Deletes
Old ABAP Dumps
|
Yes
|
Daily
|
5
|
SAP_REORG_JOBSTATISTIC
|
RSBPSTDE
|
Deletes
old job statistics
|
Yes
|
Monthly
|
6
|
SAP_COLLECTOR_FOR_JOBSTATISTIC
|
RSBPCOLL
|
Creates
job statistics
|
No
|
Daily
|
7
|
SAP_COLLECTOR_FOR_PERFMONITOR
|
RSCOLL00
|
Starts
data collectors for ABAP statistics records
|
No
|
Hourly
|
8
|
SAP_COLLECTOR_FOR_NONE_R3_STAT
|
RSN3_STAT_COLLECTOR
|
Starts data collectors for non-ABAP statistics records (Distributed Statistics Records, DSRs) |
No
|
Hourly
|
9
|
SAP_REORG_PRIPARAMS
|
RSBTCPRIDEL
|
Reorganizes
the print parameters across clients
|
Yes
|
Monthly
|
10
|
SAP_REORG_XMILOG
|
RSXMILOGREORG
|
Deletes
obsolete entries in the XMI log
|
Yes
|
Weekly
|
11
|
SAP_CCMS_MONI_BATCH_DP
|
RSAL_BATCH_TOOL_DISPATCHING
|
Starts
long-running data collectors that report application-specific values to the
monitoring architecture
|
No
|
Hourly
|
12
|
SAP_SPOOL_CONSISTENCY_CHECK
|
RSPO1043
|
Checks the consistency of the spooler and of the TemSe and evaluates the results if necessary. |
Yes
|
Daily
|
13
|
SAP_REORG_ORPHANED_JOBLOGS
|
RSTS0024
|
Delete
"orphaned" job logs (joblogs that do not belong to any job)
|
Yes
|
Weekly
|
14
|
SAP_CHECK_ACTIVE_JOBS
|
BTCAUX07
|
This
report the jobs that remain in ‘active’ status after the background work
process terminates or after database connection problems occur
|
Yes
|
Hourly
|
15
|
SAP_DELETE_ORPHANED_IVARIS
|
BTC_DELETE_ORPHANED_IVARIS
|
Delete
"Orphaned" Temporary Variants
|
Yes
|
Weekly
|
16
|
SAP_REORG_ORPHANED_TEMSE_FILES
|
RSTS0043
|
This
job deletes orphaned Temse files. The job logs that cannot be deleted by
RSBTCDEL will remain in the system as ‘orphans’. To delete these orphaned
jobs, we schedule this program.
|
Yes
|
Weekly
|
7 comments:
Are these jobs still applicable?
Yes, Sophie, all these jobs are still applicable. Please refer sap note 16083 for future updates on these jobs.
Hi durga, can you please help me, which jobs are client dependent /independent? and where to schedule them 000 or with which user id?
Note 1411877 New standars jobs can help you
Note 1411877 New standard jobs can help you.
how to delete/clean syslogs erros and warnings from SAPMMC console
Post a Comment