SAP Reports / Programs

RPSPSTD0 SAP ABAP Report - Personnel Statistics







RPSPSTD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The personnel statistics are created according to the law on Statistics of the Public Finances and the Personnel in the Public Sector (FPStatG – German Law on Finance and Personnel Statistics) as of December 21, 1992 (BGBI...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 RPSPSTD0 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 RPSPSTD0. "Basic submit
SUBMIT RPSPSTD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSPSTD0 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: ZK23 = Counting Classes for Sick Pay
Selection Text: LISTE = Print processing log
Selection Text: DOXXZ = Grouping of personnel areas
Selection Text: DOST_03 = Assignment of Stats Exceptions
Selection Text: DATEI = Output to data carrier
Selection Text: ALTBLAND = Override state determination
Selection Text: AFGBT = ABM contract type
Title: Personnel Statistics
Text Symbol: E08 = w/ fixed-term contr.
Text Symbol: E09 = Total
Text Symbol: E10 = Foll.: in training
Text Symbol: E11 = w/ fixed-term contr.
Text Symbol: E12 = Part-Time Employees
Text Symbol: TS0 = External Assignment of Object No. for TemSe Objects
Text Symbol: TS1 = ObjectNo.
Text Symbol: TS2 = Name of work file
Text Symbol: TS3 = for employment statistics
Text Symbol: X01 = General program control
Text Symbol: X02 = Output options
Text Symbol: X10 = Output as TemSe object
Text Symbol: X20 = Fill Seq. No. w/ Personnel No.
Text Symbol: X30 = Print processing log
Text Symbol: X41 = Type of Personnel Statistics
Text Symbol: X50 = Output Control Batch
Text Symbol: X51 = Processed personnel cases
Text Symbol: X52 = Not belonging to actl dataset
Text Symbol: X53 = Error list
Text Symbol: X54 = List
Text Symbol: X55 = Survey Checkbox
Text Symbol: E07 = Foll.: in training
Text Symbol: 100 = Mo.SP
Text Symbol: 101 = TmeSht
Text Symbol: 102 = List of personnel cases processed
Text Symbol: 103 = List of personnel cases not processed
Text Symbol: 104 = List of personnel cases not belonging to act. dataset
Text Symbol: 105 = Key date:
Text Symbol: 108 = Personnel cases selected:
Text Symbol: 109 = Personnel cases processed:





Text Symbol: 110 = Personnel cases rejected :
Text Symbol: 125 = Part-Time Employees with Concurrent Employment
Text Symbol: 126 = Temporary employees do not belong to actual dataset
Text Symbol: 127 = Non-Military Service Is Not Part of Actual Dataset
Text Symbol: 128 = Acc. to log P0271 is not an act. dataset
Text Symbol: 129 = Personnel statistics
Text Symbol: 130 = PS Employees in Early Retiremt Are Not Part of Act. Dataset
Text Symbol: 131 = Employees with Inactive Employment Relationship
Text Symbol: 132 = Survey Checkbox
Text Symbol: 133 = No personnel cases selected
Text Symbol: 134 = Subapplication
Text Symbol: 135 = Not Available
Text Symbol: 136 = - PSST -
Text Symbol: 137 = - VdR -
Text Symbol: 138 = -ESIF-
Text Symbol: 139 = -RESEARCH-
Text Symbol: 140 = Federal Voluntary Service Is Not Part of Actual Dataset
Text Symbol: E03 = Sal.Employ.
Text Symbol: E04 = Foll.: in training
Text Symbol: E05 = w/ fixed-term contr.
Text Symbol: E06 = Worker


INCLUDES used within this REPORT RPSPSTD0

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