T5ITF24C SAP (Table for F24 compensations) Table details

Dictionary Type: Table
Description: Table for F24 compensations




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




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

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

The T5ITF24C table consists of various fields, each holding specific information or linking keys about Table for F24 compensations data available in SAP. These include IDENTF (Identifier), SEQNO (F24: Data element for sequence number of compensation), BUKRS (Company Code), CRED_CDCUA (F24 section of credit tax code).. 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 T5ITF24C 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_F24_IDENTIFNUMC10T5ITF24A
SEQNOF24: Data element for sequence number of compensation P15_F24_COMP_SEQNONUMC8NUMC8
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CRED_CDCUAF24 section of credit tax code P15_F24_CDCREDCHAR15T5ITW3P15_CDCUA
CRED_CODEF24 credit code P15_F24_CODCREDCHAR4T5ITW5P15_CHR4
CRED_RATAAccrual P15_RATACHAR4
CRED_ANNOReference year P15_YEARNUMC4NUM04
CRED_REGIONEAutonomous region / province for F24 P15_REGF24NUMC2P15_REGF24
CRED_COMUNEReference municipality code P15_F24_CODFISCHAR4
CRED_MATRICOLAINPS registration number P15_MATRICINPSCHAR15
CREDITCredit Amount P15_CREDITOCURR15(2) P15_IMPORTO
DEB_CDCUAF24 section of debit tax code P15_F24_CDDEBTCHAR15T5ITW3P15_CDCUA
DEB_CODEF24 debit code P15_F24_CODDEBCHAR4T5ITW5P15_CHR4
DEB_RATAAccrual P15_RATACHAR4
DEB_ANNOReference year P15_YEARNUMC4NUM04
DEB_REGIONEAutonomous region / province for F24 P15_REGF24NUMC2P15_REGF24
DEB_COMUNEReference municipality code P15_F24_CODFISCHAR4
DEB_MATRICOLAINPS registration number P15_MATRICINPSCHAR15
DEBITDebit Amount P15_DEBITOCURR15(2) P15_IMPORTO
RS_SECTNF24: Compensated tax payer's reference number section P15_F24_CDCUACHAR15T5ITW3P15_CDCUA
RS_TAX_CODEF24: Compensated tax payer's reference number P15_F24_CODRESULTCHAR4T5ITW5P15_CHR4
RS_TYPE_DCRemaining amount category P15_F24_REMAIN_TYPECHAR1P15_F24_REMAIN_TYPE
RS_AMOUNTF24: Remaining amount P15_F24_REMAIN_AMTCURR15(2) P15_IMPORTO
RS_AMT_COMPF24: Compensated amount P15_F24_COMP_AMTCURR15(2) P15_IMPORTO
RS_AMT_PAIDF24: Amount paid by F24 P15_F24_PAID_AMTCURR15(2) P15_IMPORTO
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITF24C
INTO CORRESPONDING FIELDS OF WA_T5ITF24C
WHERE...

How to access SAP table T5ITF24C

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