T5ITGI SAP (INPS authorization table) Table details

Dictionary Type: Table
Description: INPS authorization table




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




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

T5ITGI is a standard SAP Table which is used to store INPS authorization table data and is available within R/3 SAP systems depending on the version and release level.

The T5ITGI table consists of various fields, each holding specific information or linking keys about INPS authorization table data available in SAP. These include ANNME (Year/Month), CDCIG (EEF authorization indicator), PROVN (STATE (State, Province, County)), 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 T5ITGI 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
ANNMEYear/Month P15_ANNMENUMC6P15_ANNME
CDCIGEEF authorization indicator P15_CDCIGCHAR4T5ITGRP15_CDCIG
PROVNSTATE (State, Province, County) REGIOCHAR3T005SREGIO
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
DRIFLLaw reference date P15_DRIFLDATS8P15_DRIFL
RIFLEReference to law P15_RIFLECHAR10P15_RIFLE
INPSMINPS registration number P15_INPSMCHAR10TEXT10
DRIFAAuthorization reference date P15_DRIFADATS8P15_DRIFA
RIFAUReference to authorization P15_RIFAUCHAR10P15_RIFAU
TPA01Authorization type P15_AUCIGCHAR1P15_AUCIG
SET01Week P15_SETTANUMC2P15_SETTA
TPA02Authorization type P15_AUCIGCHAR1P15_AUCIG
SET02Week P15_SETTANUMC2P15_SETTA
TPA03Authorization type P15_AUCIGCHAR1P15_AUCIG
SET03Week P15_SETTANUMC2P15_SETTA
TPA04Authorization type P15_AUCIGCHAR1P15_AUCIG
SET04Week P15_SETTANUMC2P15_SETTA
TPA05Authorization type P15_AUCIGCHAR1P15_AUCIG
SET05Week P15_SETTANUMC2P15_SETTA
RIFA2Reference to authorization P15_RIFA2CHAR20P15_RIFA2
CIGRQTicket number for RHC request HRPAYIT_CIGRQCHAR20HRPAYIT_CIGRQ

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITGI
INTO CORRESPONDING FIELDS OF WA_T5ITGI
WHERE...

How to access SAP table T5ITGI

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