T5E42 SAP (Contract types for Social Insurance) Table details

Dictionary Type: Table
Description: Contract types for Social Insurance




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




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

T5E42 is a standard SAP Table which is used to store Contract types for Social Insurance data and is available within R/3 SAP systems depending on the version and release level.

The T5E42 table consists of various fields, each holding specific information or linking keys about Contract types for Social Insurance data available in SAP. These include TICON (Main contract key), MODAL (A/R contract category), 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = T5E2T


SAP T5E42 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
TICONMain contract key PES_IDSEGCHAR3PES_IDSEG
MODALA/R contract category MODALCHAR1MODAL
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
DAECCDiscount in company contribution to non-industrial risks (%) DAECCDEC8(4) DEC4_4
DAEAECompany contribution for IA and ID (%) CAEAENUMC3NUM3
DATCCDiscount in employee contribution to NIR (1/10,000) EATCCNUMC4NUM4
NODECNumber of Royal Decree NODECNUMC4NUM4
FEDECDate of legal regulation FEDECDATS8DATUM
NODERNumber of derived Royal Decree NODERNUMC4NUM4
FEDERDate of derived Royal Decree FEDERDATS8DATUM
DURMODuration of allowance/reduction PES_DURMODEC3DEC3
UNIMOTime unit for duration PES_UNIMONUMC1PES_UNIDUR
TIPOContract type PES_TIPOCHAR1PES_TIPO
JORNType of working day in contract PES_JORNCHAR1PES_JORN
DESMPContribution type for Unemployment PES_FORDENUMC2PES_FORDE1
CLCONContract Key for Social Insurance PES_CLCONCHAR3PES_IDSEG
CLCO2Contract key (part-time) PES_CLCO2CHAR3PES_IDSEG
IMETOSelection field (checkbox) PES_XFELDCHAR1XFELD
ITPRESelection field (checkbox) PES_XFELDCHAR1XFELD
AZUBIContract category PES_MODALCHAR2PES_MODAL
CLCOIContract key according to INEM PES_CLCOICHAR3PES_IDSEG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5E42
INTO CORRESPONDING FIELDS OF WA_T5E42
WHERE...

How to access SAP table T5E42

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