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
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.
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.
INCLUDE LSDB2CCMS_METADATADAC.
INCLUDE RSDB2JD1.
INCLUDE RSDB2JF1.
INCLUDE RSDB2JF2.
INCLUDE RSDB2JF3.
INCLUDE RSDB2JF4.
INCLUDE RSDB2JE1.
INCLUDE RSDB2CMO.
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.