SAP Reports / Programs

RPUTRBK0 SAP ABAP Report - Transfer old payroll results: Update Payroll Status (Infotype 0003)







RPUTRBK0 is a standard Executable ABAP Report 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 RPUTRBK0 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 RPUTRBK0. "Basic submit
SUBMIT RPUTRBK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTRBK0 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: D_BDERR =
Selection Text: D_KOABR =
Selection Text: D_KOBDE =
Selection Text: D_PKGAB =
Selection Text: D_PRDAT =
Selection Text: D_PRTEV =
Selection Text: D_RCBON =
Selection Text: D_RRDAF =
Selection Text: D_RRDAT =
Selection Text: P_ABRDT =
Selection Text: P_ABRSP =
Selection Text: P_ABWD1 =
Selection Text: P_ABWD2 =
Selection Text: P_ADRUN =
Selection Text: P_BDERR =
Selection Text: P_KOABR =
Selection Text: P_KOBDE =
Selection Text: P_PKGAB =
Selection Text: P_PRDAT =
Selection Text: P_PRTEV =
Selection Text: P_RCBON =
Selection Text: P_RRDAF =
Selection Text: P_RRDAT =
Selection Text: P_TEST = Test run (no update)
Selection Text: D_ADRUN =
Selection Text: D_ABWD2 =
Selection Text: D_ABWD1 =
Selection Text: D_ABRSP =
Selection Text: D_ABRDT =
Title: Transfer old payroll results: Update Payroll Status (Infotype 0003)
Text Symbol: S03 = Nos of employees updated with error:
Text Symbol: S02 = Nos of employees updated successfully:
Text Symbol: S01 = Total number of employees processed:
Text Symbol: 001 = Payroll/retroactive accounting
Text Symbol: 002 = Earl.pers. RA data
Text Symbol: 003 = Run payroll up to
Text Symbol: 004 = Do not process after
Text Symbol: 005 = Accounted to





Text Symbol: 006 = Earliest MD change
Text Symbol: 007 = Recal.follow-up prog
Text Symbol: 008 = Mast.data chng.bonus
Text Symbol: 009 = Pers.no.locked
Text Symbol: 010 = Payroll correction
Text Symbol: 011 = Special run
Text Symbol: 018 = (Check = Yes / Uncheck = No)
Text Symbol: 020 = Time evaluation
Text Symbol: 021 = Earl.pers.rec.date
Text Symbol: L04 = not updated, insufficient authorization level
Text Symbol: L03 = Test only. No database update.
Text Symbol: L02 = Infotype 0003 is currenly locked and could not be updated
Text Symbol: L01 = There is no Payroll Status (Infotype 0003)
Text Symbol: E04 = must have same value
Text Symbol: E03 = must be updated in pair
Text Symbol: E02 = Earliest MD Change & Mast.Data Chng.Bonus
Text Symbol: E01 = Accounted To & Recal.Follow-up Prog
Text Symbol: 022 = Pers.calendar from
Text Symbol: 023 = PDC recalculation
Text Symbol: 024 = PDC error indicator
Text Symbol: 030 = Database update option


INCLUDES used within this REPORT RPUTRBK0

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_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0003' subty = '' level = 'W' EXCEPTIONS no_authorization = 1 internal_error = 2 OTHERS = 3.

HR_SET_MATCHCODE_W CALL FUNCTION 'HR_SET_MATCHCODE_W' "NMH0448731 EXPORTING "NMH0448731 IMP_PERNR = PA0003-PERNR. "NMH0448731

HR_DELETE_MATCHCODE_W CALL FUNCTION 'HR_DELETE_MATCHCODE_W' "NMH0448731 EXPORTING "NMH0448731 IMP_PERNR = PA0003-PERNR. "NMH0448731



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