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

RPARFI00 SAP ABAP dialog Program - PA: Archiving - Global Routines for PA Archiving Programs







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


Text pool values


Title: PA: Archiving - Global Routines for PA Archiving Programs
Text Symbol: E98 = Other
Text Symbol: E97 = Fatal
Text Symbol: E71 = Archive cannot be converted
Text Symbol: E70 = Start release too high for conversion
Text Symbol: E32 = Failed to read archive info
Text Symbol: E31 = Archiving group empty
Text Symbol: E30 = Error while reading T51B1/2
Text Symbol: E09 = Incorrect Archive Access
Text Symbol: E08 = End of file
Text Symbol: E07 = No authorization
Text Symbol: E06 = Wrong archive handle
Text Symbol: E05 = Failed to open archive
Text Symbol: E04 = Object Not Found
Text Symbol: E03 = Could not find file
Text Symbol: E02 = File input/output
Text Symbol: E01 = File already open
Text Symbol: E99 = Internal
Text Symbol: TRA = Calling transaction
Text Symbol: TES = Operation in test client possible
Text Symbol: REA = Convert archive
Text Symbol: RE9 = Reload archive
Text Symbol: RE3 = By
Text Symbol: RE2 = Write archive
Text Symbol: RE1 = Delete for archive
Text Symbol: NRE = Program not released
Text Symbol: NOS = Program not started by archive management transaction
Text Symbol: NOA = This was a test run. Data was not deleted
Text Symbol: M03 = Read/evaluate
Text Symbol: M02 = Change management
Text Symbol: M01 = Write/reload
Text Symbol: ERR = Errors


INCLUDES used within this REPORT RPARFI00

INCLUDE RPARDI00.


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:

ARCHIVE_PROTOCOL_INIT ** CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' ** EXPORTING ** i_detailprotocol = 'X' ** i_protocol_output = '2'.

ARCHIVE_PROTOCOL_COLLECT ** CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' ** EXPORTING ** i_msgid = sy-msgid ** i_msgno = sy-msgno ** i_msgtype = 2.

ARCHIVE_PROTOCOL_WRITE ** CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_role = l_client_role EXCEPTIONS 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 RPARFI00 or its description.