SAP Reports / Programs

RPAR3R00 SAP ABAP Report - PA: Archiving - Reload Program for Long Term Documents (PA LDOC)







RPAR3R00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPAR3R00 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 RPAR3R00 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 RPAR3R00. "Basic submit
SUBMIT RPAR3R00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAR3R00 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: PERSNR = Personnel number
Selection Text: ARCH_LB = Documents for applicant data
Selection Text: ARCH_LA = Documents for employee data
Selection Text: ARCH_ALL = Reload Complete ArchivingSess
Title: PA: Archiving - Reload Program for Long Term Documents (PA LDOC)
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 = Error: Key already exists
Text Symbol: E12 = could not be reloaded
Text Symbol: E11 = Error: Record with key already in the database


INCLUDES used within this REPORT RPAR3R00

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:

PA_LDOC_TESTMODE CALL FUNCTION 'PA_LDOC_TESTMODE' EXPORTING testmode_on_off = protocol.

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'.

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