T5ITI7 SAP (Parental leaves: parameters) Table details

Dictionary Type: Table
Description: Parental leaves: parameters




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




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

T5ITI7 is a standard SAP Table which is used to store Parental leaves: parameters data and is available within R/3 SAP systems depending on the version and release level.

The T5ITI7 table consists of various fields, each holding specific information or linking keys about Parental leaves: parameters data available in SAP. These include RULMA (Rule name), SEQNR (Sequence number), ENDDA (End Date), 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 T5ITI7 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
RULMARule name P15_RULE11PCHAR11T5ITI6P15_RULEP
SEQNRSequence number P15_SEQUENUMC3NUM03
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
AMTFMaximum time period for the father P15_AMTFNUMC3
UNITFTime unit of measure for the father's maximum period P15_UNITFCHAR1P15_TMUNIT
TIMEFTime frame for the father P15_TIMEFCHAR1P15_TMFRAME
AMTMMaximum time period for the mother P15_AMTMNUMC3
UNITMTime unit of measure for the mother's maximum period P15_UNITMCHAR1P15_TMUNIT
TIMEMTime frame for the mother P15_TIMEMCHAR1P15_TMFRAME
AMTTTotal maximum time for both parents P15_AMTTNUMC3
TIMETTime frame for both parents P15_TIMETCHAR1P15_TMFRAME
LOWCChild's minimum age P15_LOWCNUMC2P15_AGECHLD
HIGHCChild's maximum age P15_HIGHCNUMC2P15_AGECHLD
TIMECTime frame for the child P15_TIMECCHAR1P15_TMFRAME
BIRTHChild type P15_BIRTHCHAR1P15_BIRTH
YHOMEAge of the adopted child at the arrival in the family P15_YHOMENUMC3
NCHILDChilden no. P15_NCHILDNUMC2
MUNITUnit of measure of the total maximum period P15_UNITTCHAR1P15_TMUNIT
REACReaction code P15_REACCHAR1P15_REAC
DISABHandicap P15_DISABCHAR1P15_DISAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ITI7
INTO CORRESPONDING FIELDS OF WA_T5ITI7
WHERE...

How to access SAP table T5ITI7

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