SAP Reports / Programs

CNV_MBT_LOCK_ONE_SYSTEM_DARK SAP ABAP Report - Report CNV_MBT_LOCK_ONE_SYSTEM_DARK







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


Text pool values


Title: Report CNV_MBT_LOCK_ONE_SYSTEM_DARK


INCLUDES used within this REPORT CNV_MBT_LOCK_ONE_SYSTEM_DARK

INCLUDE CNV_MBT_USER_PREDEF_CONST.
INCLUDE CNV_MBT_AUTH_MACROS .
INCLUDE CNV_MBT_REG_MACROS .
INCLUDE CNV_MBT_GLOBAL_DATA_01.
INCLUDE CNV_MBT_SM_MACROS_WITH_LOGGER.


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:

CNV_MBT_L_STATE_INIT CALL FUNCTION 'CNV_MBT_L_STATE_INIT' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id IMPORTING session_id = lf_session_id EXCEPTIONS OTHERS = 1.

CNV_MBT_CR_PROCESS_RULES *CALL FUNCTION 'CNV_MBT_CR_PROCESS_RULES' * EXPORTING * ip_checking_group = p_cg * ip_checking_rule = ld_checking_rule * ip_variant = ld_variant * ip_packid = p_pack * TABLES * pt_return = lt_return * pt_cnvmbtcrval = lt_crval * EXCEPTIONS * missing_import_parameter = 1 * check_group_not_found = 2 * reading_values_failed = 3 * reading_fumo_failed = 4 * unknown_get_cg_error = 5 * no_function_module_name = 6 * number_of_check_param_wrong = 7 * function_module_does_not_exist = 8 * checking_rule_not_found = 9 * OTHERS = 10.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = p_systyp IMPORTING destination_id = lf_dest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 OTHERS = 6.

CNV_MBT_USR_SET_USERTABLE CALL FUNCTION 'CNV_MBT_USR_SET_USERTABLE' EXPORTING ip_pack = p_pack ip_phase = p_phase ip_act_id = p_act_id ip_dest_id = lv_dest_id EXCEPTIONS rfc_failure = 1 no_entry_in_cnvmbtusr = 2 OTHERS = 3.

CNV_MBT_LOCK_USER CALL FUNCTION 'CNV_MBT_LOCK_USER' DESTINATION lf_dest EXPORTING p_pack = p_pack p_phase = '' p_act_id = '' p_scenario = ld_scenario p_usrtyp = p_ustyp IMPORTING p_no_usr = lv_no_usr EXCEPTIONS no_administrator_user = 1 OTHERS = 2.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'XUUSTYP' value = ld_domvalue langu = sy-langu IMPORTING dd07v_wa = ls_dd07v rc = ld_subrc.

CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = msgty "E, W, S, I, A msgid = msgid "cnv_mbt msgno = msgno "message ... number ...

CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.

CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id state_log = msgty EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS update_failed = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.



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