T5ITIN1 SAP (Contribution INAIL table) Table details

Dictionary Type: Table
Description: Contribution INAIL table




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




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

T5ITIN1 is a standard SAP Table which is used to store Contribution INAIL table data and is available within R/3 SAP systems depending on the version and release level.

The T5ITIN1 table consists of various fields, each holding specific information or linking keys about Contribution INAIL table data available in SAP. These include CODDT (), PATIN (Territorial Insurance Position (PAT) indicator), VTINA (Tariff type), SEQNO (Sequence number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5ITIN1 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
CODDT P15_CODITTANUMC11P15_CODITTA
PATINTerritorial Insurance Position (PAT) indicator P15_PATINNUMC10T5ITQANUM10
VTINATariff type P15_VTINACHAR4T5ITQBCHAR4
SEQNOSequence number P15_SEQNONUMC4P15_SEQNO
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ADVANCE P15_ADVANCECURR15(2) P15_IMPORTO
BALANCEINAIL: Balance Amount P15_BALANCECURR15(2) P15_IMPORTO
DISCOUNT P15_DISCOUNTCURR15(2) P15_IMPORTO
STATUS P15_INSTATUSCHAR2P15_INSTATUS
MODIF P15_MODIFCHAR1P15_MODIF
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DISCADVINAIL: Advance Reduction Amount P15_ADVDISCCURR15(2) P15_IMPORTO

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITIN1
INTO CORRESPONDING FIELDS OF WA_T5ITIN1
WHERE...

How to access SAP table T5ITIN1

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