T5ITD1 SAP (Family dependent deduction) Table details

Dictionary Type: Table
Description: Family dependent deduction




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




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

T5ITD1 is a standard SAP Table which is used to store Family dependent deduction data and is available within R/3 SAP systems depending on the version and release level.

The T5ITD1 table consists of various fields, each holding specific information or linking keys about Family dependent deduction data available in SAP. These include CDDTR (Tax deduction indicator), TPCOM (Family member type), FASRE (Income bracket for family allowance), CDVAL (Value type indicator).. 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 T5ITD1 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
CDDTRTax deduction indicator P15_CDDTRCHAR4T5ITDTP15_CDDTR
TPCOMFamily member type P15_TPCOMNUMC2T5ITDSP15_TPCOM
FASREIncome bracket for family allowance P15_FASRENUMC2NUM02
CDVALValue type indicator P15_CDVALCHAR2P15_CDVAL
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
REDADAnnual family income from P15_REDADCURR12(2) CURR12
REDAAFamily income to P15_REDAACURR12(2) CURR12
IMP1Base amount P15_IMANFCURR12(2) CURR12
IMP2Base amount P15_IMANFCURR12(2) CURR12
IMP3Base amount P15_IMANFCURR12(2) CURR12
IMP4Base amount P15_IMANFCURR12(2) CURR12
IMP5Base amount P15_IMANFCURR12(2) CURR12
IMP6Base amount P15_IMANFCURR12(2) CURR12
IMP7Base amount P15_IMANFCURR12(2) CURR12
IMP8Base amount P15_IMANFCURR12(2) CURR12
IMP9Base amount P15_IMANFCURR12(2) CURR12
IMP10Base amount P15_IMANFCURR12(2) CURR12
IMP11Base amount P15_IMANFCURR12(2) CURR12
IMP12Base amount P15_IMANFCURR12(2) CURR12
IMP13Base amount P15_IMANFCURR12(2) CURR12
IMP14Base amount P15_IMANFCURR12(2) CURR12
IMP15Base amount P15_IMANFCURR12(2) CURR12
IMP16Base amount P15_IMANFCURR12(2) CURR12
IMP17Base amount P15_IMANFCURR12(2) CURR12
IMP18Base amount P15_IMANFCURR12(2) CURR12
IMP19Base amount P15_IMANFCURR12(2) CURR12
IMP20Base amount P15_IMANFCURR12(2) CURR12
WTCO1Wage-Type for deduction coefficient (Fin Law 2007) P15_WTCOFCHAR4T512WLGART
WTCO2Wage-Type for deduction coefficient (Fin Law 2007) P15_WTCOFCHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITD1
INTO CORRESPONDING FIELDS OF WA_T5ITD1
WHERE...

How to access SAP table T5ITD1

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