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

RSUVM003 SAP ABAP Report - System Measurement: Create Fax of Results







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


Text pool values


System Measurement FAX
Title: System Measurement: Create Fax of Results
Text Symbol: 043 = ID
Text Symbol: 044 = SAP Web AS Release:
Text Symbol: 048 = Database System:
Text Symbol: 049 = Clients Relevant for Measurement
Text Symbol: 051 = Status of Background Jobs
Text Symbol: 059 = Installed Components
Text Symbol: 060 = Component
Text Symbol: 061 = Release
Text Symbol: 062 = PatchLevel
Text Symbol: 063 = SAP Kernel
Text Symbol: 070 = Active Price List:
Text Symbol: 071 = Active Price Lists:
Text Symbol: 072 = & Users Found with User Types from Nonactive Price Lists
Text Symbol: 073 = Default User Type:
Text Symbol: 080 = Message:
Text Symbol: 081 = Termination Message
Text Symbol: 082 = Error Message
Text Symbol: 083 = Information
Text Symbol: 084 = Status Message
Text Symbol: 085 = Warning
Text Symbol: 086 = Exit
Text Symbol: 090 = Variable 1:
Text Symbol: 091 = Variable 2:
Text Symbol: 092 = Variable 3:
Text Symbol: 093 = Variable 4:
Text Symbol: 099 = Background User Measurement
Text Symbol: 100 = List of Users for each Category
Text Symbol: 101 = Automatically Excluded SAP Technical Users
Text Symbol: 105 = User Measurement Messages
Text Symbol: 110 = Engine
Text Symbol: 111 = List of Unclassified Technical Users
Text Symbol: 042 = System Type:
Text Symbol: 002 = System Measurement Summary
Text Symbol: 005 = The measurement of users was successfully executed.
Text Symbol: 006 = Take account of the following Notes:
Text Symbol: 007 = To





Text Symbol: 008 = From
Text Symbol: 009 = Fax No.:
Text Symbol: 010 = Measurement:
Text Symbol: 011 = Installation Number:
Text Symbol: 012 = Hardware Key :
Text Symbol: 013 = System Name :
Text Symbol: 014 = Log Creation:
Text Symbol: 015 = System Number:
Text Symbol: 020 = Measurement Results by User Type
Text Symbol: 021 = Measurement Results for Engines
Text Symbol: 022 = Measurement Results for SSCR-Registered Users
Text Symbol: 023 = Users with Expired Validity Period:
Text Symbol: 024 = Logons After Validity Has Expired:
Text Symbol: 025 = Top ~ Multiple Logons
Text Symbol: 026 = Deleted Users
Text Symbol: 027 = Users Not Yet Valid:
Text Symbol: 028 = Surcharges
Text Symbol: 029 = CountrySurchrge
Text Symbol: 030 = User Type
Text Symbol: 031 = H. Val.
Text Symbol: 032 = Number
Text Symbol: 033 = Distribution
Text Symbol: 034 = Total
Text Symbol: 035 = Client
Text Symbol: 036 = Excluded Clients
Text Symbol: 038 = Production
Text Symbol: 039 = Test
Text Symbol: 040 = Training
Text Symbol: 041 = Development


INCLUDES used within this REPORT RSUVM003

INCLUDE RSUVMCONST.
INCLUDE RSUVMIN2.
INCLUDE RSUVMIN3.


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:

SLIM_CPU_MEAS_FAXPROTOCOL CALL FUNCTION 'SLIM_CPU_MEAS_FAXPROTOCOL' EXPORTING meas_date = datum.

SLIM_WRITE_FAX_ACTIVE_ENGINES CALL FUNCTION 'SLIM_WRITE_FAX_ACTIVE_ENGINES' TABLES client_list = mes_clients.

SLIM_WRITE_FAX_MOBILE_USERS





* CALL FUNCTION 'SLIM_WRITE_FAX_MOBILE_USERS' * TABLES * client_list = mes_clients.

SLIM_WRITE_FAX_TOP_TEN_USERS * CALL FUNCTION 'SLIM_WRITE_FAX_TOP_TEN_USERS' * TABLES * client_list = mes_clients.

SLIM_WRITE_FAX_DEV_WB_USAGE CALL FUNCTION 'SLIM_WRITE_FAX_DEV_WB_USAGE' TABLES client_list = mes_clients.

SLIM_WRITE_FAX_EHR_USER * CALL FUNCTION 'SLIM_WRITE_FAX_EHR_USER' * TABLES * client_list = mes_clients.

SLIM_WRITE_FAX_ACTIVE_ENGINES CALL FUNCTION 'SLIM_WRITE_FAX_ACTIVE_ENGINES' TABLES client_list = ab_clients.

SLIM_WRITE_FAX_MOBILE_USERS * CALL FUNCTION 'SLIM_WRITE_FAX_MOBILE_USERS' * TABLES * client_list = ab_clients.

SLIM_WRITE_FAX_TOP_TEN_USERS * CALL FUNCTION 'SLIM_WRITE_FAX_TOP_TEN_USERS' * TABLES * client_list = ab_clients.

SLIM_WRITE_FAX_DEV_WB_USAGE CALL FUNCTION 'SLIM_WRITE_FAX_DEV_WB_USAGE' TABLES client_list = ab_clients.

SLIM_WRITE_FAX_EHR_USER * CALL FUNCTION 'SLIM_WRITE_FAX_EHR_USER' * TABLES * client_list = ab_clients.

SLIM_GET_DEFAULT_USER_TYPES CALL FUNCTION 'SLIM_GET_DEFAULT_USER_TYPES' IMPORTING dftl_usr_status = dflt_status TABLES dftl_usr_types = dflt_types.

DELIVERY_GET_INSTALLED_COMPS CALL FUNCTION 'DELIVERY_GET_INSTALLED_COMPS' * EXPORTING * IV_LANGUAGE = SY-LANGU * IV_BUFFERED = 'X' TABLES tt_comptab = components EXCEPTIONS no_release_found = 1 OTHERS = 2 .

TUJOB_GET_STATES CALL FUNCTION 'TUJOB_GET_STATES' TABLES states = states.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'CCCATEGORY' value = domvalue IMPORTING dd07v_wa = dom_description rc = retcode.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'XUUSTYP' value = ustypvalue IMPORTING dd07v_wa = ustyp_description rc = retcode.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'XUUSTYP' value = ustypvalue IMPORTING dd07v_wa = ustyp_description rc = retcode.



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