CNV_TDMS_BW_DEL_CLIIND_FORMS 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_BW_DEL_CLIIND_FORMS 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_BW_DEL_CLIIND_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_CHKTAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_CHKTAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = ls_rsdiobj-iobjnm IMPORTING e_chntab = lv_chntab e_chttab = lv_chttab e_txttab = lv_txttab e_sidtab = lv_sidtab e_asitab = lv_asitab e_asttab = lv_asttab e_chknew = lv_chknew EXCEPTIONS name_error = 1 OTHERS = 2.
RSD_HIETAB_GET_FOR_CHA_BAS CALL FUNCTION 'RSD_HIETAB_GET_FOR_CHA_BAS' EXPORTING i_chabasnm = ls_rsdiobj-iobjnm IMPORTING e_hietab = lv_hietab e_hintab = lv_hintab e_hsitab = lv_hsitab e_inctab = lv_inctab EXCEPTIONS name_error = 1 OTHERS = 2.
RSD_TNAMES_GET_FOR_CUBE CALL FUNCTION 'RSD_TNAMES_GET_FOR_CUBE' EXPORTING i_infocube = ls_rsdcube-infocube IMPORTING e_facttab = lv_facttab e_comptab = lv_comptab * E_NCUMVALTAB = EXCEPTIONS name_error = 1 OTHERS = 2 .
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_DEL_CLIIND_FORMS - Include CNV_TDMS_BW_DEL_CLIIND_FORMS CNV_TDMS_BW_DELETE_GEN_INCL - To delete the includes generated for new data selection logic CNV_TDMS_BW_DELETE_GEN_INCL - To delete the includes generated for new data selection logic 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