T5E08 SAP (Time-dependent characteristics of CACs) Table details

Dictionary Type: Table
Description: Time-dependent characteristics of CACs




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




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

T5E08 is a standard SAP Table which is used to store Time-dependent characteristics of CACs data and is available within R/3 SAP systems depending on the version and release level.

The T5E08 table consists of various fields, each holding specific information or linking keys about Time-dependent characteristics of CACs data available in SAP. These include NISSE (Company CA code), ENDDA (End Date), BEGDA (Start Date), NIECO (No. of contributing company).. 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 T5E08 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
NISSECompany CA code NISS1NUMC11NUM11
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NIECONo. of contributing company NIECONUMC3NUM3
INILTExcl. temporary incapacity I1ILTCHAR1CHAR1
IATEPIndicator: IA/ID IATEPCHAR1CHAR1
COSOCHealth insurance co. key in the RED system COSOC_REDCHAR3T5E32COSOC_RED
I2ILTExcl. retirement and IMSC I2ILTCHAR1CHAR1
I3ILTExcl. healthcare for NID and maternity I3ILTCHAR1CHAR1
I4ILTExcl. healthcare and pharmacy I4ILTCHAR1CHAR1
CUCLICustomer account code (Bank, Branch, Sort Code, Acct Code) PES_CCUCLICHAR20CHAR20
TPCCCContribution Account Code type PES_TPCCCNUMC3T5ES8NUMC3
NISS1Company CA code NISS1NUMC11T5E08NUM11
CNAECNational classification of business activities PES_CNAECCHAR5T5E4FCHAR5
SECTPPublic sector indicator PES_SECTPCHAR1XFELD
ASUNPAssumption of personnel by employer of the preventive activ. PES_ASUNPCHAR1XFELD
PREVPOwn risk prevention service PES_PREVPCHAR1XFELD
PREVAExternal risk prevention service PES_PREVACHAR1XFELD
PREVT'Designated employee(s)' preventive organization PES_PREVTCHAR1XFELD
PREVMJoint risk prevention service PES_PREVMCHAR1XFELD
EMPTTTemporary employment company PES_EMPTTCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5E08
INTO CORRESPONDING FIELDS OF WA_T5E08
WHERE...

How to access SAP table T5E08

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