SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPLFBINF_PAL SAP ABAP INCLUDE - Include RPLFBINF: Main routines







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


INCLUDES used within this REPORT RPLFBINF_PAL

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_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_disp_prof i_s_flat_profile = ls_flat_profile i_callback_program = gv_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_default = p05fb_c_true i_save = 'A' i_bypassing_buffer = p05fb_c_true is_layout = ls_layout is_variant = ls_disvariant it_fieldcat = lt_fieldcat it_excluding = lt_excluding it_events = lt_events it_sort = lt_sort_info TABLES t_outtab = ut_totals EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = uv_repid i_structure_name = uv_structure_name i_bypassing_buffer = 'X' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = p_pernr i_ename = p_ename i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 IMPORTING e_pernr_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = p_stcnt i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 IMPORTING e_stats_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = p_subrc i_fm_name = p_fm_name i_sy_msgid = p_msgid i_sy_msgty = p_msgty i_sy_msgno = p_msgno i_sy_msgv1 = p_msgv1 i_sy_msgv2 = p_msgv2 i_sy_msgv3 = p_msgv3 i_sy_msgv4 = p_msgv4.



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