SAP Reports / Programs | Payroll | Belgium(PY-BE) SAP PY

RPCBWAB5 SAP ABAP INCLUDE - Include RPCBWAB5







RPCBWAB5 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 RPCBWAB5 into the relevant SAP transactions such as SE38 or SE80


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 RPCBWAB5. "Basic submit
SUBMIT RPCBWAB5 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCBWAB5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RPCBWAB5


INCLUDES used within this REPORT RPCBWAB5

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:

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-004 i_categ_id = '%MSGS' IMPORTING e_node_key = l_msge_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_node_key = l_msge_node i_msgid = p_error_wa-arbgb i_msgty = p_error_wa-msgty i_msgno = p_error_wa-msgno i_msgv1 = p_error_wa-msgv1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-005 i_categ_id = 'PERNR' IMPORTING e_node_key = l_mspe_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_node_key = l_mspe_node i_pernr = p_error_wa-pernr i_msgid = p_error_wa-arbgb i_msgty = p_error_wa-msgty i_msgno = p_error_wa-msgno i_msgv1 = p_error_wa-msgv1 i_msgv2 = p_error_wa-msgv2 i_msgv3 = p_error_wa-msgv3 i_msgv4 = p_error_wa-msgv4 * IMPORTING * E_PERNR_NODE_KEY = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = l_stats_node_key i_stcnt = p_rejected_ee i_nodid = c_se i_msgid = l_s_pal_msg-msgid i_msgno = l_s_pal_msg-msgno i_msgty = l_s_pal_msg-msgty i_msgv1 = l_s_pal_msg-msgv1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = l_stats_node_key i_stcnt = p_successful_ee i_nodid = c_su i_msgid = l_s_pal_msg-msgid i_msgno = l_s_pal_msg-msgno i_msgty = l_s_pal_msg-msgty i_msgv1 = l_s_pal_msg-msgv1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_node_key = l_stats_node_key i_stcnt = p_rejected_ee i_nodid = c_er i_msgid = l_s_pal_msg-msgid i_msgno = l_s_pal_msg-msgno i_msgty = l_s_pal_msg-msgty i_msgv1 = l_s_pal_msg-msgv1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = p_rec_data i_row_data = p_data EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_record_type i_structure_name = l_structure i_save = 'X' is_layout = l_layout is_variant = ls_variant i_rttc = pbebw_c_true EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_rec_node i_node_txt = p_text i_categ_id = p_record_type IMPORTING e_node_key = p_rec_node_created EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-h00 IMPORTING e_node_key = p_download_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = text-011 IMPORTING e_node_key = l_negt_root_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING * I_WITH_ERR_AND_STAT_LIST = TRUE i_keep_categ = 'X' EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_BE_EGOV_MOVE_CORRESPONDING CALL FUNCTION 'HR_BE_EGOV_MOVE_CORRESPONDING' EXPORTING is_orig = p_negative_amount_wa im_struct = 'P12BOW_REC2INC_1_2008' CHANGING cs_dest = p_remunerations.

HR_BE_BOWA_GET_ALV_STRU CALL FUNCTION 'HR_BE_BOWA_GET_ALV_STRU' EXPORTING im_orig = p_negative_amount_wa im_sign_pos = pbebw_c_front CHANGING ch_dest = p_remunerations.

HR_BE_EGOV_MOVE_CORRESPONDING CALL FUNCTION 'HR_BE_EGOV_MOVE_CORRESPONDING' EXPORTING im_struct = p_structure is_orig = p_fiches CHANGING cs_dest = p_remunerations.

HR_BE_BOWA_GET_ALV_STRU CALL FUNCTION 'HR_BE_BOWA_GET_ALV_STRU' EXPORTING im_stru_name = p_structure im_orig = p_fiches im_sign_pos = pbebw_c_front IMPORTING ex_error = p_error CHANGING ch_dest = p_remunerations.

LVC_FIELDCATALOG_MERGE





* CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING * i_structure_name = p_structure * CHANGING * ct_fieldcat = l_catalog_tab * EXCEPTIONS * inconsistent_interface = 1 * program_error = 2 * OTHERS = 3.

HR_BE_EGOV_MOVE_CORRESPONDING CALL FUNCTION 'HR_BE_EGOV_MOVE_CORRESPONDING' EXPORTING im_struct = p_structure is_orig = p_fiches CHANGING cs_dest = p_rec2_short.



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