T5ITF3 SAP (Provision accrual) Table details

Dictionary Type: Table
Description: Provision accrual




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




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

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

The T5ITF3 table consists of various fields, each holding specific information or linking keys about Provision accrual data available in SAP. These include TRFAR (Pay scale type), TRFGB (Pay Scale Area), TRFKZ (ES grouping for collective agreement provision), CDMAT (Accrual indicator).. 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 T5ITF3 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
CDMATAccrual indicator P15_CDMATCHAR2T5ITF1P15_CDMAT
PROGRSequential number P15_PROGRNUMC5P15_PROGR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LIMITRange P15_LIMITNUMC2P15_LIMIT
TPLIMLimit type P15_TPLIMCHAR1P15_TPLIM
QTAACAnnual provision quantity P15_QTAACDEC5(2) P15_QTACC
DVACCProvision quantity divisor P15_DVACCDEC4(2) P15_DVACC
IMACCProvision yearly amount P15_IMACCCURR12(2) P15_IMACC
DIANNYearly provision amount divisor P15_DIANNDEC4(2) P15_DIANN
WTQTAWage type: quantity to be generated P15_WTQTACHAR4T512WLGART
WTIMPWage type: amount to be generated P15_WTIMPCHAR4T512WLGART
WTMTMWage type for multiplication factor P15_WTMTMCHAR4T512WLGART
WTAMEWage-type monthly provision P15_WTAMECHAR4T512WLGART
WTRMSWage type: not accrued quantity P15_WTRMSCHAR4T512WLGART
WTGAMWage type: monthly provision contributions P15_WTGAMCHAR4T512WLGART
WTRCMWage type: base for provision contributions P15_WTRCMCHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITF3
INTO CORRESPONDING FIELDS OF WA_T5ITF3
WHERE...

How to access SAP table T5ITF3

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