SAP Reports / Programs | Basis Components | Use Subcomponents | Performance Monitors (TCC)(BC-CCM-MON-TUN) SAP BC

RSORA000 SAP ABAP Report - ORACLE monitor







RSORA000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for "Database" monitor of the performance monitor...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 RSORA000 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 RSORA000. "Basic submit
SUBMIT RSORA000 AND RETURN. "Return to original report after report execution complete
SUBMIT RSORA000 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ORACLE monitor


INCLUDES used within this REPORT RSORA000

INCLUDE RSORAT0T.


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:

GET_DB_ORA_RELEASE CALL FUNCTION 'GET_DB_ORA_RELEASE' "quh 2.1a

DB_ORA_MAIN_LIST CALL FUNCTION 'DB_ORA_MAIN_LIST' EXPORTING ora_release = ora_rel IMPORTING dbora = tst04.

DB_ORA_MAIN_LIST CALL FUNCTION 'DB_ORA_MAIN_LIST' EXPORTING ora_release = ora_rel all_instances = 'X' IMPORTING dbora = tst04_local dbora_global = tst04_global TABLES dbora_per_instances = tst04_per_instances.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING tabname = 'TST04' IMPORTING header = header rc = rc TABLES nametab = nametab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING tabname = 'GST04' IMPORTING header = header rc = rc TABLES nametab = nametab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5.

DB_ORA_GET_RELEASE * CALL FUNCTION 'DB_ORA_GET_RELEASE' * IMPORTING * ora_release = ora_release.

DB_ORA_SELECT_DBINSTANCE CALL FUNCTION 'DB_ORA_SELECT_DBINSTANCE' IMPORTING dbinstance_selected = selected_dbinstanc EXCEPTIONS wrong_database = 1 instance_information_not_found = 2 OTHERS = 3.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = popup_title text_object = text_object EXCEPTIONS text_not_found = 1 OTHERS = 2.



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