RSUVM018 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 RSUVM018 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: System Measurement: Consolidate Counters TUCNTRAW -> TUCNT (AutoABAP)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SLIM_CNT_CONSOLIDATE_COUNTERS CALL FUNCTION 'SLIM_CNT_CONSOLIDATE_COUNTERS' EXPORTING wait_on_lock = ' ' EXCEPTIONS update_error = 0 lock_error = 0 OTHERS = 0.
SLIM_CPU_MEAS_CONSOLIDATION CALL FUNCTION 'SLIM_CPU_MEAS_CONSOLIDATION' EXCEPTIONS DATA_ERROR = 0 UPDATE_ERROR = 0 LOCK_ERROR = 0 OTHERS = 0.
SLIM_CNT_CONSOLIDATE_NAMED_CNT CALL FUNCTION 'SLIM_CNT_CONSOLIDATE_NAMED_CNT' EXPORTING WAIT_ON_LOCK = ' ' EXCEPTIONS UPDATE_ERROR = 0 LOCK_ERROR = 0 OTHERS = 0 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUVM018 - System Measurement: Consolidate Counters TUCNTRAW -> TUCNT (AutoABAP) RSUVM018 - System Measurement: Consolidate Counters TUCNTRAW -> TUCNT (AutoABAP) RSUVM017 - System Measurement: Determine Deleted Users RSUVM017 - System Measurement: Determine Deleted Users RSUVM016 - System Measurement: Consolidate Counters TUCNTRAW -> TUCNT(Background) RSUVM016 - System Measurement: Consolidate Counters TUCNTRAW -> TUCNT(Background)