SAP Reports / Programs

RPCEEHD0_IN SAP ABAP Report - Assignment of Compensation Benefits Inbound







RPCEEHD0_IN 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 inbound notifications in the notification procedure for compensation benefits (EEL) and assigns these to a personnel number and, if required, to an 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 RPCEEHD0_IN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M01_CEEHD0_IN - EEL: Assign Inbound Notifications


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPCEEHD0_IN. "Basic submit
SUBMIT RPCEEHD0_IN AND RETURN. "Return to original report after report execution complete
SUBMIT RPCEEHD0_IN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_DAUER = Maximum Wait Time (Seconds)
Selection Text: P_UPDT = Database Update
Selection Text: RFCDEST = RFC Connections
Title: Assignment of Compensation Benefits Inbound
Text Symbol: S01 = Selected Input Notifications
Text Symbol: S02 = Fully Assigned Error Confirmations
Text Symbol: S03 = Inbound Notifications Without Personnel Numbers
Text Symbol: S04 = Error Notifications w/o Notification Assgmt
Text Symbol: S05 = Fully Assigned Data Confirmations
Text Symbol: S06 = Unprocessed Inbound Notifications
Text Symbol: S10 = Systems to Be Processed
Text Symbol: S20 = Process Opts.
Text Symbol: T02 = (Test Run)
Text Symbol: U00 = Fully Assigned Error Confirmations
Text Symbol: U01 = Inbound Notifications Without Personnel Numbers
Text Symbol: U02 = Error Notifications w/o Notification Assgmt
Text Symbol: U03 = Fully Assigned Data Confirmations
Text Symbol: U06 = Unprocessed Inbound Notifications
Text Symbol: U10 = Assignment of Compensation Benefits Inbound Notifications
Text Symbol: UF0 = Error List


INCLUDES used within this REPORT RPCEEHD0_IN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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_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.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gc_alv_struc_liste CHANGING ct_fieldcat = ct_feldtab[] EXCEPTIONS OTHERS = 1.



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 RPCEEHD0_IN or its description.