RPCGNPR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Salary Revision exerrcise through Golden Number Principle(GNP)...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 RPCGNPR0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M25_PBS_GNP - Transaction code for GNP
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.
Title: Salary Revision through GNP
Text Symbol: 035 = New Salary Points
Text Symbol: 036 = Batch Mode Results :
Text Symbol: 037 = New and Old ESG are different for the following salary points
Text Symbol: 038 = PysclType
Text Symbol: 039 = PysclArea
Text Symbol: 040 = ESG
Text Symbol: 041 = PysclGrp
Text Symbol: 042 = PysclLvl
Text Symbol: BDA = Begin Date
Text Symbol: ENM = Employee Name
Text Symbol: INR = New Increment date
Text Symbol: NEG = New ESG for CAP
Text Symbol: NPA = New Payscale Area
Text Symbol: NPG = New Payscale Group
Text Symbol: NPL = New Payscale Level
Text Symbol: NPT = New Payscale Type
Text Symbol: OEG = Old ESG for CAP
Text Symbol: OPA = Old Payscale Area
Text Symbol: OPG = Old Payscale Group
Text Symbol: OPL = Old Payscale Level
Text Symbol: OPT = Old Payscale Type
Text Symbol: PER = Personnel No.
Text Symbol: 001 = Applicability Code
Text Symbol: 002 = Generation Type
Text Symbol: 003 = Next Increment Date not maintained in
Text Symbol: 004 = ESG for CAP not maintained in
Text Symbol: 005 = Salary point not defined in Conversion table
Text Symbol: 006 = Golden Number not maintained in
Text Symbol: 007 = Increment Month and date not maintained in
Text Symbol: 008 = GNP Effective date not maintained in
Text Symbol: 020 = Selected Personnel Numbers
Text Symbol: 021 = Number of Personnel Numbers with GNP Successfully applied
Text Symbol: 022 = for GNP Code
Text Symbol: 023 = GNP Effective date is less than
Text Symbol: 024 = No Entry in table
Text Symbol: 025 = Only one point in Old salary scale is bracketed
Text Symbol: 026 = to one point in the new salary scale in conversion table
No INCLUDES are used within this REPORT code!
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.