RSDB_TDB 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 RSDB_TDB 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB6_COLHIS_DISPATCH CALL FUNCTION 'DB6_COLHIS_DISPATCH' EXPORTING jobid = sy-repid.
DBA_LOG_CLEANUP_DAILY CALL FUNCTION 'DBA_LOG_CLEANUP_DAILY'.
DB6_DIAG_CHECK_AND_INSTALL_UDF * call function 'DB6_DIAG_CHECK_AND_INSTALL_UDF' * exceptions * c_call_failed = cl_db6_rc=>x_c_call_failed * system_error = cl_db6_rc=>x_system_error * adbc_error = cl_db6_rc=>x_adbc_error * cannot_install_remote_sapsys = cl_db6_rc=>x_cannot_install_remote_sapsys * others = cl_db6_rc=>x_others.
DB6_COLHIS_DB_TBS * call function 'DB6_COLHIS_DB_TBS'." Database and Tbspace Stats
DB6_LOG_CLEANUP_DAILY * call function 'DB6_LOG_CLEANUP_DAILY'." Cleanup tasks
DB6_COLHIS_TAB_IDX ** CALL FUNCTION 'DB6_COLHIS_TAB_IDX'. " Table and Index Stats
STU4_DB02_CALC_SPACE_STATS call function 'STU4_DB02_CALC_SPACE_STATS'.
DB6_DIAG_DDIC_CONSISTENCY call function 'DB6_DIAG_DDIC_CONSISTENCY' exporting action = db6cc_action_get_data tables node_tab = node_tab exceptions invalid_parameter_set = cl_db6_rc=>x_invalid_parameter_set others = cl_db6_rc=>x_others.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDB_TDB - SAVE_TRANSACTION_FILTER RSDB_TDB - SAVE_TRANSACTION_FILTER RSDB_STMTBUFFER_STATISTIC - Display SQL statement cache RSDB_STMTBUFFER_STATISTIC - Display SQL statement cache RSDB_SET_SQLPARSER_FOR_PROGRAM - Open SQL Parser Specification for Program RSDB_SET_SQLPARSER_FOR_PROGRAM - Open SQL Parser Specification for Program