PCDTRU00 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 PCDTRU00 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.
INCLUDE RPCDTD00.
INCLUDE RPCDTD10.
INCLUDE RPC2CD00.
INCLUDE RPCMGR00.
No SAP DATABASE tables are accessed within this REPORT code!
RP_PAYROLL_UNTIL CALL FUNCTION 'RP_PAYROLL_UNTIL' "HB_2001/03/02 IMPORTING " payroll_until = last_rgdirdate " TABLES " rgdir = rgdir " EXCEPTIONS " no_record_found = 1 " OTHERS = 2. "
HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' "RM_2004 EXPORTING "RM_2004 i_s_display_profile = display_profile_log "RM_2004 EXCEPTIONS "RM_2004 program_error = 1 "RM_2004 no_logs = 2 "RM_2004 OTHERS = 3 "RM_2004 .
RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "HB_2000/01/21 EXPORTING "HB_2000/01/21 repid = sy_repid "HB_2000/01/21 IMPORTING "HB_2000/01/21 format = format. "HB_2000/01/21
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = root_node_log i_node_label = l_text i_node_txt = '' EXCEPTIONS program_error = 1 OTHERS = 2.
HRDME99_LOG_INIT_PERNR CALL FUNCTION 'HRDME99_LOG_INIT_PERNR' EXPORTING im_pernr = pernr-pernr.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "HB_2000/01/21 EXPORTING "HB_2000/01/21 format = format "HB_2000/01/21 langu = sy-langu "HB_2000/01/21 molga = t001p-molga "HB_2000/01/21 pp0002 = p0002 "HB_2000/01/21 IMPORTING "HB_2000/01/21 edit_name = edit_name "HB_2000/01/21 retcode = ret_code. "HB_2000/01/21
HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = key_errors_log i_pernr = pernr i_msgid = 'HR_ES' i_msgno = '001' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = key_errors_log i_pernr = pernr i_msgid = 'HR_ES' i_msgno = '002' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = key_errors_log i_pernr = pernr i_msgid = 'HR_ES' i_msgno = '003' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = key_errors_log i_pernr = pernr i_msgid = 'HR_ES' i_msgno = '004' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = key_errors_log i_pernr = pernr i_msgid = 'HR_ES' i_msgno = '005' EXCEPTIONS program_error = 1 OTHERS = 2.
HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = category_id_log * i_structure_name = 'BAL_HR_EXT' * I_WITH_MSG_FIELDS = * I_MSG_TEXT_POS = * I_ICON_LTEXT_POS = * IT_FIELDCAT = * I_SAVE = * IS_VARIANT = * I_DEFAULT = * IS_LAYOUT = * I_S_PRINT_OPTIONS = * I_TREE_SORT = * I_CLBK = EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = counter i_msgid = '3G' * I_MSGTY = 'S' i_msgno = '512' * i_msgv1 = l_msgv1 * i_msgv2 = l_msgv2 EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = counter i_msgid = '3G' * I_MSGTY = 'S' i_msgno = '513' * i_msgv1 = l_msgv1 * i_msgv2 = l_msgv2 EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = counter i_msgid = '3G' * I_MSGTY = 'S' i_msgno = '514' * i_msgv1 = l_msgv1 * i_msgv2 = l_msgv2 EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = counter i_msgid = '3G' * I_MSGTY = 'S' i_msgno = '515' * i_msgv1 = l_msgv1 EXCEPTIONS program_error = 1 OTHERS = 2 .
HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = counter i_msgid = '3G' * I_MSGTY = 'S' i_msgno = '516' * i_msgv1 = l_msgv1 EXCEPTIONS program_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.
PCDTRU00 - documentation and ABAP source code PCDTMVE0 - documentation and ABAP source code PCDTMUN0 - INCLUDE for Preliminary Data Medium Program (UN Version) PCDTMUA0 - INCLUDE for Preliminary Data Medium Program (International Version) PCDTMTW0 - INCLUDE for Preliminary Data Medium Program (Taiwan) PCDTMTRB - documentation and ABAP source code