SAP Reports / Programs

RPURET00 SAP ABAP Report - Set retroactive accounting for changes in pay scale table (T510)







RPURET00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report program RPURET00 sets a retroactive accounting trigger for the next payroll run of certain employees...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 RPURET00 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 RPURET00. "Basic submit
SUBMIT RPURET00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPURET00 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: TARRFST = D Pay scale level
Selection Text: TARRFKZ = D ESG for CAP
Selection Text: TARRFGR = D Pay scale group
Selection Text: TARRFGB = D Pay scale area
Selection Text: TARRFAR = D Pay scale type
Selection Text: TARMOLG = D Country grouping
Selection Text: TARDATE = D Valid from
Selection Text: PROTOCOL = Detailed log
Selection Text: PASSWORD = Password
Title: Set retroactive accounting for changes in pay scale table (T510)
Text Symbol: TST = Test run: No update
Text Symbol: RRB = Recalculate to
Text Symbol: PER = PersNo
Text Symbol: N51 = This pay scale is not in table T510
Text Symbol: E11 = Earliest pers. RA before date
Text Symbol: E02 = No entry in T001P
Text Symbol: E01 = No entry in T503
Text Symbol: 100 = Other data
Text Symbol: 004 = Number of persons rejected
Text Symbol: 002 = Number of persons updated:
Text Symbol: 001 = Number of persons read:


INCLUDES used within this REPORT RPURET00

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:

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = 'PG' MSGTY = 'W' MSGNO = 302 MSGV1 = 'T001P' MSGV2 = P_WERKS MSGV3 = P_BTRTL.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = 'PG' MSGTY = 'W' MSGNO = 302 MSGV1 = 'T503' MSGV2 = P_PERSG MSGV3 = P_PERSK.



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