T5PSS SAP (Wage types for social protection regime calculation) Table details

Dictionary Type: Table
Description: Wage types for social protection regime calculation




ABAP Code to SELECT data from T5PSS
Related tables to T5PSS
Access table T5PSS




Table field list including key, data, relationships and ABAP select examples

T5PSS is a standard SAP Table which is used to store Wage types for social protection regime calculation data and is available within R/3 SAP systems depending on the version and release level.

The T5PSS table consists of various fields, each holding specific information or linking keys about Wage types for social protection regime calculation data available in SAP. These include NATUR (Nature of wage type), BTYPE (Type of social protection regime), SEQNR (Sequence Number), ENDDA (End Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5PSS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
NATURNature of wage type PPT_SS_NATURCHAR2PPT_SS_NATUR
BTYPEType of social protection regime PPT_SS_BSTYPCHAR2PPT_SS_BSTYP
SEQNRSequence Number SEQNOCHAR3SEQNO
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SWTEEBasis cumulation wage type for employee PPT_SS_SOURCE_WT_EECHAR4T512WLGART
SWTERBasis cumulation wage type for employer PPT_SS_SOURCE_WT_ERCHAR4T512WLGART
BWTEECalculation base to employee PPT_SS_BASE_WT_EECHAR4T512WLGART
BWTERCalculation base to employer PPT_SS_BASE_WT_ERCHAR4T512WLGART
BTPEECalculation base with limit to employee PPT_SS_BASE_TOP_EECHAR4T512WLGART
BTPERCalculation base with limit to employer PPT_SS_BASE_TOP_ERCHAR4T512WLGART
DWTEEDeduction for employee PPT_SS_DED_WT_EECHAR4T512WLGART
DWTERDeduction for employer PPT_SS_DED_WT_ERCHAR4T512WLGART

Key field Non-key field



How do I retrieve data from SAP table T5PSS using ABAP code

The following ABAP code Example will allow you to do a basic selection on T5PSS to SELECT all data from the table
DATA: WA_T5PSS TYPE T5PSS.

SELECT SINGLE *
FROM T5PSS
INTO CORRESPONDING FIELDS OF WA_T5PSS
WHERE...

How to access SAP table T5PSS

Within an ECC or HANA version of SAP you can also view further information about T5PSS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!