T5ITN3 SAP (01/M period data) Table details

Dictionary Type: Table
Description: 01/M period data




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




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

T5ITN3 is a standard SAP Table which is used to store 01/M period data data and is available within R/3 SAP systems depending on the version and release level.

The T5ITN3 table consists of various fields, each holding specific information or linking keys about 01/M period data data available in SAP. These include ANNOE (Processing year), PERNR (Personnel Number), PROGR (Sequential Number), BEGDA (Start 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 T5ITN3 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
ANNOEProcessing year P15_ANNOENUMC4P15_ANNOE
PERNRPersonnel Number P_PERNRNUMC8PERNR
PROGRSequential Number SEQNUCHAR3CHAR3
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
RICATFlag to deactivate data recalculation P15_RICATCHAR1P15_RICAT
PARTTFlag Part-time P15_PARTTCHAR1P15_FULLT
INPSMINPS registration number P15_INPSMCHAR10TEXT10
CODQUINPS pay scale indicator 1 P15_CODQUCHAR1T5ITNUP15_CODQU
ASSCOInsurances covered by INPS P15_ASSCOCHAR2P15_ASSCO
CDRAPContribution Type (INPS Relation Indicator) P15_CDRAPCHAR2P15_CDRAP
SETTIReduced weeks P15_SETTINUMC2P15_SETTI
RETRIReduced remunerations P15_RETRICURR15(2) P15_RETRI
MSET1Sickness: week P15_MSETTNUMC2P15_SETTI
MSET2Sickness: week P15_MSETTNUMC2P15_SETTI
MSET3Sickness: week P15_MSETTNUMC2P15_SETTI
MSET4Sickness: week P15_MSETTNUMC2P15_SETTI
PSET1Maternity: weeks P15_PSETTNUMC2P15_SETTI
PSET2Maternity: weeks P15_PSETTNUMC2P15_SETTI
DSETTBlood donation: weeks P15_DSETTNUMC2P15_SETTI
CSET1EEF: weeks P15_CSETTNUMC2P15_SETTI
CSET2EEF: weeks P15_CSETTNUMC2P15_SETTI
SETTBWeeks - Section B P15_SETTBNUMC2P15_SETTI
GGREBPaid days - section B P15_GGREBNUMC3P15_GGREB
RETPASpecial wage indicator P15_RETPACHAR2T5ITNJP15_RETPA
RETRBRemuneration P15_RETRBCURR15(2) P15_RETRB
NUMGGNumber of days - section C P15_NUMGGNUMC3P15_NUMGG
NSETTNumber of weeks for special pay P15_NSETTNUMC3P15_NSETT
DFCIGDifference to be credited for EEF P15_DFCIGCURR15(2) P15_RETRI

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITN3
INTO CORRESPONDING FIELDS OF WA_T5ITN3
WHERE...

How to access SAP table T5ITN3

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