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

RPAR2R00 SAP ABAP Report - PA: Archiving - Reload Program for Travel Expenses (PA TRAVEL)







RPAR2R00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPAR2R00 must be started from archive management (transaction SARA)...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 RPAR2R00 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 RPAR2R00. "Basic submit
SUBMIT RPAR2R00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAR2R00 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: TESTRUN = Test run
Selection Text: PROTOCOL = Detail log
Selection Text: M_PERNR = Personnel number
Title: PA: Archiving - Reload Program for Travel Expenses (PA TRAVEL)
Text Symbol: SE2 = Test options
Text Symbol: SE1 = Selection
Text Symbol: REL = Reloaded
Text Symbol: NUM = Number of new archive
Text Symbol: NEW = In new archive
Text Symbol: EXT = Program terminated
Text Symbol: ER1 = No. of pers.nos. with same key
Text Symbol: E12 = could not be reloaded
Text Symbol: E11 = Error: Record with key already in the database


INCLUDES used within this REPORT RPAR2R00

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:

ARCHIVE_GET_NEXT_OBJECT * CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * IMPORTING * OBJECT_ID = L_OBJECT_ID * EXCEPTIONS * END_OF_FILE = ERROR_END_OF_FILE * FILE_IO_ERROR = ERROR_FILE_IO_ERROR * INTERNAL_ERROR = ERROR_INTERNAL_ERROR * OPEN_ERROR = ERROR_OPEN_ERROR * WRONG_ACCESS_TO_ARCHIVE = ERROR_WRONG_ACCESS_TO_ARCHIVE.

ARCHIVE_RELOAD_OBJECT_DATA * CALL FUNCTION 'ARCHIVE_RELOAD_OBJECT_DATA' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * EXCEPTIONS * INTERNAL_ERROR = ERROR_INTERNAL_ERROR * WRONG_ACCESS_TO_ARCHIVE = ERROR_WRONG_ACCESS_TO_ARCHIVE .

ARCHIVE_SAVE_OBJECT * CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' * EXPORTING * ARCHIVE_HANDLE = WRITE_HANDLE * EXCEPTIONS * FILE_IO_ERROR = ERROR_FILE_IO_ERROR * INTERNAL_ERROR = ERROR_INTERNAL_ERROR * OPEN_ERROR = ERROR_OPEN_ERROR * TERMINATION_REQUESTED = ERROR_TERMINATION_REQUESTED * WRONG_ACCESS_TO_ARCHIVE = ERROR_WRONG_ACCESS_TO_ARCHIVE .

ARCHIVE_GET_NEXT_OBJECT * CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * IMPORTING * OBJECT_ID = L_OBJECT_ID * EXCEPTIONS * END_OF_FILE = ERROR_END_OF_FILE * FILE_IO_ERROR = ERROR_FILE_IO_ERROR * INTERNAL_ERROR = ERROR_INTERNAL_ERROR * OPEN_ERROR = ERROR_OPEN_ERROR * WRONG_ACCESS_TO_ARCHIVE = ERROR_WRONG_ACCESS_TO_ARCHIVE.

ARCHIVE_ROLLBACK_WORK * CALL FUNCTION 'ARCHIVE_ROLLBACK_WORK'.

ARCHIVE_ROLLBACK_WORK * CALL FUNCTION 'ARCHIVE_ROLLBACK_WORK'.

PA_TRAVEL_TESTMODE * CALL FUNCTION 'PA_TRAVEL_TESTMODE' * EXPORTING * TESTMODE_ON_OFF = PROTOCOL * EXCEPTIONS * OTHERS = 1.

ARCHIVE_CLOSE_FILE * CALL FUNCTION 'ARCHIVE_CLOSE_FILE' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * EXCEPTIONS * INTERNAL_ERROR = ERROR_INTERNAL_ERROR * WRONG_ACCESS_TO_ARCHIVE = ERROR_WRONG_ACCESS_TO_ARCHIVE.



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