T5ITA2 SAP (Family allowance values) Table details

Dictionary Type: Table
Description: Family allowance values




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




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

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

The T5ITA2 table consists of various fields, each holding specific information or linking keys about Family allowance values data available in SAP. These include CDANF (Family allowance indicator), TPANF (Family allowance type), FASRE (Income bracket for family allowance), ENDDA (End Date).. 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 T5ITA2 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
CDANFFamily allowance indicator P15_CDANFCHAR4T5ITATP15_CDANF
TPANFFamily allowance type P15_TPANFNUMC2T5ITA1P15_TPANF
FASREIncome bracket for family allowance P15_CHARNUMCHAR2P15CNP15CN
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITA2
INTO CORRESPONDING FIELDS OF WA_T5ITA2
WHERE...

How to access SAP table T5ITA2

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