CNV_TDMS_09_DELETE_CLIENT_SUBR 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_TDMS_09_DELETE_CLIENT_SUBR 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_TDMS_09_DELETE_CLIENT_SUBR
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_pack exec_target = 'R' IMPORTING destination_id = lv_rcv_destination_id EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
CNV_TDMS_09_CLIENT_INFO CALL FUNCTION 'CNV_TDMS_09_CLIENT_INFO' DESTINATION lv_rcv_destination_id IMPORTING ev_tr_client = gv_rec_tr_client TABLES et_client_list = gt_t000_table_list EXCEPTIONS communication_failure = 1 MESSAGE lv_msg system_failure = 2 MESSAGE lv_msg no_entries_found = 3 error_fetching_client_info = 4 OTHERS = 5.
CNV_TDMS_09_CLIENT_INFO * CALL FUNCTION 'CNV_TDMS_09_CLIENT_INFO' * DESTINATION lv_rcv_destination_id * TABLES * et_client_list = gt_t000_table_list * EXCEPTIONS * communication_failure = 1 MESSAGE lv_msg * system_failure = 2 MESSAGE lv_msg * no_entries_found = 3 * error_fetching_client_info = 4 * OTHERS = 5.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVTDMS_09_CLIENT_DELETE' i_client_never_display = '' CHANGING ct_fieldcat = et_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_SORT_DIALOG CALL FUNCTION 'LVC_SORT_DIALOG' EXPORTING it_fieldcat = gt_fieldcat it_selected_cols = lt_selected_cols is_layout = gs_layout i_ascending = lv_sort_order CHANGING ct_sort = gt_sort EXCEPTIONS no_change = 1.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = 'TD09P_DELETE_CLIENT' EXCEPTIONS wrong_name = 1 OTHERS = 2.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING diagnosetext1 = lv_text1 textline1 = lv_text2 textline2 = lv_text3 titel = lv_title cancel_display = 'X' IMPORTING answer = ld_ans.
DEQUEUE_ECNVTDMS_09_CLD CALL FUNCTION 'DEQUEUE_ECNVTDMS_09_CLD' EXPORTING mode_cnvtdms_09_cldel = 'E' client = sy-mandt packid = p_pack x_packid = ' ' _scope = '3' _synchron = ' ' _collect = ' '.
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 * OTHERS = 1.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = gc_rcv_system IMPORTING destination_id = gv_destid EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
CNV_TDMS_09_COPY_PACK * CALL FUNCTION 'CNV_TDMS_09_COPY_PACK' * DESTINATION gv_destid * EXPORTING * p_packid = p_pack * p_09_pack = gs_pack * EXCEPTIONS * insert_error = 1 .
CNV_TDMS_09_COPY_CLIENTS CALL FUNCTION 'CNV_TDMS_09_COPY_CLIENTS' DESTINATION gv_destid EXPORTING p_packid = p_pack TABLES it_09_cldel = gt_cnvtdms_09_cldel EXCEPTIONS insert_error = 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_TDMS_09_DELETE_CLIENT_SUBR - Include CNV_TDMS_09_DELETE_CLIENT_SUBR CNV_TDMS_09_DELETE_CLIENT_CLAS - Include CNV_TDMS_09_DELETE_CLIENT_CLAS CNV_TDMS_09_DELETE_CLIENT - Program CNV_TDMS_09_DELETE_CLIENT CNV_TDMS_09_DELETE_CLIENT - Program CNV_TDMS_09_DELETE_CLIENT CNV_TDMS_09_DEFINE_DEL_METHOD - Program to define deletion method CNV_TDMS_09_DEFINE_DEL_METHOD - Program to define deletion method