T5ITIU SAP (General parameters for grace) Table details

Dictionary Type: Table
Description: General parameters for grace




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




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

T5ITIU is a standard SAP Table which is used to store General parameters for grace data and is available within R/3 SAP systems depending on the version and release level.

The T5ITIU table consists of various fields, each holding specific information or linking keys about General parameters for grace data available in SAP. These include MODIF (Employee Grouping for Absence Valuation), KLBEW (Evalutation rule of the absence), SUBRU (Valuation subrule), PAYER (Reimbursement or integration payer).. 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 T5ITIU 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 MANDTCLNT3Assigned to domainMANDT
MODIFEmployee Grouping for Absence Valuation MODIFCHAR2MOABR
KLBEWEvalutation rule of the absence P15_BEWKLNUMC2T554LKLBEW
SUBRUValuation subrule P15_SUBRUCHAR4TEXT4
PAYERReimbursement or integration payer P15_PAYERCHAR2P15_PAYER
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
WIWIDTime frame width for grace P15_WIWIDNUMC4NUMC04
WITYPType of time frame for grace P15_WITYPCHAR1P15_WITYP
DIVISMinimum quantity of time by which an absence can be divided P15_DIVISCHAR1P15_DIVIS
MAXINMaximum number of days of absence interruption P15_MAXINNUMC4NUMC4
MEKENPriority flag for the criterion to split the absence P15_MEKENCHAR1XFELD
UNIMWUnit of measure of the time frame P15_UNIMWCHAR1P15_XXGMXX
UNIMAUnit of measure of the maximum termination period P15_UNIMACHAR1P15_XXGXXX

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITIU
INTO CORRESPONDING FIELDS OF WA_T5ITIU
WHERE...

How to access SAP table T5ITIU

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