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

RPURTFE0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_E_GET_PERNR_FROM_NAF CALL FUNCTION 'HR_E_GET_PERNR_FROM_NAF' EXPORTING p_naf = lv_naf p_date = lv_period p_nisse = lv_nisse IMPORTING pernr = cv_pernr error = lv_error.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = cv_pernr infty = '0062' begda = lv_begda endda = lv_endda TABLES infty_tab = lt_0062[] EXCEPTIONS infty_not_found = 1 OTHERS = 2.

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.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' "#EC * EXPORTING mask = ',*.*,*.*.'

HR_99S_UPLOAD CALL FUNCTION 'HR_99S_UPLOAD' EXPORTING p_initial_directory = '' p_filename = lv_file_name p_filetype = gc_file_type p_fsdialog = abap_false TABLES data_tab = ct_file_content[] EXCEPTIONS upload_error = 1 OTHERS = 2.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' "#EC * EXPORTING i_selected_ee = lv_processed i_successful_ee = lv_sucess i_erroneous_ee = lv_error EXCEPTIONS program_error = 1 OTHERS = 2.

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



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