RSDB4DLT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program displays all tables that contain deleted records...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSDB4DLT 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: Report for displaying tables with deleted records.
Text Symbol: D30 = Perform Reset Operation
Text Symbol: D31 = Database monitor is currently inactive!
Text Symbol: D32 = Database monitor has been inactive since
Text Symbol: D33 = Do you want to
Text Symbol: D34 = reset the monitor anyway?
Text Symbol: D35 = DB monitor successfully stopped!
Text Symbol: D36 = DB monitor successfully started!
Text Symbol: D37 = Information was deleted manually.
Text Symbol: D38 = Start or end the DB monitor to get
Text Symbol: D39 = the correct information for ST04
Text Symbol: D40 = If you choose EXIT, this transaction
Text Symbol: D41 = will be aborted.
Text Symbol: D42 = Start database monitor
Text Symbol: D43 = End database monitor
Text Symbol: D44 = No information about DBMON activities found!
Text Symbol: D45 = No information about DBMON activities found!
Text Symbol: D46 = Information was deleted manually.
Text Symbol: D47 = The DBMON button in ST04 may be corrupt!
Text Symbol: D48 = Transaction will be aborted
Text Symbol: D49 = No information about DBMON activities found!
Text Symbol: D50 = Start database monitor
Text Symbol: D51 = End database monitor
Text Symbol: 001 = Table Name
Text Symbol: 002 = Rows
Text Symbol: 003 = Deleted Rows
Text Symbol: 004 = % Deleted
Text Symbol: 005 = Row Length
Text Symbol: 006 = Waisted Space (KB)
Text Symbol: 010 = Tables by deleted space
Text Symbol: 011 = Tables with Deleted Rows at
Text Symbol: 012 = The control could not be created
Text Symbol: 013 = Name of Dictionary Table
Text Symbol: 014 = Number of Table Rows
Text Symbol: 015 = Number of Deleted Table Rows
Text Symbol: 016 = Percentage of Deleted Rows
Text Symbol: 017 = Row Length of Dictionary Table
Text Symbol: 018 = Size Deleted Rows in Kilobytes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_DB4_DELETED_RECORDS CALL FUNCTION 'GET_DB4_DELETED_RECORDS' EXPORTING DBHOST = dbhost SCHEMANAME = schemaname TABLES del_recs = gt_del_recs analysis_timestamp = analysis_timestamp EXCEPTIONS NO_RECORDS_FOUND = 1 OTHERS = 0.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_structure_name I_INTERNAL_TABNAME = P_INTERNAL_TABNAME CHANGING ct_fieldcat = p_tablename EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'Error in Flush'(020).
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = 'The control could not be created'(012).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDB4DLT - Report for displaying tables with deleted records. RSDB4DLT - Report for displaying tables with deleted records. RSDB4DDC - iSeries: Display Data Dictionary Information (Overview) within ST04 RSDB4DDC - iSeries: Display Data Dictionary Information (Overview) within ST04 RSDB4DBH - iSeries: Display History of DBMonitor Overview from MONI RSDB4DBH - iSeries: Display History of DBMonitor Overview from MONI