SAP Reports / Programs

RSDBAJOB SAP ABAP Report - Report Scheduled as a Background Job to Start a DBA Action







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


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 RSDBAJOB. "Basic submit
SUBMIT RSDBAJOB AND RETURN. "Return to original report after report execution complete
SUBMIT RSDBAJOB 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: 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


INCLUDES used within this REPORT RSDBAJOB

INCLUDE RSALEXTI.


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 RSDBAJOB or its description.