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

RSSQD005 SAP ABAP Report - MaxDB: Tables and Indexes







RSSQD005 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Online report This report displays information about tables/indexes in the database...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 RSSQD005 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 RSSQD005. "Basic submit
SUBMIT RSSQD005 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSQD005 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: MaxDB: Tables and Indexes
Text Symbol: 001 = Instance is not accessible
Text Symbol: 002 = The instance is not accessible for MaxDB CCMS.
Text Symbol: 003 = The instance might not be correctly integrated.
Text Symbol: 008 = Check the integration in transaction DB59.
Text Symbol: 009 = You shoudl also perform the connection test there.
Text Symbol: 011 = Integration Data
Text Symbol: 012 = Integration data is incomplete or contains errors
Text Symbol: 015 = The data could not be automatically corrected
Text Symbol: 016 = as the user details do not match the defaults
Text Symbol: 017 = To maintain the integration data follow SAP Note 588515.
Text Symbol: 200 = Update Tables/Indexes
Text Symbol: 201 = This action takes some time.
Text Symbol: 202 = Do you want to continue anyway?
Text Symbol: 203 = Yes
Text Symbol: 204 = No
Text Symbol: 205 = No update performed
Text Symbol: 207 = Database Tables/Indexes of User &
Text Symbol: 208 = Database Tables/Indexes of Schema &
Text Symbol: 209 = Consistency check
Text Symbol: 210 = Error when determining the database fill level


INCLUDES used within this REPORT RSSQD005

INCLUDE RSSQDMIN.
INCLUDE RSSQDGDB.
INCLUDE RSSQDMON.


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 = 'Integrationsdaten'(011) txt1 = 'Integrationsdaten sind unvollständig oder fehlerhaft.'(012)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = lv_title txt1 = lv_text_1 txt2 = lv_text_2 txt3 = lv_text_3 txt4 = lv_text_4.

SEL_SERVERDBSTATISTICS_ADA CALL FUNCTION 'SEL_SERVERDBSTATISTICS_ADA' IMPORTING serverdbstatistics = ls_serverdbstatistics EXCEPTIONS table_not_found = 1 no_entry_found = 2 OTHERS = 3.

DB6_DIAG_DDIC_CONSISTENCY CALL FUNCTION 'DB6_DIAG_DDIC_CONSISTENCY' EXPORTING action = cl_dba_core_constants=>co_action_get_history IMPORTING checkdate = g_check_akt_date checktime = g_check_akt_time TABLES node_tab = node_tab.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title text_question = lv_text text_button_1 = 'Ja'(203) text_button_2 = 'Nein'(204) default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title text_question = lv_text text_button_1 = 'Ja'(203) text_button_2 = 'Nein'(204) default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.

CHECK_DB_SAP_CONSISTENCY CALL FUNCTION 'CHECK_DB_SAP_CONSISTENCY' EXPORTING conscheck = 'ALL'.

DISPLAY_HISTORY_DBFILLING_SDB CALL FUNCTION 'DISPLAY_HISTORY_DBFILLING_SDB' EXPORTING db_ref = g_db_ref.

DISPLAY_TABLEINFO_SDB CALL FUNCTION 'DISPLAY_TABLEINFO_SDB' EXPORTING db_ref = g_db_ref.

DISPLAY_TABSIZE_HISTORY_SDB CALL FUNCTION 'DISPLAY_TABSIZE_HISTORY_SDB' EXPORTING db_ref = g_db_ref.

DB6_CALL_COCKPIT CALL FUNCTION 'DB6_CALL_COCKPIT' EXPORTING action = cl_db6_action=>dbaact_db02_missing_tabidx system_id = sy-sysid show_launchpad = ' '.



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