SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVMBTDTL_CLUSTER_DELETE SAP ABAP Report - Delete cluster data in the sender system refering to a certain RELID







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNVMBTDTL_CLUSTER_DELETE. "Basic submit
SUBMIT CNVMBTDTL_CLUSTER_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT CNVMBTDTL_CLUSTER_DELETE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT CNVMBTDTL_CLUSTER_DELETE

INCLUDE CNV_MBT_SM_PARAMS.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNVMBTDTL_CLUSTER_DELETE or its description.