SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPICARI0 SAP ABAP Report - File loading for Batch Input







RPICARI0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a sequential file (local file) on the presentation server...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPICARI0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M15_RPICARI0 - File loading for Batch Input


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 RPICARI0. "Basic submit
SUBMIT RPICARI0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPICARI0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: HOSTFILE = Converted file
Selection Text: LOCLFILE = Local file
Title: File loading for Batch Input
Text Symbol: I01 = Attention: error opening the file
Text Symbol: I02 = was successfully transferred
Text Symbol: I03 = The file
Text Symbol: I04 = Attention: error during file UPLOAD
001 PersNo.


INCLUDES used within this REPORT RPICARI0

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = gc_logical_file including_dir = 'X' IMPORTING file_name = hostfile EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2 .

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_file CHANGING physical_filename = hostfile EXCEPTIONS OTHERS = 1.

HR_99S_UPLOAD CALL FUNCTION 'HR_99S_UPLOAD' EXPORTING p_initial_directory = '' p_filename = local_file * DEFAULT_EXTENSION = * P_FILETYPE_NO_SHOW = ' ' p_filetype = 'ASC' p_fsdialog = '' * IMPORTING * P_FILELENGTH = TABLES data_tab = tab EXCEPTIONS upload_error = 1 OTHERS = 2 .

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_logical_file CHANGING physical_filename = lv_fisname EXCEPTIONS OTHERS = 1.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' EXPORTING p_struct1 = satz IMPORTING p_struct2 = s_str_satz.



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