SAP Reports / Programs

RPSPKR00 SAP ABAP Report - Employee structure







RPSPKR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates a list which displays employee's membership to employee groups and employee subgroups...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 RPSPKR00 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 RPSPKR00. "Basic submit
SUBMIT RPSPKR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSPKR00 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 = D Pay scale group
Selection Text: T-GEBIET = D Pay scale area
Selection Text: T-ART = D Pay scale type
Selection Text: NATION = D Nationality
Title: Employee structure
Text Symbol: STT = Key date $1
Text Symbol: S13 = Only female
Text Symbol: S12 = Only male
Text Symbol: S11 = Both genders
Text Symbol: MAL = Gender
Text Symbol: E12 = Basic Pay (0008)
Text Symbol: E11 = Personal Data (0002)
Text Symbol: E10 = Organizational Assignment (0001)
Text Symbol: 024 = Incorrect personnel numbers:
Text Symbol: 022 = employee(s)
Text Symbol: 021 = includes
Text Symbol: 020 = The evaluation
Text Symbol: 013 = Employee grp
Text Symbol: 012 = Employee grp :
Text Symbol: 011 = Age
Text Symbol: 010 = Senrty
Text Symbol: 009 = %
Text Symbol: 008 = Number
Text Symbol: 007 = Total
Text Symbol: 006 = Female
Text Symbol: 005 = Male
Text Symbol: 004 = ES
Text Symbol: 003 = EG
Text Symbol: 001 = Summary of all employee groups


INCLUDES used within this REPORT RPSPKR00

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:

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

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' "QFXK60532 EXPORTING FIRST_DATE = HIREDATE SECOND_DATE = KEYDATE MODIFY_INTERVAL = ' ' IMPORTING * years_between_dates = da. "XFYAHRK028385

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' "QFXK60532 EXPORTING FIRST_DATE = P0002-GBDAT SECOND_DATE = KEYDATE MODIFY_INTERVAL = ' ' IMPORTING * years_between_dates = la. "XFYAHRK028385

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = 'X' NO_PRINT = ' ' * NO_IMG = ' ' LINESIZE = 68 TABLES ERROR = HRERROR.



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