CNV_TDMS_HCM_PD_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_HCM_PD_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: TDMS4HCM: PD Specific FORM routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING ACT_OTYPE = PCHOTYPE ACT_OBJID = GS_SEL_OBJECTS-OBJID ACT_WEGID = GS_EVPATH-WEGID ACT_PLVAR = PCHPLVAR ACT_BEGDA = PCHBEGDA ACT_ENDDA = PCHENDDA AUTHORITY_CHECK = GC_NO TABLES RESULT_OBJEC = GT_OBJEC RESULT_STRUC = GT_STRUC EXCEPTIONS NO_PLVAR_FOUND = 1 NO_ENTRY_FOUND = 2 OTHERS = 3.
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_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 CNV_TDMS_HCM_PA_SEL_SCREEN - TDMS4HCM: Selection Screen for PA Transfer Program CNV_TDMS_HCM_PAYROLL_TOP - CNVTDMSHCMPAYROLLTOP CNV_TDMS_HCM_PAYROLL_TAB_RIDER - TDMS4HCM: Tab rider screen for payroll comparison