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

RPU510N0 SAP ABAP Report - Simple Pay Scale Increase for Wage Types Determined Indirectly







RPU510N0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to implement pay scale changes...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 RPU510N0 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 RPU510N0. "Basic submit
SUBMIT RPU510N0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU510N0 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: MHRPROZ = Percentage Increase
Selection Text: MOLGA = Country Grouping
Selection Text: NEU-AB = Valid From Date
Selection Text: RUDIV = Rounding Divisor
Selection Text: RUTYP = Rounding Type
Selection Text: SCKEL = Base Amount Increase
Selection Text: TRF-ART = CAO (Pay Scale) Type
Selection Text: TRF-GEB = CAO (Pay Scale) Area
Selection Text: TRF-KZ = EESGGrpg for Coll. Agmt Prov.
Selection Text: TRFART = CAO (Pay Scale) Type
Selection Text: TRFGEB = CAO (Pay Scale) Area
Selection Text: TRFGR = Pay Scale Group
Selection Text: TRFKZ = EESGGrpg for Coll. Agmt Prov.
Selection Text: TRFST = Pay Scale Level
Selection Text: WGTYP = Wage Type
Title: Simple Pay Scale Increase for Wage Types Determined Indirectly
Text Symbol: 009 = Error when converting currency
Text Symbol: 008 = Error when defining currency
Text Symbol: 007 = After change, pay scales are as follows:
Text Symbol: 006 = Pay Scale Changes
Text Symbol: 005 = From:
Text Symbol: 004 = Pay scales after change
Text Symbol: 003 = Base Amount
Text Symbol: 002 = Pct. Increase
Text Symbol: 001 = Pay Scales Before Change
Text Symbol: GM2 = PSReg
Text Symbol: GR1 = PaySca
Text Symbol: GR2 = Group
Text Symbol: H01 = View of Old Pay Scales
Text Symbol: H02 = View of New Pay Scales
Text Symbol: H03 = Overall View
Text Symbol: HT1 = Old Pay Scales
Text Symbol: HT2 = New Pay Scales
Text Symbol: LA1 = Wage
Text Symbol: LA2 = Type
Text Symbol: LD1 = Ctry
Text Symbol: P01 = Percentage
Text Symbol: P02 = Amount





Text Symbol: P03 = Rounding Amount (Currncy)
Text Symbol: P04 = Rounding Type
Text Symbol: P06 = Rnd Up/Down
Text Symbol: P05 = Round Down
Text Symbol: TT3 = CAO (Pay Scale) Area
Text Symbol: TT2 = CAO (Pay Scale) Type
Text Symbol: TT1 = Country
Text Symbol: TG2 = Area
Text Symbol: TG1 = PaySca
Text Symbol: TA2 = Type
Text Symbol: TA1 = Scale
Text Symbol: ST2 = Level
Text Symbol: ST1 = PaySca
Text Symbol: SS3 = Roundng
Text Symbol: SS2 = Increase
Text Symbol: SS1 = Pay Scale Display
Text Symbol: S02 = Data was already saved
Text Symbol: S01 = Data saved
Text Symbol: PRZ = %
Text Symbol: P08 = Max. Increase
Text Symbol: P07 = Round Up
Text Symbol: TT4 = EESGGrpgCollAgmtProv
Text Symbol: GM1 = EESGG
Text Symbol: ED1 = End Date
Text Symbol: E58 = Switched to test run
Text Symbol: E57 = No table changes performed
Text Symbol: E56 = Correction request unsuccessful
Text Symbol: BT1 = Amount
Text Symbol: BD1 = Start Date
Text Symbol: 010 = Insert a rounding type


INCLUDES used within this REPORT RPU510N0

INCLUDE RPU51DN0. "DATENTEIL
INCLUDE RPU51FN0. "FORM-ROUTINEN


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