SAP Reports / Programs | Payroll | Italy(PY-IT) SAP PY

RPCMFPI4 SAP ABAP INCLUDE - documentation and ABAP source code







RPCMFPI4 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 RPCMFPI4 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 RPCMFPI4. "Basic submit
SUBMIT RPCMFPI4 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMFPI4 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 RPCMFPI4

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_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY'"#EC NOTEXT EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD'"#EC NOTEXT EXPORTING i_relatkey = 'ROOT'"#EC NOTEXT i_node_txt = p_msg IMPORTING e_node_key = l_parent_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD'"#EC NOTEXT EXPORTING i_relatkey = 'ROOT'"#EC NOTEXT i_node_txt = p_msg IMPORTING e_node_key = p_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD'"#EC NOTEXT EXPORTING i_node_key = p_node i_msgid = 'BL'"#EC NOTEXT i_msgty = p_msgid i_msgno = '001'"#EC NOTEXT EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD'"#EC NOTEXT EXPORTING i_relatkey = p_root_node i_node_txt = p_msg IMPORTING e_node_key = p_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD'"#EC NOTEXT EXPORTING i_node_key = p_node i_msgid = 'BL'"#EC NOTEXT i_msgty = p_msgid i_msgno = '001'"#EC NOTEXT EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = l_category i_structure_name = l_table_name EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD'"#EC NOTEXT EXPORTING i_relatkey = p_node i_node_txt = p_msg i_categ_id = l_category IMPORTING e_node_key = l_node_1_2 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5itqe EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5ito1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5itof EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5itp1 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5itoc EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_t5ito2 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW'"#EC NOTEXT EXPORTING i_node_key = p_node i_row_data = l_wa_emp EXCEPTIONS program_error = 1 OTHERS = 2.



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