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

RPAR1R00 SAP ABAP Report - PA: Archiving - Reload Program for Payroll Results (PA CALC)







RPAR1R00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report program RPAR1R00 has not been released...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 RPAR1R00 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 RPAR1R00. "Basic submit
SUBMIT RPAR1R00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPAR1R00 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: RESET_P = Reload pers. retro acctg date
Selection Text: PROTOCOL = Detail log
Selection Text: M_PERNR = Personnel number
Title: PA: Archiving - Reload Program for Payroll Results (PA CALC)
Text Symbol: XZ8 = No pers. retro acctg date in archive
Text Symbol: XZ7 = No pers. retro acctg date in archive
Text Symbol: XY4 = Personnel number
Text Symbol: XY3 = Current value
Text Symbol: XY2 = Set by archive to
Text Symbol: XY1 = Old value in archive
Text Symbol: XX9 = Pers. retro acctg date changed since archiving run
Text Symbol: XX8 = Import although no IT0283 record exists
Text Symbol: XX5 = Set pers. RA date: from -> to
Text Symbol: XX2 = Old pers. RA date >= current RA date
Text Symbol: SE2 = Test options
Text Symbol: SE1 = Selection
Text Symbol: RPU = Error while starting report RPUDIRx0
Text Symbol: REL = Reloaded
Text Symbol: PRD = Error in pers. retro acctg date
Text Symbol: NUM = Number of new archive
Text Symbol: NOM = Ctry grpg not in archive header
Text Symbol: NEW = In new archive
Text Symbol: MOL = Ctry grpg in this archive is
Text Symbol: IAR = In archive:
Text Symbol: EXT = Program terminated
Text Symbol: ER1 = Error: Key already exists
Text Symbol: E40 = There is an archive with newer data, e.g.
Text Symbol: E39 = Error while reading key in cluster CA
Text Symbol: E38 = Data will be stored in new archive - no reload for
Text Symbol: E37 = Error in module: Read cluster CA
Text Symbol: E13 = for PerNo.
Text Symbol: E12 = could not be reloaded
Text Symbol: E11 = Error: Record with key already in database
Text Symbol: CUE = Error while deleting in cluster CU for
Text Symbol: CAE = Error while deleting in cluster CA for
Text Symbol: 301 = Set pers. RA date: from -> to
Text Symbol: 017 = New archive not created; all data reloaded





INCLUDES used within this REPORT RPAR1R00

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_CALC_TESTMODE * CALL FUNCTION 'PA_CALC_TESTMODE' * EXPORTING * TESTMODE_ON_OFF = PROTOCOL.

PA_CALC_INFO_GET * CALL FUNCTION 'PA_CALC_INFO_GET' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * IMPORTING * MOLGA_OUT = G_MOLGA * EXCEPTIONS * NO_INFO_FOUND = 1.

ARCHIVE_GET_NEXT_OBJECT * CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' * EXPORTING * ARCHIVE_HANDLE = READ_HANDLE * IMPORTING * OBJECT_ID = L_OBJECT_ID-PERNR * 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_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_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_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 RPAR1R00 or its description.