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

RSUVMMOD SAP ABAP INCLUDE - Include RSUVMMOD







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


Text pool values


Title: Include RSUVMMOD


INCLUDES used within this REPORT RSUVMMOD

No INCLUDES are used within this REPORT code!


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_USORT_UPDATE CALL FUNCTION 'SLIM_USORT_UPDATE'.

SLIM_SURCHARGE_UPDATE CALL FUNCTION 'SLIM_SURCHARGE_UPDATE'.

SLIM_GET_DEFAULT_USER_TYPES CALL FUNCTION 'SLIM_GET_DEFAULT_USER_TYPES' IMPORTING DFTL_USR_STATUS = g_du_type_status TABLES DFTL_USR_TYPES = lt_DFTL_USR_TYPES.

SLIM_GET_IS_SYSTEM_PRODUCTIVE CALL FUNCTION 'SLIM_GET_IS_SYSTEM_PRODUCTIVE' IMPORTING SLIM_SYSTEM_IS_PRODUCTIVE = g_system_prod_status.

SMPO_DISPLAY_ONE_MESSAGE CALL FUNCTION 'SMPO_DISPLAY_ONE_MESSAGE' EXPORTING titlebar = text-040 msgty = 'I' msgid = 'BV' msgno = 157.

SMPO_DISPLAY_ONE_MESSAGE CALL FUNCTION 'SMPO_DISPLAY_ONE_MESSAGE' EXPORTING titlebar = text-041 msgty = 'I' msgid = 'BV' msgno = 199.

SLIM_USER_CLASSIFICATION CALL FUNCTION 'SLIM_USER_CLASSIFICATION'.

SLIM_PRE_SHOW_PROT CALL FUNCTION 'SLIM_PRE_SHOW_PROT' EXPORTING slim_meas_no = lv_meas_no IMPORTING ret_code = retval.

VCM_TRANSFER_STATUS_GET CALL FUNCTION 'VCM_TRANSFER_STATUS_GET' * IMPORTING * EV_STATUS = * EV_STATUS_TEXT = CHANGING PC_TCODE = tcode EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

VCM_GET_CURR_MEAS_META_DATA CALL FUNCTION 'VCM_GET_CURR_MEAS_META_DATA' IMPORTING user = user date = datum time = time meas_no = measurement_no.

SLIM_SHOW_TRANSFER_LIST CALL FUNCTION 'SLIM_SHOW_TRANSFER_LIST' EXPORTING PI_TOOL_TYPE = cl_slim_transfer=>GC_TOOL_USMM.

SLIM_SHOW_PROTOKOLLS CALL FUNCTION 'SLIM_SHOW_PROTOKOLLS'.

SLIM_TEXTEDIT CALL FUNCTION 'SLIM_TEXTEDIT'.

SLIM_SHOW_PROTOKOLLS CALL FUNCTION 'SLIM_SHOW_PROTOKOLLS'.

CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = 'http://service.sap.com/licenseauditing'

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = text-100 TXT1 = ' ' TXT2 = text-101 TXT3 = text-102 * TXT4 = ' ' .

SLIM_GET_DEFAULT_USER_TYPES CALL FUNCTION 'SLIM_GET_DEFAULT_USER_TYPES' IMPORTING DFTL_USR_STATUS = g_du_type_status IS_CUSTOMISED = IS_CUSTOMISED TABLES DFTL_USR_TYPES = lt_DFTL_USR_TYPES.

VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING ID = 'SLIM_F4_UTYP_S-USERTYP_D' * ID_CONTAINS_PROGNAME = EXCEPTIONS ID_NOT_FOUND = 1 OTHERS = 2 .

SMPO_DISPLAY_ONE_MESSAGE





* CALL FUNCTION 'SMPO_DISPLAY_ONE_MESSAGE' * EXPORTING * titlebar = text-041 * msgty = 'I' * msgid = 'BV' * msgno = 199.



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