SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for z/OS(BC-DB-DB2) SAP BC

RSDB2J00 SAP ABAP Report - JCL generation and submission







RSDB2J00 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 RSDB2J00 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 RSDB2J00. "Basic submit
SUBMIT RSDB2J00 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDB2J00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: JCL generation and submission
Text Symbol: 000 = Jobs scheduled by user $1 and submitted or uploaded by the R/3 System
Text Symbol: 002 = Use the R/3 JES interface (DB2J) to display your OS/390 jobs
Text Symbol: 004 = R/3 job name: $1 OS/390 job ID: $2
Text Symbol: 005 = Target for upload: $1
Text Symbol: 010 = File cannot be opened. Reason:
Text Symbol: 011 = Could not get number to generate unique name
Text Symbol: 012 = Unknown error occurred
Text Symbol: 021 = DB13: Profile Parameter "Default names for Upload Jobs" is not found.
Text Symbol: 030 = DB13: Error in #1. See system log (Transaction SM21).
Text Symbol: 031 = DB13: Unknown action type #1. Upload = #2
Text Symbol: 040 = Job ran successfully. Restart aborted.
Text Symbol: 800 = DB2 utilities information not found
Text Symbol: 801 = Required utility not installed, cannot run issued $1 job <$2>
Text Symbol: 802 = rsdb2j00\check_utility_existence: Unknown SDBAP-BTYPE
Text Symbol: 803 = Program RSDB2CHK not found. Please install latest Patches.


INCLUDES used within this REPORT RSDB2J00

INCLUDE LSDB2CCMS_METADATADAC.
INCLUDE RSDB2JD1.
INCLUDE RSDB2JF1.
INCLUDE RSDB2JF2.
INCLUDE RSDB2JF3.
INCLUDE RSDB2JF4.
INCLUDE RSDB2JE1.
INCLUDE RSDB2CMO.


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