CNV_TDMS_HCM_POST_PROCESS_F01 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_HCM_POST_PROCESS_F01 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_HCM_POST_PROCESS_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_TDMS_HCM_GET_OBJIDS_CNT CALL FUNCTION 'CNV_TDMS_HCM_GET_OBJIDS_CNT' DESTINATION gv_cnvmbtdest_cnt EXPORTING im_packid = gv_packid im_exec_target = 'S' TABLES et_messages = gt_messages et_objids_packid = gt_objid EXCEPTIONS communication_failure = 888 MESSAGE gv_message system_failure = 999 MESSAGE gv_message ex_incorrect_parameters = 1 ex_no_entries_for_packid = 2 ex_error_get_rfc = 3 OTHERS = 4.
HR_PERSONEE_GETPERSON_LIST CALL FUNCTION 'HR_PERSONEE_GETPERSON_LIST' EXPORTING it_pernr = lt_pernr iv_with_authority = space IMPORTING et_personid = lt_pernr_cp.
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_POST_PROCESS_F01 - Include CNV_TDMS_HCM_POST_PROCESS_F01 CNV_TDMS_HCM_POST_PROCESSING - TDMS4HCM: Post Transfer Processing CNV_TDMS_HCM_POST_PROCESSING - TDMS4HCM: Post Transfer Processing CNV_TDMS_HCM_PD_FORMS - TDMS4HCM: PD Specific FORM routines CNV_TDMS_HCM_PD_EXP_FORMS - Include CNV_TDMS_HCM_PD_EXP_FORMS CNV_TDMS_HCM_PD_DATA - TDMS4HCM: Data for PD Transfer Program