RSORA00E_REFR_DATA is a standard ABAP INCLUDE 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 RSORA00E_REFR_DATA 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: Include RSORA00E_REFR_DATA FORMs for refreshing all analysis data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ORA_SNAP_CHECK_DB_RESTART CALL FUNCTION 'ORA_SNAP_CHECK_DB_RESTART' EXPORTING * instance_id = all instances! snapshot_from = g_hist_from snapshot_to = g_hist_to IMPORTING x_restart = l_x_restart.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon * TEXT = ' ' * INFO = ' ' add_stdinf = ' ' IMPORTING RESULT =
EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon * TEXT = ' ' * INFO = ' ' add_stdinf = ' ' IMPORTING RESULT =
EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 10 text = text-001.
DURATION_DETERMINE CALL FUNCTION 'DURATION_DETERMINE' EXPORTING unit = l_unit_second * factory_calendar = " take gregorian cal.
DURATION_DETERMINE CALL FUNCTION 'DURATION_DETERMINE' EXPORTING unit = l_unit_second * factory_calendar = " take gregorian cal.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 20 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 30 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 40 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 60 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 70 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 80 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 90 text = text-001.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-001.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSORA00E_REFR_DATA - Include RSORA00E_REFR_DATA FORMs for refreshing all analysis data RSORA00E_GUI_CTRL - Include RSORA00E_GUI_CTRL FORMs concerning GUI controls RSORA00E_EXEC_SQL - Include RSORA00E_EXEC_SQL : global data and FORMs for EXEC SQL RSORA00E_D0500 - Include RSORA00E_D0500 RSORA00E_CL_EVT - Include RSORA00E_CL_EVT: local classes for tree event handling RSORA00E - DB-ORA-Monitor: New Entry Design