T5F42 SAP (Work Contract) Table details

Dictionary Type: Table
Description: Work Contract




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




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

T5F42 is a standard SAP Table which is used to store Work Contract data and is available within R/3 SAP systems depending on the version and release level.

The T5F42 table consists of various fields, each holding specific information or linking keys about Work Contract data available in SAP. These include CONTR (Identification of work contract type), ENDDA (End Date), BEGDA (Start Date), DURAT (Nature of work contract).. 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: Can be enhanced (character-type)


SAP T5F42 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
CONTRIdentification of work contract type P06_CONTRCHAR2CHAR2
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
DURATNature of work contract P06_DURATCHAR1P06_DURAT
MODALSpecial Type of Contract P06_MODALCHAR2P06_MODAL
ED2T1Contracts excluded from staff subject to tax (DOETH) P06_ED2T1CHAR2P06_ED2T1
MOCCOEmployment group modifier per contract P06_MOCCOCHAR4CHAR4
PARTIContracts excluded or exempt from charges for profit sharing P06_SHARECHAR2P06_SHARE
MODEXOContributions exemption modifier P06_MODEXONUMC2
DRCTRWork contract law indicator P06_DR_CONTRCHAR2P06_DROITC
NVEMBNew hires contract P06_NVLEMBCHAR1XFELD
POPEMEmployment population code of employee or agent P06_POPULATION_EMPLOINUMC2P06_POPULATION_EMPLOI
COJURLegal status indicator P06_COJURCHAR3P06_COJUR
MRCDDEmployment contract: Reason for recourse to a CDD P06_CONTRAT_MOTIF_RECOURS_CDDCHAR2P06_CONTRAT_MOTIF_RECOURS_CDD
CASPAEmployment contract: Specific case P06_CONTRAT_CAS_PARTICULIERCHAR2P06_CONTRAT_CAS_PARTICULIER
CATDUEmployment contract: Law on Securing emplymt - Duration cat. P06_CONTRAT_CATEGORIE_DUREECHAR7P06_CONTRAT_CATEGORIE_DUREE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5F42
INTO CORRESPONDING FIELDS OF WA_T5F42
WHERE...

How to access SAP table T5F42

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