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
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
Below is a list of transaction codes which are relevant to this SAP report
OOAI - Appraisal Transfer Persons
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.
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
INCLUDE RPIT25APPTOP.
INCLUDE RPIT25APPF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPIT25APP - Integration infotype 25: Conversion of available data RPIT25APP - Integration infotype 25: Conversion of available data RPISZVA0 - Batch Input for Payment on Account Using IT 0015 for Special Payments RPISZVA0 - Batch Input for Payment on Account Using IT 0015 for Special Payments RPISZIH0 - Query years in service RPISZIH0 - Query years in service