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

RPIBRT01 SAP ABAP Report - Group Value for Appraisal Evaluation







RPIBRT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report evaluates the data records of the Appraisal infotype (0025) for each selected employee and determines the group-specific financial value per point value...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 RPIBRT01 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 RPIBRT01. "Basic submit
SUBMIT RPIBRT01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIBRT01 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: ZEITR2 = End of appraisal period
Selection Text: ZEITR1 = Start of appraisal period
Selection Text: USNAM = Batch input user ID
Selection Text: UPDSUBTY = Subtype Basic Pay
Selection Text: TEILZEIT = Take accnt of part-time work?
Selection Text: RUNDUNG = Round to full amount?
Selection Text: PROTOK = Log Y/N
Selection Text: LGZAP = Overwrite wage type?
Selection Text: IRRWATZ = IRWAZ compensation wage types?
Selection Text: HOLDDATE = Put session on hold until
Selection Text: GRUPPE = Evaluate ind. groups only?
Selection Text: GROUP = Batch input session name
Selection Text: BPDYNPRO = Screen for basic pay
Selection Text: BEW-LGA = Wage type for evaluation
Selection Text: BEW-KONS = Evaluation constant
Selection Text: B-INPUT = Output BTCI (J) Spool(S) Test(
Title: Group Value for Appraisal Evaluation
Text Symbol: FT2 = Calculate financial value
Text Symbol: 058 = - No entry in table T513H
Text Symbol: 025 = - No entry in table T510
Text Symbol: 024 = - No entry in table T510B
Text Symbol: 023 = - No entry in table T503
Text Symbol: 022 = - No entry in Table T001P
Text Symbol: 021 = Appraisal record has no group number - REJECTED
Text Symbol: 020 = Invalid group in appraisal record - REJECTED!
Text Symbol: 010 = Rejected records with personnel no./start date/reason for rejection
Text Symbol: 001 = Pers.no.
004 grp. grp. no.
003 PSA ESG Group From To No.EEs No. points Value/Point
002 --------------------------------------------------------------------------------------------
001 Table T513G - Current Status


INCLUDES used within this REPORT RPIBRT01

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:

No SAP FUNCTION MODULES are executed within this report code!



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