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

RSDB_TDB SAP ABAP Report - SAVE_TRANSACTION_FILTER







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


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


INCLUDES used within this REPORT RSDB_TDB

No INCLUDES are used within this REPORT code!


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:

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.



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