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

RPSTRF00 SAP ABAP Report - Assignment to Wage Level







RPSTRF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of pay scale classifications of employees...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 RPSTRF00 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 RPSTRF00. "Basic submit
SUBMIT RPSTRF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSTRF00 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: T-STUFE = D Pay scale level
Selection Text: T-GRUPPE = Pay scale group
Selection Text: T-GEBIET = D Pay scale area
Selection Text: T-ART = D Pay scale type
Selection Text: NUR-NEU = New entries in time interval
Selection Text: NATION = D Nationality
Selection Text: MOLGA = D Country grouping
Title: Assignment to Wage Level
Text Symbol: STT = Key date $1
Text Symbol: S13 = Only female
Text Symbol: S12 = Only male
Text Symbol: S11 = Both genders
Text Symbol: GSL = Gender
Text Symbol: 703 = Basic pay
Text Symbol: 702 = Personal data
Text Symbol: 701 = Org. assignment
Text Symbol: 036 = Pay scale
Text Symbol: 034 = PS area
Text Symbol: 032 = PS type:
Text Symbol: 031 = PS area:
Text Symbol: 030 = years
Text Symbol: 022 = employee(s)
Text Symbol: 021 = includes
Text Symbol: 020 = The evaluation
Text Symbol: 019 = %
Text Symbol: 018 = Number
Text Symbol: 017 = Associated
Text Symbol: 016 = All
Text Symbol: 015 = Female
Text Symbol: 014 = Male
Text Symbol: 013 = Level
Text Symbol: 012 = Group
Text Symbol: 011 = Type
Text Symbol: 010 = Area
Text Symbol: 009 = Pay scale
Text Symbol: 002 = Summary of all pay scale areas
Text Symbol: 001 = Summary of pay scale types per pay scale area


INCLUDES used within this REPORT RPSTRF00

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:

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = '70' MSGTY = 'E' MSGNO = 102 MSGV1 = 'Org. Zuordnung'(701)

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = '70' MSGTY = 'E' MSGNO = 102 MSGV1 = 'Daten zur Person'(702) MSGV2 = '(0002)'.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = '70' MSGTY = 'E' MSGNO = 102 MSGV1 = 'Basisbezüge'(703) MSGV2 = '(0008)'.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = PN-BEGDA END = PN-ENDDA IMPORTING HIRE_DATE = HIREDATE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 "input PP0001 = P0001 "input PPHIFI = PHIFI.

COMPUTE_YEARS_BETWEEN_DATES * CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' "QFXK64818 * EXPORTING "QFXK64818 * FIRST_DATE = P0008-BEGDA "QFXK64818 * SECOND_DATE = KEYDATE "QFXK64818 * MODIFY_INTERVAL = ' ' "QFXK64818 * IMPORTING "QFXK64818 * YEARS_BETWEEN_DATES = DAUER. "QFXK64818

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING PERNR = PERNR-PERNR ARBGB = '70' MSGTY = 'E' MSGNO = 103 MSGV1 = T001P.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = SPACE.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = SPACE NO_PRINT = 'X'.



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