SAP Reports / Programs | Payroll | Germany | Social Insurance(PY-DE-NT-NI) SAP PY

RPCBIHD0 SAP ABAP Report - Assignment of PPO Error Confirmations







RPCBIHD0 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 error confirmations in the PPO contribution statement procedure and assigns these to a personnel number and 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 RPCBIHD0 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_RPCBIHD0 - Assignment of PPO Error Confirmatns


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 RPCBIHD0. "Basic submit
SUBMIT RPCBIHD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBIHD0 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 PPO Error Confirmations
Text Symbol: S01 = Selected Error Confirmations
Text Symbol: S10 = Systems to Be Processed
Text Symbol: S20 = Process Opts.
Text Symbol: U00 = Fully Assigned Error Confirmations
Text Symbol: U01 = Error Confirmations Without Personnel No. Assignmt
Text Symbol: U02 = Error Confirmations Without Notification Assignmt
Text Symbol: U10 = Assignment of Error Confirmations
Text Symbol: UF0 = Error List


INCLUDES used within this REPORT RPCBIHD0

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_BV_ASSIGN_PERNR CALL FUNCTION 'HR_DE_BV_ASSIGN_PERNR' DESTINATION rfcdest-low STARTING NEW TASK wa_tasks-id PERFORMING rfc_get_data_pernr ON END OF TASK TABLES it_kean = ct_kean EXCEPTIONS system_failure = 1 communication_failure = 2.

HR_DE_BV_ASSIGN_NOTIFS CALL FUNCTION 'HR_DE_BV_ASSIGN_NOTIFS' DESTINATION -rfcdst STARTING NEW TASK wa_task-id PERFORMING rfc_get_data_notifs ON END OF TASK EXPORTING is_statkz = gs_param-statkz i_update = gs_param-updt TABLES it_stat = -stat it_meld = -meld it_dbfe = -dbfe[] 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 * is_layout = ls_layout "TEST 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_structure_name = 'BAL_HR_EXT' "TEST * i_structure_name = 'BAL_S_MSG' "TEST * i_structure_name = 'SYMSG' i_with_msg_fields = 'X' * i_msg_text_pos = 3 * i_icon_ltext_pos = 4 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 * i_context = wa_error-pernr "TEST 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 i_msgid = 'RP' i_msgno = '016' i_msgv1 = text-u00 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-u01 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-u02 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 RPCBIHD0 or its description.