SAP Reports / Programs

RPCBNHD0_IN SAP ABAP Report - Assignment of Error Confirmations to Contribution Statement Notifs







RPCBNHD0_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 processes contribution statement confirmations that have been received via the B2A Manager (transaction PB2A)...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 RPCBNHD0_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_RPCBNHD0_I - Assign Contribution Statements


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 RPCBNHD0_IN. "Basic submit
SUBMIT RPCBNHD0_IN AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBNHD0_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 = D .
Selection Text: P_UPDT = D .
Selection Text: RFCDEST = D .
Title: Assignment of Error Confirmations to Contribution Statement Notifs
Text Symbol: S01 = Selected Inbound Notificatns
Text Symbol: S02 = Error Notifications w/o Notification Assgmt
Text Symbol: S10 = Systems to Be Processed
Text Symbol: S20 = Process Options
Text Symbol: U00 = Fully Assigned Error Confirmations
Text Symbol: U01 = Error Notifications w/o Notification Assgmt
Text Symbol: U10 = Assignmt of Inbound Notificatns
Text Symbol: UF0 = Error List


INCLUDES used within this REPORT RPCBNHD0_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.

HR_DE_SV_ASSIGN_NOTIFS CALL FUNCTION 'HR_DE_SV_ASSIGN_NOTIFS' DESTINATION rfcdest-low STARTING NEW TASK ls_task-id PERFORMING rfc_get_data_notifs ON END OF TASK EXPORTING i_dtart = cl_hrpayde_sv_admin=>ac_dtart_bn_i_bni 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.

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.

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_no_notif i_msgid = 'RP' i_msgty = 'E' i_msgno = '016' i_msgv1 = text-s02 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 RPCBNHD0_IN or its description.