SAP Reports / Programs

RPUT510BPBS SAP ABAP Report - SAP-HR Belgian Public Sector : Generation of Pay Scales (T510)







RPUT510BPBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to change the content of table T510 (Pay scale groups) on basis of data extracted from tables T5BPBS01 (Description of pay scale rules) and T5BPBS02 (Description of pay scale rule Jumps)...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 RPUT510BPBS 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

HRPBSBE_PAYSC - Generate Pay Scales


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 RPUT510BPBS. "Basic submit
SUBMIT RPUT510BPBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPUT510BPBS 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: S_TRFKZ = ESG for CAP
Selection Text: S_TRFGB = Pay Scale Area
Selection Text: S_TRFAR = Pay Scale Type
Selection Text: S_MOLGA = Country Grouping
Selection Text: S_DATE = Reference Date
Selection Text: S_AGEMIN = Minimum Age
Selection Text: S_AGEMAX = Maximum Age (Retirement Age)
Selection Text: SR_TRFGR = Pay Scale Group
Selection Text: P_TEST = Test run (no update)
Selection Text: FULL_TRA = Full tracing
Title: SAP-HR Belgian Public Sector : Generation of Pay Scales (T510)
Text Symbol: T12 = Index Basis
Text Symbol: T11 = Start Date
Text Symbol: T10 = End Date
Text Symbol: T08 = Amount_____
Text Symbol: T07 = Min Salary
Text Symbol: T06 = Jump Amt
Text Symbol: T05 = Old Pay scale
Text Symbol: T04 = New Pay scale
Text Symbol: T03 = Jumps
Text Symbol: T02 = Options
Text Symbol: T01 = Parameters
Text Symbol: S13 = Real execution
Text Symbol: S12 = Full tracing
Text Symbol: S11 = Test
Text Symbol: S07 = Pay Scale Group
Text Symbol: S06 = Transport Request
Text Symbol: S05 = Reference Date
Text Symbol: S04 = ESG for CAP
Text Symbol: S03 = Pay Scale Area
Text Symbol: S02 = Pay Scale Type
Text Symbol: S01 = Country Grouping
Text Symbol: PB2 = Real execution
Text Symbol: PB1 = Simulation
Text Symbol: M06 = Node could not be created
Text Symbol: M03 = Node for pernr could not be created
Text Symbol: M02 = Detailed line could not be created
Text Symbol: M01 = No change of fieldcatalog





Text Symbol: E58 = Switched to test run
Text Symbol: E57 = No table changes performed
Text Symbol: E56 = Correction request unsuccessful
Text Symbol: E01 = This program cannot run in background


INCLUDES used within this REPORT RPUT510BPBS

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