SAP Reports / Programs

INST_JOBS_STANDARD SAP ABAP Report - Standard Jobs - Scheduling Standard Jobs According to Note 16083







INST_JOBS_STANDARD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter INST_JOBS_STANDARD into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT INST_JOBS_STANDARD. "Basic submit
SUBMIT INST_JOBS_STANDARD AND RETURN. "Return to original report after report execution complete
SUBMIT INST_JOBS_STANDARD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S43VAL1 = Delete after x minutes
Selection Text: SNAVAL2 = Delete maximum amount
Selection Text: SNAVAL1 = Keep number of dumps
Selection Text: SNAUN = Start user
Selection Text: SNATM = Start time
Selection Text: SNARB2 = Option 2
Selection Text: SNARB1 = Option 1
Selection Text: SNALGEN = English title
Selection Text: S43CRE = Create job in
Selection Text: S41VAL5 = Commit all x data records
Selection Text: S41VAL4 = Error log
Selection Text: S41VAL3 = Minimum age
Selection Text: S41VAL2 = Selection by age
Selection Text: S41VAL1 = Client
Selection Text: S41UN = Start user
Selection Text: S43UN = Start user
Selection Text: S43TM = Start time
Selection Text: S43RB2 = Option 2
Selection Text: S43RB1 = Option 1
Selection Text: S43LGEN = English title
Selection Text: S43LGDE = German title
Selection Text: S43GAP = Time delay of X minutes
Selection Text: BDCRB2 = Option 2
Selection Text: BDCRB1 = Option 1
Selection Text: BDCLGEN = English title
Selection Text: BDCLGDE = German title
Selection Text: BDCGAP = Time delay of X minutes
Selection Text: BDCCRE = Create job in
Selection Text: JOBCRE = Create job in
Selection Text: BDCVAL4 = Also logs
Selection Text: BDCVAL3 = Also folders
Selection Text: BDCVAL2 = Age in days
Selection Text: BDCVAL1 = Folder(s)
Selection Text: BDCUN = Start user
Selection Text: BDCTM = Start time
Selection Text: JSTUN = Start user
Selection Text: JSTTM = Start time
Selection Text: JSTRB2 = Option 2





Selection Text: JSTRB1 = Option 1
Selection Text: JSTLGEN = English title
Selection Text: JSTLGDE = German title
Selection Text: JSTGAP = Time delay of X minutes
Selection Text: S41RB2 = Option 2
Selection Text: S41RB1 = Option 1
Selection Text: S41LGEN = English title
Selection Text: S41LGDE = German title
Selection Text: S41GAP = Time delay of X minutes
Selection Text: S41CRE = Create job in
Selection Text: JSTVAL1 = Age in days
Selection Text: JOBUN = Start user
Selection Text: JOBTM = Start time
Selection Text: JOBRB2 = All clients except 066
Selection Text: JOBRB1 = Only client 000
Selection Text: JOBLGEN = English title
Selection Text: JOBLGDE = German title
Selection Text: JOBGAP = Time delay of X minutes
Selection Text: JSTCRE = Create job in
Selection Text: JOBVAL6 = Force mode
Selection Text: JOBVAL5 = Terminated
Selection Text: JOBVAL4 = Finished
Selection Text: JOBVAL3 = Age in days
Selection Text: JOBVAL2 = Job user
Selection Text: JOBVAL1 = Job name(s)
Selection Text: S41TM = Start time
Selection Text: SNALGDE = German title
Selection Text: SNAGAP = Time delay of X minutes
Selection Text: SNACRE = Create job in
Selection Text: S43VAL4 = Delete mark in days
Selection Text: S43VAL3 = Only list
Selection Text: S43VAL2 = Write-protection
Title: Standard Jobs - Scheduling Standard Jobs According to Note 16083
Text Symbol: H04 = These variants cannot be changed by this report.
Text Symbol: H03 = System variants for relevant ABAP objects are created the first time called.
Text Symbol: H02 = This job schedules various maintenance jobs according to Note 16083
Text Symbol: H01 = Note for report
Text Symbol: 701 = Parameter could not be determined
Text Symbol: 519 = Execute this report only in client 000





Text Symbol: 518 = Scheduling jobs
Text Symbol: H11 = the job should start in the various clients.
Text Symbol: H10 = For this kind of job, you can also specify the time delay in minutes at which
Text Symbol: H09 = If you want a job to run in all clients, choose the relevant option.
Text Symbol: H08 = The jobs are scheduled for the following day according to the specified time.
Text Symbol: H07 = for the selected jobs again.
Text Symbol: H06 = by calling the report
Text Symbol: H05 = You can reschedule the start time or the user with the relevant authorization
Text Symbol: 517 = ERROR: Variants could not be created
Text Symbol: 509 = Release SAP_REORG_BATCHINPUT jobs manually as needed
Text Symbol: 508 = Creation successful
Text Symbol: 507 = Error during creatn
Text Symbol: 506 = UPDATE RC: No AUTCHK-CLNT was changed
Text Symbol: 505 = JOB_MODIFY RC:
Text Symbol: 504 = JOB_CLOSE RC:
Text Symbol: 503 = JOB_SUBMIT RC:
Text Symbol: 516 = Variant already exists
Text Symbol: 515 = Variant created for
Text Symbol: 514 = Create a variant for a report
Text Symbol: 513 = ERROR: Some jobs for the system reorganization were not scheduled
Text Symbol: 512 = All jobs for the system reorganization were scheduled
Text Symbol: 511 = Some jobs for the system reorganization were not defined
Text Symbol: 510 = All jobs for the system reorganization were defined
Text Symbol: 102 = 2. Reorganize batch input job: RSBDCREO
Text Symbol: 101 = 1. Reorganize job run: RSBTCDEL
Text Symbol: 009 = Time-delay in min.
Text Symbol: 008 = in all clients
Text Symbol: 007 = only in client 000
Text Symbol: 006 = Create job
Text Symbol: 001 = System variant CUS&_RRRDEF
Text Symbol: 502 = JOB_OPEN RC:
Text Symbol: 501 = Delete old jobs
Text Symbol: 402 = No authorization for jobs to release
Text Symbol: 106 = 6. Reorganize job statistics: RSBPSTDEL
Text Symbol: 105 = 5. Delete ABAP short dumps: RSSNAPDL
Text Symbol: 104 = 4. Delete spool inconsistencies: RSPO1043
Text Symbol: 103 = 3. Reorganize print requests: RSPO0041


INCLUDES used within this REPORT INST_JOBS_STANDARD

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!





Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name INST_JOBS_STANDARD or its description.