CNV_TDMS_HCM_DEL_GEN_CODE 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_HCM_DEL_GEN_CODE 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: Report CNV_TDMS_HCM_DEL_GEN_CODE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gc_program TABLES selection_table = gt_sel_table.
CNV_MBT_PC_PROG_START_BGR CALL FUNCTION 'CNV_MBT_PC_PROG_START_BGR' EXPORTING progname = gc_program TABLES lt_params = gt_sel_table EXCEPTIONS program_does_not_exist = 1 no_authority = 2 scheduling_error = 3 OTHERS = 4.
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_HCM_DEL_GEN_CODE - Report CNV_TDMS_HCM_DEL_GEN_CODE CNV_TDMS_HCM_DEL_GEN_CODE - Report CNV_TDMS_HCM_DEL_GEN_CODE CNV_TDMS_HCM_DEL_COMP_TRGT_RNG - Delete complete ranges as defined for project / sub / pack combination CNV_TDMS_HCM_DEL_COMP_TRGT_RNG - Delete complete ranges as defined for project / sub / pack combination CNV_TDMS_HCM_DEL_COMP_TRGT_DIA - Scheduler for Complete Target Deletion program CNV_TDMS_HCM_DEL_COMP_TRGT_DIA - Scheduler for Complete Target Deletion program