T5S0P SAP (Swedish attributes of org. structure (level pers. subarea)) Table details

Dictionary Type: Table
Description: Swedish attributes of org. structure (level pers. subarea)




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




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

T5S0P is a standard SAP Table which is used to store Swedish attributes of org. structure (level pers. subarea) data and is available within R/3 SAP systems depending on the version and release level.

The T5S0P table consists of various fields, each holding specific information or linking keys about Swedish attributes of org. structure (level pers. subarea) data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), ENDDA (End Date), BEGDA (Start 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 T5S0P 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
WERKSPersonnel Area PERSACHAR4T001PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4Assigned to domainBTRTL
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ORGNOOrganization number P23_ORGNONUMC10P23_ORGNO
LANKDRegion Key P23_LANKDCHAR2P23_LANKD
KOMKDMunicipality key P23_KOMKDCHAR2P23_KOMKD
SCBWPSCB work place number P23_SCBWPCHAR5P23_SCBWP
TABKDTax Table Number P23_TABKDNUMC3T5S3AP23_TABKD
TAKKDTax column P23_TAKKDNUMC1T5S3BP23_TAKKD
CFARNCFAR number P23_CFARNCHAR9P23_CFARN
SPPIDUser-id for ALECTA P23_SPPIDCHAR6P23_SPPID
SPPNOSPP number P23_SPPNOCHAR6P23_SPPNO
SPPDICost Center P23_SPPDICHAR3P23_SPPDI
SPPCOALECTA code P23_SPPCOCHAR1P23_SPPCO
SAFNOSN number (Svenskt Näringsliv) P23_SAFNOCHAR7P23_SAFNO
SAFWPSN work place number P23_SAFWPCHAR3P23_SAFWP
SAFUNUnion SN P23_SAFUNCHAR2P23_SAFUN
METNRUnion department P23_METNRCHAR4CHAR04
METPCUnion due percentage P23_PROZSDEC5(2) P23_PROZS
SIFNRSIF number P23_SIFNRNUMC10NUM10
AAREAAgreement area ('Avtalsområde') P23_AAREACHAR3P23_AAREA
BUSINNot used P23_BUSINCHAR1P23_BUSIN
AMFNRAMF number P23_AMFNRCHAR7P23_AMFNR
CORECCorporate reduction of employers contribution indicator P23_CORECCHAR1P23_COREC
REGECRegional reduction of employers contribution indicator P23_REGECCHAR1P23_REGEC
CPISCompulsory pension insurance status P23_CPISCHAR1T5SPAP23_CPIS
SPPRIService Sector Company P23_SPPRICHAR1XFELD
IDAL1ALECTA department 1 Pension Plan Identifier P23_IDAL1CHAR10
IDAL2ALECTA department 2 Pension Plan Identifier P23_IDAL2CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5S0P
INTO CORRESPONDING FIELDS OF WA_T5S0P
WHERE...

How to access SAP table T5S0P

Within an ECC or HANA version of SAP you can also view further information about T5S0P 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!