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

RPUT588B SAP ABAP Report - New Sort for PA20 and PA30 Menus







RPUT588B is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To simplify display and maintenance of HR master data, the layout of the following initial screens in Personnel Administration was changed in release 4...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 RPUT588B 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 RPUT588B. "Basic submit
SUBMIT RPUT588B AND RETURN. "Return to original report after report execution complete
SUBMIT RPUT588B 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: VORWAERT = One column -> Two columns
Selection Text: USERG = User group
Selection Text: TEST = Test run
Selection Text: RUECKWAE = Two columns -> One column
Selection Text: MENUE = Menu
Title: New Sort for PA20 and PA30 Menus
Text Symbol: VOR = Undo new sort
Text Symbol: URG = User group:
Text Symbol: T03 = ) were changed
Text Symbol: T02 = (of
Text Symbol: T01 = entries
Text Symbol: SRT = Sort
Text Symbol: S09 = Start deleting entries
Text Symbol: RUE = Old sort -> new sort
Text Symbol: RIN = Records created:
Text Symbol: RDE = Records deleted:
Text Symbol: NME = No suitable text for menu
Text Symbol: NIF = No text for IT
Text Symbol: MEN = Menu
Text Symbol: ERR = Error!
Text Symbol: ERN = Not all records deleted
Text Symbol: ERI = INSERT unsuccessful
Text Symbol: ER2 = selection criteria
Text Symbol: ER1 = No menu entry found for specified
Text Symbol: BCH = Before change
Text Symbol: ACH = After change
Text Symbol: 004 = Test
Text Symbol: 003 = Display only result for test run
Text Symbol: 002 = Choose menu
Text Symbol: 001 = Sort sequence
003 ---------------------------------------------------------------------
002 After change (new) Before change (old)
001 ---------------------------------------------------------------------


INCLUDES used within this REPORT RPUT588B

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