RSDBAJOB 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 RSDBAJOB into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: TIMEE = Time
Selection Text: SYSID = System ID
Selection Text: DAYE = Weekday
Selection Text: CRETSTMP = Time scheduled
Title: Report Scheduled as a Background Job to Start a DBA Action
Text Symbol: 027 = DBMCLI error
Text Symbol: 026 = No DBAHIST data found
Text Symbol: 025 = Error in GET_DBAHIST_SDB
Text Symbol: 024 = Parameters:
Text Symbol: 023 = On host
Text Symbol: 022 = : For More Information, See SYSLOG
Text Symbol: 021 = Execute logical command
Text Symbol: 020 = : Authorization object S_LOG_COM missing
Text Symbol: 019 = Failed due to a job
Text Symbol: 018 = Option list for action type
Text Symbol: 017 = Start from
Text Symbol: 016 = JOB_CLOSE failed for
Text Symbol: 015 = SXPG_COMMAND_EXECUTE failed for
Text Symbol: 014 = - Reason:
Text Symbol: 013 = JOB_OPEN failed for
Text Symbol: 012 = No ":" in job name
Text Symbol: 011 = Own job not found
Text Symbol: 010 = # missing in field option for
Text Symbol: 009 = Parameter length exceeded, maximum length:
Text Symbol: 008 = Too long
Text Symbol: 007 = Unknown
Text Symbol: 006 = Parameter
Text Symbol: 005 = Parameter description not found
Text Symbol: 004 = Unknown in database
Text Symbol: 003 = Action
Text Symbol: 002 = Action deleted in SDBAP at
Text Symbol: 001 = Action unknown in SDBAP
Text Symbol: 000 = Cannot Determine DBM Connect Information
INCLUDE RSALEXTI.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.