CNV_MBT_TS_DATA_LOAD_STOP 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_TS_DATA_LOAD_STOP 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: Troubleshooter, stop running data load
Text Symbol: 001 = Stop Data Transfer
Text Symbol: 002 = Do you want to stop the running data transfer?
Text Symbol: 003 = Yes
Text Symbol: 004 = No
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' EXPORTING packid = p_pack IMPORTING phase = p_phase EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 OTHERS = 4.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'C' IMPORTING destination_id = ld_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 login_not_possible = 6 OTHERS = 7.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 text_button_1 = 'Yes' icon_button_1 = 'ICON_OKAY' text_button_2 = 'No' icon_button_2 = 'ICON_CANCEL' default_button = '2' display_cancel_button = 'X' IMPORTING answer = ld_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
DTL_MT_DATA_LOAD CALL FUNCTION 'DTL_MT_DATA_LOAD' DESTINATION ld_dest EXPORTING im_mode = 'K' im_applic = 'SLO' im_mt_id = ld_mt_id im_session_id = ld_cnvmbtstate-session_id EXCEPTIONS communication_failure = 98 MESSAGE ld_msgtext system_failure = 99 MESSAGE ld_msgtext.
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_TS_DATA_LOAD_STOP - Troubleshooter, stop running data load CNV_MBT_TS_DATA_LOAD_STOP - Troubleshooter, stop running data load CNV_MBT_TS_DATA - CNVMBTTSDATA CNV_MBT_TS_COBJS_NOT_GENERATED - Trouble Shooting: Objects which are not generated CNV_MBT_TS_COBJS_NOT_GENERATED - Trouble Shooting: Objects which are not generated CNV_MBT_TS_COBJS_NOT_CALC - TroubleShooting: Objects which are not calculated/ filled into cluster