CNVMBTDTL_CLUSTER_DELETE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used in the context of TDMS and CMIS mass transfers using a cluster table in the sender system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNVMBTDTL_CLUSTER_DELETE 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 = package
Selection Text: P_PHASE = D Phase
Selection Text: P_RELID = RELID
Title: Delete cluster data in the sender system refering to a certain RELID
Text Symbol: 001 = Cluster data have been deleted for RELID
INCLUDE CNV_MBT_SM_PARAMS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_INSERT CALL FUNCTION 'CNV_MBT_L_STATE_INSERT' EXPORTING im_packid = p_pack im_phase = p_phase im_activity = p_act_id * IM_EXEC_NUM = im_only_initial = 'X' EXCEPTIONS insert_failed = 1 connection_failed = 2 OTHERS = 3 .
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'P' all_as_table = ' ' * NONE_AT_LOCAL_DEST = 'X' IMPORTING destination_id = gd_dest_pcl * 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 .
RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = gd_dest_pcl * TASKNAME = EXCEPTIONS destination_not_open = 1 OTHERS = 2 .
CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' DESTINATION gd_dest_pcl EXPORTING packid = p_pack IMPORTING * SUBPROJECT = * PROJECT = * ACTIVE = * SCENARIO = mtid = gd_mtid EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2 .
DB_STORAGE_GET CALL FUNCTION 'DB_STORAGE_GET' EXPORTING dbsys = sy-dbsys prid = 0 tabname = co_tabname source_hierarchy = gs_storagesrc TABLES storpar = gt_storpar EXCEPTIONS OTHERS = 0.
DB_STORAGE_GET CALL FUNCTION 'DB_STORAGE_GET' EXPORTING dbsys = sy-dbsys prid = 0 tabname = co_tabname source_hierarchy = gs_storagesrc TABLES storpar = gt_storpar EXCEPTIONS OTHERS = 0.
DB_DROP_TABLE CALL FUNCTION 'DB_DROP_TABLE' EXPORTING tabname = co_tabname EXCEPTIONS OTHERS = 1.
DB_STORAGE_PUT CALL FUNCTION 'DB_STORAGE_PUT' EXPORTING tabname = co_tabname useflag = co_true TABLES storpar = gt_storpar EXCEPTIONS db_error = 1 other_error = 2 OTHERS = 3.
DD_DATABASE_UTILITY CALL FUNCTION 'DD_DATABASE_UTILITY' EXPORTING fct = co_function_create obj_name = co_tabname obj_type = co_obj_type * EXEC_MODUS = 'S' EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' .
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVMBTDTL_CLUSTER_DELETE - Delete cluster data in the sender system refering to a certain RELID CNVMBTDTL_CLUSTER_DELETE - Delete cluster data in the sender system refering to a certain RELID CNVMBTCRINCL - Include CNVMBTCRINCL CNVEXTR_FACTORY_IMPL - CNVEXTRFACTORYIMPL CNVC_TM_ZSCD_SCWB_GA - DB table for definining the attributes for a runid CNVC_TM_ZSCD_SCWB_GA - DB table for definining the attributes for a runid