SAP Reports / Programs

RSDB2T2M SAP ABAP Report - Transaction DB02 Update







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


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


Text pool values


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.


INCLUDES used within this REPORT RSDB2T2M

INCLUDE RSDB2T0C.
INCLUDE RSDB2T2T.
INCLUDE B2T2MF01.
INCLUDE B2T2MF02.
INCLUDE B2T2MF03.
INCLUDE B2T2MF04.
INCLUDE RSDB2T2G.


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:

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.



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