T5ITIM SAP (Sickness handling c/company) Table details

Dictionary Type: Table
Description: Sickness handling c/company




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




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

T5ITIM is a standard SAP Table which is used to store Sickness handling c/company data and is available within R/3 SAP systems depending on the version and release level.

The T5ITIM table consists of various fields, each holding specific information or linking keys about Sickness handling c/company data available in SAP. These include TRFAR (Pay scale type), TRFGB (Pay Scale Area), TRFKZ (ES grouping for collective agreement provision), 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 T5ITIM 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
TRFARPay scale type TRFARCHAR2T510ATRFAR
TRFGBPay Scale Area TRFGBCHAR2T510GTRFGB
TRFKZES grouping for collective agreement provision TRFKZCHAR1CHAR1
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
GGCORStandard days accruals/month P15_GGCORNUMC2P15_GGCOR
GGCOMStandard days accruals/month P15_GGCORNUMC2P15_GGCOR
UNIMIUnit of measure for the integration of protected actions P15_UNIMICHAR1P15_UNIMI
GGLICDays of admitted certificate delivery delay P15_GGLICNUMC3P15_GGLIC
WTGRCWage type: days of delay for certificate filing P15_WTGRCCHAR4T512WLGART
ABS1Absence/attendance category ABSTPCHAR1T554PABSTP
GGINRDays of interval for subsequent sickness P15_GGINRNUMC3P15_GGINR
MINGIMin.worked days for 100% scale recovery P15_MINGINUMC3P15_MINGI
LIMPRMaximum number of days in the reduced income bracket P15_LIMPRNUMC3P15_LIMPR
GGCAACompany grace days P15_GGCAANUMC2P15_GGCAR
WTGGAWage type: company grace days P15_WTGGACHAR4T512WLGART
ABS2Absence/attendance category ABSTPCHAR1T554PABSTP
PERNENet calculation percentage P15_PERNEDEC6(3) P15_PERNE
PERLOGross calculation percentage P15_PERLODEC6(3) P15_PERLO
WTIADWage-type company integration 2 P15_WTIADCHAR4T512WLGART
WTRAZWage type: company integration recovery P15_WTRAZCHAR4T512WLGART
MMLPCSickness calculation months P15_MMLPCNUMC3P15_MMLPC
GGLEBMax. no of days for short action P15_GGLEBNUMC3P15_GGLPC
WTPC1Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS3Absence/attendance category ABSTPCHAR1T554PABSTP
GGLBOMax. no. of days for hospital bonus P15_GGLBONUMC3P15_GGLPC
WTPC2Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS4Absence/attendance category ABSTPCHAR1T554PABSTP
GGLBMMaximum number of days for sickness bonus P15_GGLBMNUMC3P15_GGLPC
WTPC3Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS5Absence/attendance category ABSTPCHAR1T554PABSTP
MML3MMonth range long personnel action P15_MML3MNUMC3P15_MMLPC
WTPC4Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS6Absence/attendance category ABSTPCHAR1T554PABSTP
GGLP1Max no. of days for grace period P15_GGLPCNUMC3P15_GGLPC
WTPC5Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS7Absence/attendance category ABSTPCHAR1T554PABSTP
GGLP2Max no. of days for grace period P15_GGLPCNUMC3P15_GGLPC
WTPC6Wage type for grace period values P15_WTLPCCHAR4T512WLGART
ABS8Absence/attendance category ABSTPCHAR1T554PABSTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITIM
INTO CORRESPONDING FIELDS OF WA_T5ITIM
WHERE...

How to access SAP table T5ITIM

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