SAP Reports / Programs

RSUVM050 SAP ABAP Report - System Measurement: Smart Form Display







RSUVM050 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 RSUVM050 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 RSUVM050. "Basic submit
SUBMIT RSUVM050 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUVM050 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: Smart Form Display
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: 110 = Engine
Text Symbol: 120 = Factor
Text Symbol: 121 = Value
Text Symbol: 122 = Hits
Text Symbol: 002 = System Measurement Summary
Text Symbol: 007 = On
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: 028 = Surcharges
Text Symbol: 029 = CountrySurchrge
Text Symbol: 030 = User Type
Text Symbol: 032 = Number
Text Symbol: 033 = Distribution
Text Symbol: 034 = Total
Text Symbol: 036 = Excluded Clients
Text Symbol: 038 = Production
Text Symbol: 039 = Test
Text Symbol: 040 = Training
Text Symbol: 041 = Development
Text Symbol: 042 = System Type
Text Symbol: 043 = ID
Text Symbol: 044 = SAP Web AS Release:


INCLUDES used within this REPORT RSUVM050

INCLUDE RSUVM050TOP . " GLOBAL DATA
INCLUDE RSUVMIN2.
INCLUDE RSUVMIN3.
INCLUDE RSUVM050O01 . " PBO-MODULES
INCLUDE RSUVM050I01 . " PAI-MODULES
INCLUDE RSUVM050F01 . " FORM-ROUTINES


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_WRITE_ACTIVE_ENGINES * CALL FUNCTION 'SLIM_WRITE_ACTIVE_ENGINES' * TABLES * client_list = mes_clients[] * application_list = application_list.

SLIM_WRITE_ACTIVE_ENGINES CALL FUNCTION 'SLIM_WRITE_ACTIVE_ENGINES' TABLES client_list = mes_clients[] appl_list = application_list.

SLIM_WRITE_MOBILE_USERS * CALL FUNCTION 'SLIM_WRITE_MOBILE_USERS' * IMPORTING * counter = total_count3 * TABLES * client_list = mes_clients[] * usr_type_cnt = usr_type_cnt.

SLIM_WRITE_TOP_TEN_USERS





* CALL FUNCTION 'SLIM_WRITE_TOP_TEN_USERS' * TABLES * client_list = mes_clients[] * tt_usr_list = tt_usr_list * res_tab = res_tab * .

SLIM_WRITE_DEV_WB_USAGE CALL FUNCTION 'SLIM_WRITE_DEV_WB_USAGE' IMPORTING counter = total_count5 TABLES client_list = copy_mesclients[] usage_cnt = usage_cnt.

SLIM_WRITE_EHR_USER *CALL FUNCTION 'SLIM_WRITE_EHR_USER' * TABLES * client_list = mes_clients[] * ehr_usr_list = ehr_usr_list * res_tab = res_tab2 * .

SLIM_WRITE_ACTIVE_ENGINES CALL FUNCTION 'SLIM_WRITE_ACTIVE_ENGINES' TABLES client_list = ab_clients1[] appl_list = application_list2.

SLIM_WRITE_MOBILE_USERS * CALL FUNCTION 'SLIM_WRITE_MOBILE_USERS' * IMPORTING * counter = total_count3_ex * TABLES * client_list = ab_clients1[] * usr_type_cnt = usr_type_cnt2.

SLIM_WRITE_TOP_TEN_USERS * CALL FUNCTION 'SLIM_WRITE_TOP_TEN_USERS' * TABLES * client_list = ab_clients1[] * tt_usr_list = tt_usr_list * res_tab = res_tab_excl.

SLIM_WRITE_DEV_WB_USAGE CALL FUNCTION 'SLIM_WRITE_DEV_WB_USAGE' IMPORTING counter = total_count5_ex TABLES client_list = copy_abclient[] usage_cnt = usage_cnt2.

SSF_GET_DEVICE_TYPE *CALL FUNCTION 'SSF_GET_DEVICE_TYPE' * EXPORTING * I_LANGUAGE = sy-langu ** I_APPLICATION = 'SAPDEFAULT' * IMPORTING * E_DEVTYPE = lv_DEVTYPE * EXCEPTIONS * NO_LANGUAGE = 1 * LANGUAGE_NOT_INSTALLED = 2 * NO_DEVTYPE_FOUND = 3 * SYSTEM_ERROR = 4 * OTHERS = 5 * .

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = 'SLIM_MEAS_OVERVIEW_01' IMPORTING fm_name = lv_formname EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.

CONVERT_OTF CALL FUNCTION 'CONVERT_OTF' EXPORTING format = 'PDF' IMPORTING bin_filesize = pdf_size bin_file = pdf_data TABLES otf = job_output_info-otfdata lines = lt_data EXCEPTIONS err_max_linewidth = 1 err_format = 2 err_conv_not_possible = 3 err_bad_otf = 4 OTHERS = 5.



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