RSSTAT30 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 RSSTAT30 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.
Selection Text: SDATE = Select Date
Title: Performance analysis: Workload: Users of all servers
Text Symbol: 023 = Friday
Text Symbol: 022 = Thursday
Text Symbol: 021 = Wednesday
Text Symbol: 020 = Tuesday
Text Symbol: 019 = Monday
Text Symbol: 018 = Sunday
Text Symbol: 017 = Saturday
Text Symbol: 016 = Instance Name
Text Symbol: 015 = DB Time (s)
Text Symbol: 014 = CPU Time (s)
Text Symbol: 013 = Average Resp. Time (ms)
Text Symbol: 012 = Response Time (s)
Text Symbol: 011 = Dialog Steps
Text Symbol: 010 = User
Text Symbol: 009 = Total DB Time (s)
Text Symbol: 008 = Total CPU Time (s)
Text Symbol: 007 = Total Response Time (s)
Text Symbol: 006 = Cumulated Users
Text Symbol: 005 = Instance
Text Symbol: 004 = Month
Text Symbol: 003 = Week
Text Symbol: 002 = Analyed Period Is
Text Symbol: 001 = List from
Text Symbol: 000 = User/Instance of System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPWL_WORKLOAD_GET_DIRECTORY * CALL FUNCTION 'SAPWL_WORKLOAD_GET_DIRECTORY' * TABLES * directory = directory.
SWNC_COLLECTOR_GET_DIRECTORY CALL FUNCTION 'SWNC_COLLECTOR_GET_DIRECTORY' * EXPORTING * GET_DIR_FROM_CLUSTER = ' ' * EXCLUDE_SUMMARY = ' ' TABLES directory_short = directory EXCEPTIONS no_data_found = 1 OTHERS = 2.
SWNC_COLLECTOR_GET_AGGREGATES CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES' EXPORTING component = wa_directory-component * ASSIGNDSYS = SY-SYSID periodtype = wa_directory-periodtype periodstrt = wa_directory-periodstrt factor = 1000 TABLES usertcode = t_usertcode EXCEPTIONS no_data_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_handle_user_command i_structure_name = lc_sname is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = gc_x it_events = gt_events TABLES t_outtab = gt_instance EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_internal_tabname = ic_itable i_structure_name = ic_sname i_inclname = gv_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = gt_fieldcat EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING it_fieldcat = gt_fieldcat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = gc_pf_status i_callback_user_command = gc_handle_user_command i_structure_name = lc_sname is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = gc_x it_events = gt_events TABLES t_outtab = gt_complete EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSTAT30 - Performance analysis: Workload: Users of all servers RSSTAT30 - Performance analysis: Workload: Users of all servers RSSTAT28 - documentation and ABAP source code RSSTAT28 - documentation and ABAP source code RSSTAT27 - Read Individual Statistics Records with RFC Functions RSSTAT27 - Read Individual Statistics Records with RFC Functions