CNV_TDMS_BW_DEFINE_DEL_METHOD 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_BW_DEFINE_DEL_METHOD 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: Program to define deletion method
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_SET_GET_STATE CALL FUNCTION 'CNV_TDMS_SET_GET_STATE' EXPORTING gd_packid = p_pack gd_phase = p_phase gd_act_id = p_act_id * tables * lt_state = EXCEPTIONS insert_error = 1 rfc_error = 2 OTHERS = 3 .
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = gd_packid IMPORTING destination_id = gd_pcl_dest EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_TDMS_09_GET_COUNT CALL FUNCTION 'CNV_TDMS_09_GET_COUNT' DESTINATION gd_pcl_dest EXPORTING pack_id = gd_packid TABLES it_09_count = gt_cnvtdms_09_count EXCEPTIONS no_data_exists = 1 OTHERS = 2.
CNV_TDMS_09_MODIFY_COUNT CALL FUNCTION 'CNV_TDMS_09_MODIFY_COUNT' DESTINATION gd_pcl_dest EXPORTING pack_id = gd_packid TABLES it_09_count = gt_cnvtdms_09_count EXCEPTIONS modify_error = 1 OTHERS = 2.
CNV_TDMS_09_SETDATA_TABLES09 CALL FUNCTION 'CNV_TDMS_09_SETDATA_TABLES09' DESTINATION gd_pcl_dest EXPORTING pack_id = gd_packid TABLES cnv_tdms_09_setdata = gt_cnvtdms_09_table EXCEPTIONS write_error = 1 OTHERS = 2.
CNV_TDMS_09_COPY_PACK CALL FUNCTION 'CNV_TDMS_09_COPY_PACK' DESTINATION gd_pcl_dest EXPORTING p_packid = gd_packid p_09_pack = gd_cnvtdms_09_pack EXCEPTIONS insert_error = 1 OTHERS = 2.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ld_tabname IMPORTING x030l_wa = lp_x030l TABLES dfies_tab = lp_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
DB02_GET_TB_DETL_ANALYSIS_DB2 CALL FUNCTION 'DB02_GET_TB_DETL_ANALYSIS_DB2' EXPORTING table_name = ld_table_db2 table_creator = ld_db2_owner IMPORTING table_catalog_info = ld_table_catalog EXCEPTIONS table_not_found = 1 OTHERS = 2.
GET_TABSTATS_MSQ CALL FUNCTION 'GET_TABSTATS_MSQ' "#EC EXISTS EXPORTING tabname = ld_tabname dbname = '0' IMPORTING tabstats = ld_tabstats.
MSS_GET_TABLE_SIZE_INFO CALL FUNCTION 'MSS_GET_TABLE_SIZE_INFO' EXPORTING table_name = ld_tabname_64 IMPORTING table_sizeinfo = ld_table_sizeinfo EXCEPTIONS not_running_on_mssql = 1 db_error = 2 internal_error = 3 db_not_found = 4 no_db_access = 5 schema_not_found = 6 invalid_input = 7 table_not_found = 8 OTHERS = 9.
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_BW_DEFINE_DEL_METHOD - Program to define deletion method CNV_TDMS_BW_DEFINE_DEL_METHOD - Program to define deletion method CNV_TDMS_BW_DATA_MART_SEL - Report CNV_TDMS_BW_DATA_MART_SEL CNV_TDMS_BW_DATA_MART_SEL - Report CNV_TDMS_BW_DATA_MART_SEL CNV_TDMS_BW_DATAMART_ANALYSE - Report CNV_TDMS_BW_DATAMART_ANALYSE CNV_TDMS_BW_DATAMART_ANALYSE - Report CNV_TDMS_BW_DATAMART_ANALYSE