CNV_MBT_TS_DROP_SOLUTION_FORM 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 CNV_MBT_TS_DROP_SOLUTION_FORM 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: Include CNV_MBT_TS_DROP_SOLUTION_FORM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_packid exec_target = 'R' * ALL_AS_TABLE = 'X' none_at_local_dest = 'X' IMPORTING destination_id = ld_destination_id * TABLES * DESTTAB = 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 .
CNV_MBT_GET_ALL_DATA_TAB_DEL CALL FUNCTION 'CNV_MBT_GET_ALL_DATA_TAB_DEL' DESTINATION ld_destination_id EXPORTING ip_packid = p_packid ip_all = ld_yes IMPORTING eps_cnvmbtstate = ls_cnvmbtstate eps_cnvtdms_09_pack = ls_cnvtdms_09_pack TABLES t_cnvmbtsubstate = lt_cnvmbtsubstate t_cnvtdms_09_cldel = lt_cnvtdms_09_cldel t_cnvtdms_09_ctr = lt_cnvtdms_09_ctr t_t000 = lt_t000 t_cnvtdms_09_table = lt_cnvtdms_09_table t_cnvtdms_09_prog = lt_cnvtdms_09_prog t_wpinfo = lt_wpinfo t_wpinfo_detail = lt_wpinfo_detail EXCEPTIONS packid_not_exist = 1 no_state_entry = 2 no_substate_entry = 3 no_client_for_deletion = 4 no_control_entry = 5 no_clients = 6 no_del_table_entry = 7 no_pack_entry = 8 no_prog_entry = 9 OTHERS = 10.
LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = pd_structure_name * I_CLIENT_NEVER_DISPLAY = ' ' * CHANGING * ct_fieldcat = pt_fieldcat.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVMBT_09_CLDEL' "Structure name i_client_never_display = ' ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * i_structure_name = 'T000' "Structure name i_structure_name = 'CNV_MBT_T000_OUT' i_client_never_display = ' ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVMBT_09_CTR' "Structure name i_client_never_display = ' ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_packid exec_target = 'R' none_at_local_dest = 'X' IMPORTING destination_id = ld_receiver_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.
BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobname = ls_job_head-jobname job_read_jobcount = ls_job_head-jobcount job_read_opcode = btc_read_all_jobdata IMPORTING job_read_jobhead = ls_job_head TABLES job_read_steplist = lt_job_steps EXCEPTIONS job_doesnt_exist = 1 OTHERS = 99.
BP_JOB_EDITOR CALL FUNCTION 'BP_JOB_EDITOR' EXPORTING job_editor_dialog = 'Y' job_editor_opcode = btc_show_job job_head_input = ls_job_head TABLES job_steplist = lt_job_steps EXCEPTIONS eventcnt_generation_error = 1 invalid_dialog_type = 2 invalid_jobclass = 3 invalid_jobstatus = 4 invalid_opcode = 5 invalid_startdate = 6 invalid_stepdata = 7 jobcount_generation_error = 8 jobname_missing = 9 job_not_modifiable_anymore = 10 no_batch_on_target_host = 11 no_batch_server_found = 12 no_batch_wp_for_jobclass = 13 no_plan_privilege_given = 14 no_release_privilege_given = 15 no_startdate_no_release = 16 no_stepdata_given = 17 target_host_not_defined = 18 tgt_host_chk_has_failed = 19 OTHERS = 20.
CNV_MBT_TS_DEL_SHOW_BATCH_JOB CALL FUNCTION 'CNV_MBT_TS_DEL_SHOW_BATCH_JOB' DESTINATION ld_receiver_dest EXPORTING ip_jobname = ls_job_head-jobname ip_jobcount = ls_job_head-jobcount EXCEPTIONS error_job_editor = 1 error_job_read = 2 communication_failure = 3 MESSAGE ld_message system_failure = 4 MESSAGE ld_message OTHERS = 5 .
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = ls_filter IMPORTING e_t_log_header = lt_balhdr EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_balhdr * I_T_LOG_HANDLE = lt_handle * I_T_LOGNUMBER = * I_CLIENT = SY-MANDT * I_DO_NOT_LOAD_MESSAGES = ' ' * I_EXCEPTION_IF_ALREADY_LOADED = * IMPORTING * E_T_LOG_HANDLE = * E_T_MSG_HANDLE = * EXCEPTIONS * NO_LOGS_SPECIFIED = 1 * LOG_NOT_FOUND = 2 * LOG_ALREADY_LOADED = 3 * OTHERS = 4 .
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = * I_T_LOG_HANDLE = lt_handle * I_T_MSG_HANDLE = i_s_log_filter = ls_filter * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5 .
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNV_MBT_CLIENT_ENTRIES' i_client_never_display = ' ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = pt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_packid exec_target = 'R' none_at_local_dest = 'X' IMPORTING destination_id = ld_receiver_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.
CNV_MBT_TS_DEL_SHOW_PROGRAMM CALL FUNCTION 'CNV_MBT_TS_DEL_SHOW_PROGRAMM' DESTINATION ld_receiver_dest EXPORTING ip_program = ls_cnvtdms_09_prog-progname.
DD_EXIST_TABLE * CALL FUNCTION 'DD_EXIST_TABLE' * EXPORTING * tabname = gd_tabname * status = 'A' "active * IMPORTING * subrc = subrc * EXCEPTIONS * wrong_status = 1 * OTHERS = 2.
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_DROP_SOLUTION_FORM - Include CNV_MBT_TS_DROP_SOLUTION_FORM CNV_MBT_TS_DROP_SOLUTION_CLASS - Include CNV_MBT_TS_DROP_SOLUTION_CLASS CNV_MBT_TS_DROP_SOLUTION - Program CNV_MBT_TS_DROP_SOLUTION CNV_MBT_TS_DROP_SOLUTION - Program CNV_MBT_TS_DROP_SOLUTION CNV_MBT_TS_DATA_SELECTION_STOP - Troubleshooter, stop running data load CNV_MBT_TS_DATA_SELECTION_STOP - Troubleshooter, stop running data load