CNV_TDMS_09_DELETE_CLIENT 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_09_DELETE_CLIENT 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.
Selection Text: P_ACT_ID = D Activity ID
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Title: Program CNV_TDMS_09_DELETE_CLIENT
Text Symbol: 001 = Changes will be lost.
Text Symbol: 002 = Maintain DELETE CLIENT.
Text Symbol: 003 = Client
Text Symbol: 004 = Client Name
Text Symbol: 005 = Marked for Deletion
Text Symbol: 006 = Do you want to save changes?
Text Symbol: 007 = Complete database
Text Symbol: 008 = TDMS Specific
No INCLUDES are used within this REPORT code!
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 = * EXCEPTIONS * OTHERS = 1.
CNV_TDMS_CHECK_EXECUTION * CALL FUNCTION 'CNV_TDMS_CHECK_EXECUTION' * EXPORTING * packid = p_pack * phase = p_phase * activity_id = gc_act_id_confirm * IMPORTING * state_tec = gv_state_tec * state_log = gv_state_log * EXCEPTIONS * no_destinations_for_packid = 1 * no_pcl_destination_for_packid = 2 * entry_does_not_exist = 3 * other_error = 4 * OTHERS = 5.
ENQUEUE_ECNVTDMS_09_CLD CALL FUNCTION 'ENQUEUE_ECNVTDMS_09_CLD' EXPORTING mode_cnvtdms_09_cldel = 'E' client = sy-mandt packid = p_pack x_packid = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
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.
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 - 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 CNV_TDMS_09_DATA - Include CNV_TDMS_09_DATA CNV_TDMS_09_CREATE_PROGRAMS - Generate programs for drop solution