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

RPCRTFE0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_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_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_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = text-l09 "Fichero TemSe/XML i_categ_id = c_pal_categids-c_temse_xml 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_E_GET_HELP_VALUES_NISSE CALL FUNCTION 'HR_E_GET_HELP_VALUES_NISSE' CHANGING nisse = cv_nisse EXCEPTIONS no_nisse_found = 1 OTHERS = 2.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING FBHANDLE = pv_handler TABLES datatab = lt_xml_table[] EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING FBHANDLE = pv_handler EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.

HR_PL_IMPORT_LOG_FROM_MEMORY CALL FUNCTION 'HR_PL_IMPORT_LOG_FROM_MEMORY' EXPORTING mem_key = gv_memo_key.

HR_PL_DISPLAY_LOG CALL FUNCTION 'HR_PL_DISPLAY_LOG' EXPORTING procl = 'C'.

HR_E_GET_NISSE_FOR_PERNR CALL FUNCTION 'HR_E_GET_NISSE_FOR_PERNR' EXPORTING pers_num = pv_pernr actual_date = pv_date IMPORTING nisse = cv_ccc TABLES p_tab_p0001 = pt_0001[] p_tab_p0061 = pt_0061[] EXCEPTIONS error = 1 OTHERS = 2.

HR_ES_GET_NISSE_DATA CALL FUNCTION 'HR_ES_GET_NISSE_DATA' EXPORTING p_i_nisse = cv_ccc p_i_date = pv_date IMPORTING p_e_nisse_data = ls_nisse_data EXCEPTIONS error = 3 OTHERS = 5.

HR_ES_PRODA_REG_XML_METO_DIREC CALL FUNCTION 'HR_ES_PRODA_REG_XML_METO_DIREC' EXPORTING PI_STRUC_NAME = 'CRT2' PI_FIELD_NAME = 'CERTIFICA2' PI_PERNR = pv_pernr pi_refrf = pv_ref_name EXCEPTIONS ERROR = 1 FIELD_NOT_FOUND = 2 INVALID_DATA = 3 OTHERS = 4 .

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = gc_certif_temse_id objnr = lv_number empfg = gc_temse_rep ownnr = abap_true IMPORTING tsobj = cv_efile objhd = lv_handler EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 fb_nr_no_object = 7 fb_nr_not_intern = 8 fb_nr_not_found = 9 fb_object_already_exist = 10 fb_nr_overflow = 11 OTHERS = 12.

HR_ES_PRODA_REG_XML_ACCESS_LOG CALL FUNCTION 'HR_ES_PRODA_REG_XML_ACCESS_LOG' EXPORTING pi_refrf = ls_alv_data-lopdid EXCEPTIONS file_not_found = 1 OTHERS = 2.

HR_ES_DISPLAY_XML CALL FUNCTION 'HR_ES_DISPLAY_XML' EXPORTING iv_xstring = ls_alv_data-xml.



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