SAP Reports / Programs

RPIT25APP SAP ABAP Report - Integration infotype 25: Conversion of available data







RPIT25APP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Integration infotype 25: Conversion of available data This report converts the appraisal data from infotype 0025 (appraisals) in the appraisal system of Personnel Development...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 RPIT25APP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OOAI - Appraisal Transfer Persons


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 RPIT25APP. "Basic submit
SUBMIT RPIT25APP AND RETURN. "Return to original report after report execution complete
SUBMIT RPIT25APP 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: TEST = Test
Selection Text: INTBUT = Set integration switch
Selection Text: DELPA = Delete entries in PA0025
Title: Integration infotype 25: Conversion of available data
Text Symbol: 016 = ) : Data successfully copied
Text Symbol: 015 = Cancellation by user
Text Symbol: 014 = Error during implementation of integration switch
Text Symbol: 013 = Error during conversion of appraisals
Text Symbol: 012 = Error during conversion of appraisal sample
Text Symbol: 011 = Error during conversion of appraisal scale
Text Symbol: 010 = Error during conversion of appraisal forms
Text Symbol: 009 = Points
Text Symbol: 007 = Quantity scale for performance appraisal
Text Symbol: 006 = Performance assessment
Text Symbol: 005 = Conversion report already executed. Restart?
Text Symbol: 004 = No
Text Symbol: 003 = Yes
Text Symbol: 002 = Integration for infotype 25 already active. Add appraisal forms?
Text Symbol: 001 = Integration infotype 25 (Appraisals)
Text Symbol: 017 = : Appraisal form successfully created
Text Symbol: 018 = : Appraisal scale successfully created
Text Symbol: 019 = : Appraisal sample successfully created
Text Symbol: 027 = Set integration plan version
Text Symbol: 026 = Before starting the report:
Text Symbol: 025 = This report should only be run once. Start now?
Text Symbol: 024 = Errors occurred for the following personnel numbers:
Text Symbol: 023 = ) : Conversion is not possible
Text Symbol: 022 = Warning: this is only a test. No data will be converted.
Text Symbol: 021 = ) : Data successfully moved
Text Symbol: 020 = Table T513PAPD successfully updated


INCLUDES used within this REPORT RPIT25APP

INCLUDE RPIT25APPTOP.
INCLUDE RPIT25APPF01.


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