T7IEP SAP (Pension schemes Ireland) Table details

Dictionary Type: Table
Description: Pension schemes Ireland




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




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

T7IEP is a standard SAP Table which is used to store Pension schemes Ireland data and is available within R/3 SAP systems depending on the version and release level.

The T7IEP table consists of various fields, each holding specific information or linking keys about Pension schemes Ireland data available in SAP. These include SCHID (Scheme Identification Number), ENDDA (End Date), BEGDA (Start Date), PCTEE (Employee Percentage Contribution).. 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: Not classified


SAP T7IEP 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 MANDTCLNT3Assigned to domainMANDT
SCHIDScheme Identification Number PIE_SCHIDCHAR3PIE_SCHID
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
PCTEEEmployee Percentage Contribution PIE_PCTEEDEC7(4) PRZNT
PCTEREmployer Percentage Contribution PIE_PCTERDEC7(4) PRZNT
ASCPCAdditional Percentage Contribution PIE_ASCPCDEC7(4) PRZNT
PNTXTText PIE_PNTXTCHAR40PIE_PNTXT
TYPEPension Plan Type PIE_TYPECHAR1PIE_TYPE
FIXALPensions Pay change indicator PIE_FIXALCHAR1XFELD
ALTSAUse alternative salary PIE_ALTSACHAR1XFELD
SALDASalary Review Date in Infotype 0008 PIE_SALDADATS8DATUM
RDATEDate used to calculate number of periods PIE_RDATECHAR1PIE_RDATE
ESCCNConstant name for Employee Standard Contribution PIE_ESCCNCHAR5Assigned to domainPAYCO
ESCFTFactor for employee standard Contribution PIE_ESCFTDEC7(4) PRZNT
RSCCNConstant name for Employer Standard Contribution PIE_RSCCNCHAR5Assigned to domainPAYCO
RSCFTFactor for employer standard contribution PIE_RSCFTDEC7(4) PRZNT
ASCCNConstant name for Employee Additional Contribution PIE_ASCCNCHAR5Assigned to domainPAYCO
ASCFTFactor for employee additional contribution PIE_ASCFTDEC7(4) PRZNT
WGTPEWage Type LGARTCHAR4T52D7LGART
WGTPRWage Type LGARTCHAR4T52D7LGART
WGTPAWage Type LGARTCHAR4T52D7LGART
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7IEP
INTO CORRESPONDING FIELDS OF WA_T7IEP
WHERE...

How to access SAP table T7IEP

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