RSDB4DOA 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 size information about SAP database tables...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 RSDB4DOA 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: Display Detailed Object Analysis (used in DB2 UDB for iSeries)
Text Symbol: 001 = File Statistics Analysis of
Text Symbol: 002 = Name
Text Symbol: 003 = Type
Text Symbol: 004 = Size (KB)
Text Symbol: 005 = Number of Rows
Text Symbol: 006 = Object Name
Text Symbol: 007 = Select table(s) for table/index analysis:
Text Symbol: 008 = Choose Type of Analysis
Text Symbol: 009 = Error in POPUP_TO_DECIDE_LIST
Text Symbol: 010 = Table and Index Size
Text Symbol: 011 = Table Structure
Text Symbol: 012 = Table History
Text Symbol: 013 = Table Selected:
Text Symbol: 014 = Constraint Size (KB)
Text Symbol: 015 = Index Size (KB)
Text Symbol: 016 = Error in Flush
Text Symbol: 017 = Table, Primary Key, and Indexes
Text Symbol: 018 = Selected Tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = 'Error in Flush'(016).
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting popup_title = 'Select table(s) for table/index analysis:'(007) importing returncode = i_answer tables fields = i_fields exceptions error_in_fields = 1 others = 2.
POPUP_TO_DECIDE_LIST call function 'POPUP_TO_DECIDE_LIST' EXPORTING mark_flag = ' ' mark_max = 1 textline1 = i_textline titel = Text-008 IMPORTING answer = i_answer TABLES t_spopli = i_option_tab EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 others = 4.
DD_INDEX_NAME call function 'DD_INDEX_NAME' EXPORTING indexname = '0' tabname = p_obj_detail-name IMPORTING dbindex = p_info_tab-name EXCEPTIONS others = 1.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' EXPORTING titel = sy-repid txt2 = sy-subrc txt1 = 'Error in Flush'(016).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDB4DOA - Display Detailed Object Analysis (used in DB2 UDB for iSeries) RSDB4DOA - Display Detailed Object Analysis (used in DB2 UDB for iSeries) RSDB4DMP - iSeries: Dump DBMon Info Depending on Current Timestamp RSDB4DMP - iSeries: Dump DBMon Info Depending on Current Timestamp RSDB4DLT - Report for displaying tables with deleted records. RSDB4DLT - Report for displaying tables with deleted records.