T5ITNL SAP (01/M data history) Table details

Dictionary Type: Table
Description: 01/M data history




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




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

T5ITNL is a standard SAP Table which is used to store 01/M data history data and is available within R/3 SAP systems depending on the version and release level.

The T5ITNL table consists of various fields, each holding specific information or linking keys about 01/M data history data available in SAP. These include INPSM (INPS registration number), PERNR (Personnel number), CODQU (INPS pay scale indicator 1), ASSCO (Insurances covered by INPS).. 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 T5ITNL 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
INPSMINPS registration number P15_INPSMCHAR10TEXT10
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
CODQUINPS pay scale indicator 1 P15_CODQUCHAR1T5ITNUP15_CODQU
ASSCOInsurances covered by INPS P15_ASSCOCHAR2P15_ASSCO
CDRAPContribution Type (INPS Relation Indicator) P15_CDRAPCHAR2P15_CDRAP
CDMODForm indicator P15_CDMODCHAR10T5ITNMP15_CDMOD
CDQUAForm section indicator P15_CDQUACHAR2T5ITNQP15_CDQUA
CDESPContribution / exposure indicator P15_CDESPCHAR5T5ITNTP15_CDESP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PERI1Validity start period P15_DATA1DATS8DATUM
PERI2Validity end date P15_DATA2DATS8DATUM
IMPO1Amount 1 P15_IMPO1CURR15(2) P15_IMPO1
IMPO2Amount 2 P15_IMPO2CURR15(2) P15_IMPO2
NUME1Field number 1 P15_NUME1NUMC6P15_NUME1
NUME2Field number 2 P15_NUME2NUMC6P15_NUME2
NUME3Field number 3 P15_NUME3NUMC6P15_NUME3
NUME4Field number 4 P15_NUME4NUMC6P15_NUME4
STRINString field P15_STRINCHAR100P15_STRIN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITNL
INTO CORRESPONDING FIELDS OF WA_T5ITNL
WHERE...

How to access SAP table T5ITNL

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