T5ITF5 SAP (Severance indemnity revaluation table (IT)) Table details

Dictionary Type: Table
Description: Severance indemnity revaluation table (IT)




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




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

T5ITF5 is a standard SAP Table which is used to store Severance indemnity revaluation table (IT) data and is available within R/3 SAP systems depending on the version and release level.

The T5ITF5 table consists of various fields, each holding specific information or linking keys about Severance indemnity revaluation table (IT) data available in SAP. These include TRFAR (Pay scale type), TRFGB (Pay Scale Area), CDTFR (Severance indemnity provision indicator), 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

Text table = T5ITFX


SAP T5ITF5 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
CDTFRSeverance indemnity provision indicator P15_CDTFRCHAR2P15_CDTFR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TRMESMonthly calculation base treatment P15_TRMESNUMC1P15_MATUR
WTMTMWage type for multiplication factor P15_WTMTMCHAR4T512WLGART
TRALTCalcul.base treatment of other qualifications P15_TRALTNUMC1P15_MATUR
WTATFWage-type severance indemnity provision P15_WTATFCHAR4T512WLGART
TRREFActual revaluation treatm.with ref.to previous month P15_TRREFNUMC1P15_MATUR
TRRPRExpect.revaluation treatment with ref.to current month P15_TRRPRNUMC1P15_MATUR
WTMTRWage-type multiplication factor for revaluations P15_WTMTRCHAR4T512WLGART
WTREFWage type for actual revaluation acc. to previous month P15_WTREFCHAR4T512WLGART
WTRPRWage-type expected revaluation in current month P15_WTRPRCHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITF5
INTO CORRESPONDING FIELDS OF WA_T5ITF5
WHERE...

How to access SAP table T5ITF5

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