SAP Reports / Programs

RPCS97P0 SAP ABAP Report - HR-PT: Social Security Calculation







RPCS97P0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report produces a list with data for the selected employees, which can be used, after being exported to MS Excel, to easily fill the fields in the Earnings Survey or the Work Schedule Survey, depending on the choice made in the selection screen...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 RPCS97P0 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

PC00_M19_RPCS97P0 - HR-PT: Social Security Calculation


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 RPCS97P0. "Basic submit
SUBMIT RPCS97P0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCS97P0 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: ABDAYS = Unpaid absences
Selection Text: ADCVR = Additional covers
Selection Text: ANZHL = No.
Selection Text: BDATE = Date of birth
Selection Text: BETPE = Rate
Selection Text: BETRG = Amount
Selection Text: BSAMT = Basis amount (level)
Selection Text: BS_CONT = Basis & contribution
Selection Text: CTRIT = Interruption in contr.period
Selection Text: CTTYP = Contract type
Selection Text: CVTBS = Conventional basis (x index.)
Selection Text: DAYS = Days
Selection Text: ZEINH = Unit
Selection Text: SSRGM = Social Security regime
Selection Text: SSDTE = Social Security enrolment date
Selection Text: SIT = Situation
Selection Text: RGCOD = Social Security regime code
Selection Text: PSION = Pensioner?
Selection Text: LMTLO = Enforce lower basis limit
Selection Text: LMTHI = Apply upper basis limit
Selection Text: KSOLL = Planned working time
Selection Text: KDIVI = Total working time
Selection Text: ENDDA = Period end date
Selection Text: DPERC = Disability %
Title: HR-PT: Social Security Calculation
Text Symbol: E08 = Unknown processing type
Text Symbol: E09 = Rounding error
Text Symbol: ENO = No errors
Text Symbol: ERR = Unknown error!
Text Symbol: NO_ = No
Text Symbol: NUM = No.
Text Symbol: RET = Return code :
Text Symbol: RTE = Rate
Text Symbol: S00 = Social Security situation calculation
Text Symbol: SMN = x indexing
Text Symbol: T01 = Months
Text Symbol: T02 = Description
Text Symbol: T03 = Value





Text Symbol: T04 = Errors in social security basis
Text Symbol: T05 = Message text
Text Symbol: T06 = Message no.
Text Symbol: T07 = Currency
Text Symbol: T08 = Unpaid absences (in calendar days)
Text Symbol: T09 = Years
Text Symbol: T10 = Error in social security situation
Text Symbol: T11 = Error in calculation of social security days
Text Symbol: T12 = Errors in calculation of social security contribution
Text Symbol: YES = Yes
Text Symbol: E07 = Error while reading basis indexing
Text Symbol: 306 = Basis amount (level) :
Text Symbol: 305 = Basis maximum :
Text Symbol: 304 = Basis minimum :
Text Symbol: 301 = Processing type :
Text Symbol: 300 = Regime code
Text Symbol: 254 = Contract group :
Text Symbol: 253 = Contributing period : Years
Text Symbol: 252 = Disability type :
Text Symbol: 251 = Age : Years
Text Symbol: 201 = Percentage of disability : %
Text Symbol: 108 = Pensioner :
Text Symbol: 107 = Contract type :
Text Symbol: 106 = Master data regime :
Text Symbol: 105 = Interruption in contributing period : Months
Text Symbol: 104 = Social Security enrolment date :
Text Symbol: 103 = Date of birth :
Text Symbol: 102 = Period end date :
Text Symbol: 101 = Period start date :
Text Symbol: 006 = Social Security regime
Text Symbol: 005 = Calculated parameters
Text Symbol: 004 = SIB days
Text Symbol: 003 = SS situation
Text Symbol: 002 = SS basis and contribution
Text Symbol: 001 = Type of calculation
Text Symbol: E06 = Error while reading special levels - T5P2L
Text Symbol: E05 = Error while reading SS regime data - T5P2Q
Text Symbol: E04 = Error while determining SS regime - T5P2S
Text Symbol: E03 = Error while determining contract group - T5P2C





Text Symbol: E02 = Error while determining disability level - T5P3L
Text Symbol: E01 = Error while calculating employee's age
Text Symbol: DSS = Social Security days :
Text Symbol: D05 = Unpaid absences (in calendar days):
Text Symbol: D04 = Total working time (in calendar days) :
Text Symbol: D03 = Planned working time (in calendar days) :
Text Symbol: D00 = Social Security days calculation
Text Symbol: C00 = Social Security contribution calculation
Text Symbol: B00 = Social Security basis calculation
Text Symbol: AMT = Amount
Text Symbol: 332 = Enforce upper basis limit :
Text Symbol: 331 = Enforce lower basis limit :
Text Symbol: 322 = Employer contribution
Text Symbol: 321 = Employee contribution
Text Symbol: 313 = Standard employer rate : %
Text Symbol: 312 = Standard employee rate : %
Text Symbol: 311 = Basis
Text Symbol: 310 = Source
Text Symbol: 308 = None
Text Symbol: 307 = Additional coverage :


INCLUDES used within this REPORT RPCS97P0

INCLUDE RPCS97PS. " SELECTION SCREEN
INCLUDE RPCS97PF. " FORM ROUTINES


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