SAP Reports / Programs

RSORA003 SAP ABAP Report - Statistics of Physical Accesses to Oracle Data Base







RSORA003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSORA003 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 RSORA003. "Basic submit
SUBMIT RSORA003 AND RETURN. "Return to original report after report execution complete
SUBMIT RSORA003 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Statistics of Physical Accesses to Oracle Data Base


INCLUDES used within this REPORT RSORA003

INCLUDE RSGRAFDD.
INCLUDE RSORA017.


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' IMPORTING oracle_release = ora_rel.

DB_ORA_FILESYSTEM_REQUESTS CALL FUNCTION 'DB_ORA_FILESYSTEM_REQUESTS' EXPORTING ora_release = ora_rel * read_filenames = 'Y' * calculate_avg_times = 'Y' TABLES flsrequests = record1s oraiopath = iopath_tab oraiosum = iosum_tab.

DB_ORA_FILESYSTEM_REQUESTS CALL FUNCTION 'DB_ORA_FILESYSTEM_REQUESTS' EXPORTING ora_release = ora_rel * DEFAULT READ_FILENAMES = 'Y' read_filenames = 'N' * DEFAULT CALCULATE_AVG_TIMES = 'Y' calculate_avg_times = 'N' TABLES flsrequests = record1s oraiopath = iopath_tab oraiosum = iosum_tab.

DB_ORA_FILESYSTEM_REQUESTS CALL FUNCTION 'DB_ORA_FILESYSTEM_REQUESTS' EXPORTING ora_release = ora_rel * DEFAULT READ_FILENAMES = 'Y' read_filenames = 'N' * DEFAULT CALCULATE_AVG_TIMES = 'Y' calculate_avg_times = 'N' TABLES flsrequests = record1s oraiopath = iopath_tab oraiosum = iosum_tab.

DB_ORA_FILESYSTEM_REQUESTS CALL FUNCTION 'DB_ORA_FILESYSTEM_REQUESTS' EXPORTING ora_release = ora_rel * DEFAULT READ_FILENAMES = 'Y' read_filenames = 'N' * DEFAULT CALCULATE_AVG_TIMES = 'Y' TABLES flsrequests = record1s oraiopath = iopath_tab oraiosum = iosum_tab.

GRAPH_BUSG_MENU_SET CALL FUNCTION 'GRAPH_BUSG_MENU_SET' TABLES menu_tab = grafmenu.

GRAPH_2D_MENUE

GRAPH_2D * CALL FUNCTION 'GRAPH_2D_MENUE' CALL FUNCTION 'GRAPH_2D' EXPORTING x_opt = x_opt stat = busg_stat titl = grafik_title type = 'HB' valt = 'Counts' inform = ' ' IMPORTING m_typ = m_typ b_typ = b_typ b_key = b_key TABLES data = graf_stat.

GRAPH_BUSG_MENU_SET CALL FUNCTION 'GRAPH_BUSG_MENU_SET' TABLES menu_tab = grafmenu.

GRAPH_2D CALL FUNCTION 'GRAPH_2D' EXPORTING stat = busg_stat titl = grafik_title type = 'HB' valt = 'Requests' inform = ' ' IMPORTING m_typ = m_typ b_typ = b_typ b_key = b_key TABLES data = graf_stat.

DB_ORA_FILESYSTEM_SPLIT CALL FUNCTION 'DB_ORA_FILESYSTEM_SPLIT' TABLES flsrequests = record1s oraiopath = iopath_tab oraiosum = iosum_tab.



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