T5ITF24 SAP (Archive F24) Table details

Dictionary Type: Table
Description: Archive F24




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




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

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

The T5ITF24 table consists of various fields, each holding specific information or linking keys about Archive F24 data available in SAP. These include IDENTF (Identifier), BUKRS (Company Code), INPER (Year/Month), CDQUA (Sections on the Italian modules).. 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 T5ITF24 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
IDENTFIdentifier P15_IDENTIFNUMC10
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
INPERYear/Month P15_ANNMENUMC6P15_ANNME
CDQUASections on the Italian modules P15_CDCUACHAR15Assigned to domainP15_CDCUA
SEQNRSequence Number P15_SEQNRNUMC6
CODEtax code P15_CODECCHAR4
RATAAccrual P15_RATACHAR4
ANNOReference year P15_YEARNUMC4NUM04
REGIONEAutonomous region / province for F24 P15_REGF24NUMC2P15_REGF24
COMUNEMunicipal ID for tax payer's reference number determination P15_CODFISCHAR4
CODSEDELocation Code P15_CODSEDECHAR4
CAUSALENote to Payee Code P15_CAUSALECHAR4
MATRICOLAINPSINPS registration number P15_MATRICINPSCHAR15
DAPERIODReference from P15_DAPERIDONUMC6
APERIODReference to P15_APERIDONUMC6
DEBITODebit Amount P15_DEBITOCURR15(2) P15_IMPORTO
CREDITOCredit Amount P15_CREDITOCURR15(2) P15_IMPORTO
TOTDEBITOTotal debit P15_TOTDEBITOCURR15(2) P15_IMPORTO
TOTCREDITOTotal credit P15_TOTCREDITOCURR15(2) P15_IMPORTO
TOTSALDOTotal bal. P15_TOTSALDOCURR15(2) P15_IMPORTO
SALDOSIGNCalculation type (+/-) P15_SEGNOCHAR1P15_SEGNO
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
CODSEDEINAIL P15_CODSEDEINAILCHAR5P15_CODSEDEINAIL
CODDT P15_CODITTANUMC11P15_CODITTA

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITF24
INTO CORRESPONDING FIELDS OF WA_T5ITF24
WHERE...

How to access SAP table T5ITF24

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