SAP Reports / Programs | Payroll | Singapore | Public Sector(PY-SG-PS) SAP PY

RPCGNPR0 SAP ABAP Report - Salary Revision through GNP







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


Transaction Code(s):

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

PC00_M25_PBS_GNP - Transaction code for GNP


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 RPCGNPR0. "Basic submit
SUBMIT RPCGNPR0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCGNPR0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 027 = Hire Date
Text Symbol: 028 = Details of Salary Revision after GNP
Text Symbol: 029 = Batch Mode is created with Queue name
Text Symbol: 030 = The New BEGDA for Infotype 8 records
Text Symbol: 031 = for
Text Symbol: 032 = WARNING :
Text Symbol: 033 = Overview of the Results :
Text Symbol: 034 = Old Salary Points


INCLUDES used within this REPORT RPCGNPR0

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