PCDONKR5 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 PCDONKR5 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 PCDONKR5
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PAL_CREATE_NODE_CATEG Call FUNCTION 'HR_PAL_CREATE_NODE_CATEG' Exporting I_CATEG_ID = ca_tab I_STRUCTURE_NAME = 'HKRCDON0_ALV1' I_CLBK = routine * IS_PUSHBUTTONS = BUT_DAY * IT_FIELDCAT = lt_fcat[] EXCEPTIONS PROGRAM_ERROR = 1.
HR_PAL_CREATE_NODE_CATEG Call FUNCTION 'HR_PAL_CREATE_NODE_CATEG' Exporting I_CATEG_ID = 'msgs' EXCEPTIONS PROGRAM_ERROR.
HR_PAL_GENRL_MSG_ADD * CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' * EXPORTING * i_msgid = sy-msgid * i_msgty = sy-msgty * i_msgno = sy-msgno * i_msgv1 = sy-msgv1 * i_msgv2 = sy-msgv2 * i_msgv3 = sy-msgv3 * i_msgv4 = sy-msgv4.
HR_PAL_GENRL_MSG_ADD * CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING * I_PERNR = wa_error-PERNR I_MSGID = wa_error-ARBGB I_MSGTY = wa_error-MSGTY I_MSGNO = wa_error-MSGNO I_MSGV1 = wa_error-MSGV1 I_MSGV2 = wa_error-MSGV2 I_MSGV3 = wa_error-MSGV3 I_MSGV4 = wa_error-MSGV4 * IMPORTING * E_PERNR_NODE_KEY = EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
HR_PAL_NODE_ADD Call FUNCTION 'HR_PAL_NODE_ADD' EXPORTING I_RELATKEY = 'root' I_Node_Txt = text-L04 I_Expand = 'X' IMPORTING E_Node_Key = root_node.
HR_PAL_NODE_ADD Call FUNCTION 'HR_PAL_NODE_ADD' EXPORTING I_RELATKEY = root_node I_Node_Txt = text-L05 I_Expand = 'X' I_NODE_LABEL = text-L06 I_LABEL_IS_QINFO = 'X' I_CATEG_ID = ca_tab IMPORTING E_Node_Key = child_node.
HR_PAL_NODE_ADD_ROW Call FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING I_NODE_Key = child_Node I_row_data = gt_temse_file.
HR_PAL_LOG_DISPLAY Call Function 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = DISPLAY_PROFILE.
Contribute (Add Comments)
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name PCDONKR5 or its description.