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
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.
Title: 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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_LOCK_ONE_SYSTEM_DARK - Report CNV_MBT_LOCK_ONE_SYSTEM_DARK CNV_MBT_LOCK_ONE_SYSTEM_DARK - Report CNV_MBT_LOCK_ONE_SYSTEM_DARK CNV_MBT_LOCK_ONE_SYSTEM - Lock the not project involved users in the receiver system CNV_MBT_LOCK_ONE_SYSTEM - Lock the not project involved users in the receiver system CNV_MBT_LOCK_MACROS_46 - MBT PCL macros for generic table lock in maintenance functions CNV_MBT_LOCK_MACROS - MBT PCL macros for generic table lock in maintenance functions