RPCDRHD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reads DEUEV inbound notifications and assigns these to a personnel number and, if required, to a DEUEV outbound notification...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCDRHD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M01_RPCDRHD0 - Asst of DEUEV Inbound Notifications
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.
Selection Text: RFCDEST = RFC Connections
Selection Text: P_UPDT = Database Update
Selection Text: P_DAUER = Maximum Wait Time (Seconds)
Title: Assignment of DEUEV Inbound Notifications
Text Symbol: UF0 = Error List
Text Symbol: U10 = Assignment of DEUEV Notifications
Text Symbol: U06 = Unprocessed Inbound Notifications
Text Symbol: U04 = Completely Assigned HI Fund Notifications
Text Symbol: U03 = Completely Assigned Confirmations (PI Number)
Text Symbol: U02 = Error Notifications w/o Notification Assgmt
Text Symbol: U01 = Inbound Notifications Without Personnel Numbers
Text Symbol: U00 = Fully Assigned Error Confirmations
Text Symbol: T02 = (Test Run)
Text Symbol: S20 = Process Opts.
Text Symbol: S10 = Systems to Be Processed
Text Symbol: S07 = Completely Assigned HI Fund Notifications
Text Symbol: S06 = Unprocessed Inbound Notifications
Text Symbol: S05 = Completely Assigned Confirmations (PI Number)
Text Symbol: S04 = Error Notifications w/o Notification Assgmt
Text Symbol: S03 = Inbound Notifications Without Personnel Numbers
Text Symbol: S02 = Fully Assigned Error Confirmations
Text Symbol: S01 = Selected Input Notifications
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_PING call function 'RFC_PING' destination rfcdest-low exceptions system_failure = 1 communication_failure = 1 others = 1.
RP_EDIT_NAME call function 'RP_EDIT_NAME' exporting format = '01' langu = 'D' molga = '01' pp0002 = ls_p0002 importing edit_name = wa_zuordnung-ename.
HR_DE_SV_ASSIGN_PERNR call function 'HR_DE_SV_ASSIGN_PERNR' destination rfcdest-low starting new task wa_tasks-id performing rfc_get_data_pernr on end of task exporting i_dtart = gc_dtart tables it_azvu = ct_azvu * et_azvu_rslt = ...
HR_DE_SV_ASSIGN_NOTIFS call function 'HR_DE_SV_ASSIGN_NOTIFS' destination
-rfcdst starting new task wa_task-id performing rfc_get_data_notifs on end of task exporting i_dtart = gc_dtart is_statkz = gs_param-statkz i_update = gs_param-updt tables it_notifs_seq = lt_notifs_seq[] * et_mld_rslt = exceptions system_failure = 1 communication_failure = 2.
HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = ls_display_profile exceptions program_error = 1 no_logs = 2 others = 3.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = i_categ_id it_fieldcat = lt_fieldcat[] i_save = 'A' i_default = 'X' is_variant = ls_variant exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ROOT' i_node_txt = l_node_txt i_categ_id = i_categ_id importing e_node_key = l_node_key exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_node_key i_row_data = wa_liste exceptions program_error = 1 others = 2.
HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = 'ERRORS' i_with_msg_fields = 'X' exceptions program_error = 1 others = 2.
HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = 'ERRORS' i_node_txt = text-uf0 i_categ_id = 'ERRORS' importing e_node_key = l_node_key exceptions program_error = 1 others = 2.
HR_PAL_NODE_MSG_ADD call function 'HR_PAL_NODE_MSG_ADD' exporting i_node_key = l_node_key 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 exceptions program_error = 1 others = 2.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_sel i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s01 exceptions others = 1.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_assigned_err i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s02 exceptions others = 1.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_assigned_dat i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s05 exceptions others = 1.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_assigned_kk i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-s07 exceptions others = 1. "end WJUN1625945
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_no_pernr i_msgid = 'RP' i_msgty = 'E' i_msgno = '016' i_msgv1 = text-s03 exceptions others = 1.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_no_notif i_msgid = 'RP' i_msgty = 'E' i_msgno = '016' i_msgv1 = text-s04 exceptions others = 1.
HR_PAL_STATS_MSG_ADD call function 'HR_PAL_STATS_MSG_ADD' exporting i_stcnt = is_statistik-imld_unprocessed i_msgid = 'RP' i_msgty = 'E' i_msgno = '016' i_msgv1 = text-s06 exceptions others = 1.
call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = gc_alv_struc_liste changing ct_fieldcat = ct_feldtab[] exceptions others = 1.
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 RPCDRHD0 or its description.