RSDB2T2M 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 RSDB2T2M 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: Transaction DB02 Update
Text Symbol: 001 = Error #1 in function DBSYCHK_COMPARE_VERSION. Parameters ENTITY = #2, VERSION1 = #3, VERSION2 = #4.
Text Symbol: 002 = DB02 refresh in trouble: Can not get VCAT ZPARM via IFI =>
Text Symbol: 003 = catalog VCAT unknown, probably data for catalog TS not collected
Text Symbol: 137 = Refresh DB02: current date (#1) < date of last refresh (#2). Execution cancelled
Text Symbol: 138 = Refresh DB02: ERROR - Select current SQLID failed. Execution cancelled.
INCLUDE RSDB2T0C.
INCLUDE RSDB2T2T.
INCLUDE B2T2MF01.
INCLUDE B2T2MF02.
INCLUDE B2T2MF03.
INCLUDE B2T2MF04.
INCLUDE RSDB2T2G.
No SAP DATABASE tables are accessed within this REPORT code!
DB02N_CONVERT_MONI_DB2 CALL FUNCTION 'DB02N_CONVERT_MONI_DB2' EXPORTING * CONVERT_TO_VERSION = Leave empty for current version DATE = date TIME = time EXCEPTIONS ERROR_IN_CONVERSION = 1 OTHERS = 2 .
S390_GET_CREATOR CALL FUNCTION 'S390_GET_CREATOR' CHANGING creator = schema_name.
S_MCOD_GET_LANDSCAPE CALL FUNCTION 'S_MCOD_GET_LANDSCAPE' TABLES TAB_DB2SAPSYS = SAP_landscape.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.