SAP Reports / Programs

RPU51000_OLD SAP ABAP Report - Simple Standard Pay Increase for Indirectly Valuated Wage Types







RPU51000_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to perform 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 RPU51000_OLD 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 RPU51000_OLD. "Basic submit
SUBMIT RPU51000_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPU51000_OLD 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 rate of 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 = Pay Scale Type
Selection Text: TRF-GEB = Pay Scale Area
Selection Text: TRF-KZ = EESGGrpg for Coll. Agmt Prov.
Selection Text: TRFART = Pay Scale Type
Selection Text: TRFGEB = 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 Standard Pay Increase for Indirectly Valuated Wage Types
Text Symbol: P06 = Rnd up/down
Text Symbol: P07 = Round Up
Text Symbol: P08 = Minimum amount (currency)
Text Symbol: P09 = Maximum amount (currency)
Text Symbol: PRZ = %
Text Symbol: S01 = Data was saved
Text Symbol: S02 = Data was already saved
Text Symbol: SS1 = Pay scale data
Text Symbol: SS2 = Increase
Text Symbol: SS3 = Roundng
Text Symbol: ST1 = PaySca
Text Symbol: ST2 = Level
Text Symbol: TA1 = PScle
Text Symbol: TA2 = Type
Text Symbol: TG1 = PayScal
Text Symbol: TG2 = Area
Text Symbol: TT1 = Country
Text Symbol: TT2 = Pay Scale Type
Text Symbol: TT3 = Pay Scale Area
Text Symbol: TT4 = EESGGrpgCollAgmtProv
Text Symbol: 001 = Pay scales before change
Text Symbol: 002 = Pct. increase





Text Symbol: 003 = Base amount
Text Symbol: 004 = Pay scales after change
Text Symbol: 005 = From:
Text Symbol: 006 = Pay scale changes
Text Symbol: 007 = After change, IMG entries are as follows:
Text Symbol: 008 = Error when defining currency
Text Symbol: 009 = Error when converting currency
Text Symbol: 010 = Insert a rounding type
Text Symbol: 011 = The maximum amount is less than the minimum amount
Text Symbol: BD1 = Start Date
Text Symbol: BT1 = Amount
Text Symbol: E56 = Correction request unsuccessful
Text Symbol: E57 = No table changes performed
Text Symbol: E58 = Switched to test run
Text Symbol: ED1 = End Date
Text Symbol: GM1 = EESGG
Text Symbol: GM2 = CAgrPr
Text Symbol: GR1 = PaySca
Text Symbol: GR2 = group
Text Symbol: H01 = View old pay scales
Text Symbol: H02 = View 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: M01 = Minimum Amount
Text Symbol: M02 = Maximum amount
Text Symbol: P01 = Percentage Rate
Text Symbol: P02 = Basic amount (currency)
Text Symbol: P03 = Rounding amount (currency)
Text Symbol: P04 = Rounding Type
Text Symbol: P05 = Round Down


INCLUDES used within this REPORT RPU51000_OLD

INCLUDE RPU51000_COMMENT_OLD.
INCLUDE RPU51000_DATA_OLD.
INCLUDE RPU51000_FORM_OLD.


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