SAP Reports / Programs | Personnel Management | Personnel Administration | Spain(PA-PA-ES) SAP PA

RPCIRFE0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' "#EC * EXPORTING "#EC * i_selected_ee = po_provider->ms_stats-processed "#EC * i_successful_ee = po_provider->ms_stats-success "#EC * i_erroneous_ee = po_provider->ms_stats-error "#EC * EXCEPTIONS "#EC * program_error = 1 "#EC * OTHERS = 2. "#EC *

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'OK' it_fieldcat = lt_employeedata_ok_fcat EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-l04 i_categ_id = 'OK' i_icon = ICON_LED_GREEN IMPORTING e_node_key = po_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'NOK' it_fieldcat = lt_employeedata_not_ok_fcat i_with_msg_fields = abap_true i_msg_text_pos = 5 i_icon_ltext_pos = 6 EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = text-l05 i_categ_id = 'NOK' i_icon = ICON_LED_RED IMPORTING e_node_key = po_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = po_provider->mc_pal_log->g_node_key i_msgid = ls_emp_nok_data-msgid I_MSGTY = ls_emp_nok_data-msgty i_msgno = ls_emp_nok_data-msgno I_MSGV1 = ls_emp_nok_data-msgv1 I_MSGV2 = ls_emp_nok_data-msgv2 I_MSGV3 = ls_emp_nok_data-msgv3 I_MSGV4 = ls_emp_nok_data-msgv4 I_CONTEXT = ls_emp_nok_data EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-l03 i_categ_id = po_provider->c_pal_categids-c_temse i_icon = gc_alv_icon_temse IMPORTING e_node_key = po_pal_log->g_node_key EXCEPTIONS OTHERS = 99.

PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_text = lv_message i_output_immediately = abap_true.

HR_ES_SPLIT_STRING_TO_4_CHAR50 CALL FUNCTION 'HR_ES_SPLIT_STRING_TO_4_CHAR50' EXPORTING in_string = lv_message IMPORTING char1 = lv_char1 char2 = lv_char2 char3 = lv_char3 char4 = lv_char4.

HR_ES_PRODA_REG_XML_METO_DIREC CALL FUNCTION 'HR_ES_PRODA_REG_XML_METO_DIREC' EXPORTING PI_STRUC_NAME = 'IRPFMASIVO' PI_FIELD_NAME = 'IMPUESTOS' PI_PERNR = pv_pernr pi_refrf = lv_temse_name EXCEPTIONS ERROR = 1 FIELD_NOT_FOUND = 2 INVALID_DATA = 3 OTHERS = 4.



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