SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for AS/400(BC-DB-DB4) SAP BC

RSDB4DOA SAP ABAP Report - Display Detailed Object Analysis (used in DB2 UDB for iSeries)







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


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


Text pool values


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


INCLUDES used within this REPORT RSDB4DOA

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:

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).



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