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

RPCFILN0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = $date soort = $soort pernr = $pernr IMPORTING error = error TABLES relmngtab = persreper.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = f4date soort = f4soort uvis = f4uvis IMPORTING error = f4error TABLES relmngtab = f4reltab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = f4date TABLES relmngtab = f4reltab.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $begda i_anart = $anart1 i_ankey = $ankey1 IMPORTING error = error adres = $adres.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $endda i_anart = $anart1 i_ankey = $ankey1 IMPORTING error = error adres = $adres.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $begda i_anart = $anart2 i_ankey = $ankey1 IMPORTING error = error adres = $adres.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $endda i_anart = $anart2 i_ankey = $ankey1 IMPORTING error = error adres = $adres.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $begda i_anart = $anart2 i_ankey = $ankey2 IMPORTING error = error adres = $adres.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING i_date = $endda i_anart = $anart2 i_ankey = $ankey2 IMPORTING error = error adres = $adres.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = $date soort = $soort pernr = $pernr IMPORTING error = error TABLES relmngtab = persreper * ERRORTAB = .

HR_NL_CTR_ANSNR CALL FUNCTION 'HR_NL_CTR_ANSNR' EXPORTING ansnr = $ansnr soort = $soort * UVISR = $UVISR * REPER = $REPER * INSTA = $INSTA CHANGING error = $error EXCEPTIONS inconsistency = 1 inconsistencylb = 2 invalid_char = 3 invalid_charlb = 4 .

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = $lpath operating_system = sy-opsys parameter_1 = space IMPORTING "import the entire path & filename file_name = pathname EXCEPTIONS file_not_found = 1 OTHERS = 2.

GUI_VSS_DOWNLOAD CALL FUNCTION 'GUI_VSS_DOWNLOAD' EXPORTING codepage = c_codepage_1100 filename = fullpath * IMPORTING * FILELENGTH = TABLES data_tab = data_tab EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 no_authority = 4 unknown_error = 5 dp_error_create = 6 dp_error_send = 7 dp_error_write = 8 unknown_dp_error = 9 access_denied = 10 dp_out_of_memory = 11 disk_full = 12 dp_timeout = 13 dataprovider_exception = 14 control_flush_error = 15 OTHERS = 16 .

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = c_bin_filesize filename = fullpath filetype = 'BIN' append = 'X' * IMPORTING * FILELENGTH = TABLES data_tab = eof_tab EXCEPTIONS OTHERS = 1 .

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = f4date soort = f4soort uvis = f4uvis IMPORTING error = f4error TABLES relmngtab = f4reltab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = f4date TABLES relmngtab = f4reltab.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'REPER' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = p_dyfldname window_title = text-ref value_org = 'S' display = l_display TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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