CNV_TDMS_BW_UNLOCK_SND_SYSTEM 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_TDMS_BW_UNLOCK_SND_SYSTEM 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_TDMS_BW_UNLOCK_SND_SYSTEM
Text Symbol: 001 = Unlock Users
Text Symbol: 002 = Do you really want to unlock the users?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
Text Symbol: 005 = No lock entry found for sender system in package
Text Symbol: 006 = Status of sender system is not locked in packid
Text Symbol: 007 = Problem in unlocking users in sender for packid
Text Symbol: 008 = Users successfully unlocked in sender for packid
INCLUDE CNV_MBT_AUTH_MACROS .
INCLUDE CNV_MBT_REG_MACROS .
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_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.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-001 text_question = text-002 text_button_1 = text-003 text_button_2 = text-004 display_cancel_button = ' ' importing answer = lf_answer exceptions text_not_found = 1 others = 2.
CNV_MBT_UNLOCK_USER call function 'CNV_MBT_UNLOCK_USER' destination lf_dest exporting p_pack = ld_pack p_phase = ' ' p_act_id = ' ' p_scenario = ld_scenario exceptions others = 1.
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.
CNV_MBT_MSG_READ_MESSAGE call function 'CNV_MBT_MSG_READ_MESSAGE' exporting ip_pack = p_pack * IP_MESSAGE_ID = ip_pname = 'SYSTEM_MESSAGE_REC' * IP_VALNUM = * TABLES * T_MESSAGES = exceptions packid_initial = 1 message_id_not_found = 2 parameter_name_initial = 3 no_message_id = 4 could_not_read_messages = 5 no_exec_target = 6 no_rfc_destination = 7 could_not_read_parameters = 8 wrong_message_id = 9 unknown_parameter_name = 10 invalid_message_id = 11 others = 12 .
CHECK_EXIST_LIMU_FUNC call function 'CHECK_EXIST_LIMU_FUNC' exporting name = 'CNV_TDMS_09_INVAL_SYST_MSG' aggname = ' ' importing exist = ld_exist exceptions tr_invalid_type = 1 others = 2.
CNV_TDMS_09_INVAL_SYST_MSG call function 'CNV_TDMS_09_INVAL_SYST_MSG' "#EC EXISTS exporting "#EC EXISTS p_packid = p_pack "#EC EXISTS p_pname = 'SYSTEM_MESSAGE_REC' "#EC EXISTS p_dark = 'X'. "#EC EXISTS
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_TDMS_BW_UNLOCK_SND_SYSTEM - Report CNV_TDMS_BW_UNLOCK_SND_SYSTEM CNV_TDMS_BW_UNLOCK_SND_SYSTEM - Report CNV_TDMS_BW_UNLOCK_SND_SYSTEM CNV_TDMS_BW_TRANSFER_NRIV - Check source RFC client against target RFC client CNV_TDMS_BW_TRANSFER_NRIV - Check source RFC client against target RFC client CNV_TDMS_BW_TI_SWITCH_OFF_OPT - Collect AUFK out of table AFKO also via CNVTDMS_05_AUFPL-AUFPL CNV_TDMS_BW_TI_SWITCH_OFF_OPT - Collect AUFK out of table AFKO also via CNVTDMS_05_AUFPL-AUFPL