T5ITGA SAP (EEF final archive) Table details

Dictionary Type: Table
Description: EEF final archive




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




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

T5ITGA is a standard SAP Table which is used to store EEF final archive data and is available within R/3 SAP systems depending on the version and release level.

The T5ITGA table consists of various fields, each holding specific information or linking keys about EEF final archive data available in SAP. These include PERSN (Personnel number), ANNME (Year/Month), MMPRI (Priority), CDCIG (EEF authorization 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 T5ITGA 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
PERSNPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
ANNMEYear/Month P15_ANNMENUMC6P15_ANNME
MMPRIPriority P15_MMPRINUMC2P15_MMPRI
CDCIGEEF authorization indicator P15_CDCIGCHAR4T5ITGRP15_CDCIG
PROVNProvince P15_PROVNCHAR2TEXT2
SETTAWeek P15_SETTANUMC2P15_SETTA
AUCIGAuthorization type P15_AUCIGCHAR1P15_AUCIG
HHTEOPlanned hours Period P15_HHTEODEC5(2) P15_HHTEO
HHCIGEarnings Equalization Fund hours Period P15_HHCIGDEC15(2) P15_HHCIG
ORTEOTarget hourly wage P15_ORTEOCURR12(2) P15_ORTEO
OREFFActual hourly wage P15_OREFFCURR12(2) P15_OREFF
GGPROSequential days P15_GGPRONUMC4P15_GGPRO
QUODIAdmitted hourly amount P15_QUODICURR12(2) P15_QUODI
QUOUTHourly amount used P15_QUOUTDEC12(3) P15_QUOUT
CMMDAMonthly amount to be authorized P15_CMMDACURR12(2) P15_CMMDA
QMMAUAuthorized monthly amount P15_QMMAUCURR12(2) P15_QMMAU
QMMNAMonthly amount not authorized P15_QMMNACURR12(2) P15_QMMNA
CHICICIG authorization year/month P15_CHICINUMC6P15_CHICI
HSET1Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA1Week hours - company P15_HSETADEC5(2) P15_HHTEO
HSET2Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA2Week hours - company P15_HSETADEC5(2) P15_HHTEO
HSET3Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA3Week hours - company P15_HSETADEC5(2) P15_HHTEO
HSET4Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA4Week hours - company P15_HSETADEC5(2) P15_HHTEO
HSET5Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA5Week hours - company P15_HSETADEC5(2) P15_HHTEO
HSET6Week hours - CIG P15_HSETTDEC5(2) P15_HHTEO
HSEA6Week hours - company P15_HSETADEC5(2) P15_HHTEO

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITGA
INTO CORRESPONDING FIELDS OF WA_T5ITGA
WHERE...

How to access SAP table T5ITGA

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