SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | License Measurement(BC-SRV-LIM) SAP BC

RSUVM017 SAP ABAP Report - System Measurement: Determine Deleted Users







RSUVM017 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 RSUVM017 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 RSUVM017. "Basic submit
SUBMIT RSUVM017 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUVM017 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: System Measurement: Determine Deleted Users


INCLUDES used within this REPORT RSUVM017

INCLUDE LSSYMTP1.
INCLUDE LSSYMTP2.
INCLUDE RSUVMIN3.
INCLUDE USER_CONSTANTS.


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:

TUJOB_START_MEAS_JOB CALL FUNCTION 'TUJOB_START_MEAS_JOB' EXPORTING applic = applic EXCEPTIONS not_planned = 1 db_error = 2 OTHERS = 3.

SLIM_EXCLUDE_USER CALL FUNCTION 'SLIM_EXCLUDE_USER' TABLES excl_user = exclude_user.

SLIM_TUL_ENG_RESULT_UPDATE CALL FUNCTION 'SLIM_TUL_ENG_RESULT_UPDATE' .

SLIM_TUL_PROT_UPDATE CALL FUNCTION 'SLIM_TUL_PROT_UPDATE' .

TUJOB_END_MEAS_JOB CALL FUNCTION 'TUJOB_END_MEAS_JOB' EXPORTING applic = applic EXCEPTIONS not_started = 1 db_error = 2 OTHERS = 3.

SLIM_CNT_CONSOLIDATE_COUNTERS CALL FUNCTION 'SLIM_CNT_CONSOLIDATE_COUNTERS' EXPORTING wait_on_lock = 'X' EXCEPTIONS update_error = 1 lock_error = 2 OTHERS = 3.

TUJOB_ABORT_MEAS_JOB CALL FUNCTION 'TUJOB_ABORT_MEAS_JOB' EXPORTING applic = applic.

SLIM_CNT_ANALYZE_NAMED_COUNTER CALL FUNCTION 'SLIM_CNT_ANALYZE_NAMED_COUNTER' TABLES PERIODS = periods GT_TUREP = wa_turep EXCEPTIONS NO_DATA = 1 ADM_NOT_ACTIVE = 2 DB_ERROR = 3 OTHERS = 4.

TUJOB_ABORT_MEAS_JOB CALL FUNCTION 'TUJOB_ABORT_MEAS_JOB' EXPORTING applic = applic.

SLIM_CPU_MEAS_CONSOLIDATION CALL FUNCTION 'SLIM_CPU_MEAS_CONSOLIDATION' EXPORTING WAIT_ON_LOCK = 'X' EXCEPTIONS DATA_ERROR = 1 UPDATE_ERROR = 2 LOCK_ERROR = 3 OTHERS = 4.

TUJOB_ABORT_MEAS_JOB CALL FUNCTION 'TUJOB_ABORT_MEAS_JOB' EXPORTING applic = applic.

SLIM_CPU_MEAS_EVALUATE CALL FUNCTION 'SLIM_CPU_MEAS_EVALUATE'.

SLIM_TUL_PROT_COLLECT CALL FUNCTION 'SLIM_TUL_PROT_COLLECT' EXPORTING PROT_DATA = Protocol_data EXCEPTIONS ADM_NOT_ACTIVE = 1 OTHERS = 2.

SLIM_TUL_ENG_RESULT_APPEND CALL FUNCTION 'SLIM_TUL_ENG_RESULT_APPEND' EXPORTING SLIM_RESULT_DATA = result_data EXCEPTIONS ADM_NOT_ACTIVE = 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 RSUVM017 or its description.