T7INF3 SAP (Statutory rates for Provident fund) Table details

Dictionary Type: Table
Description: Statutory rates for Provident fund




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




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

T7INF3 is a standard SAP Table which is used to store Statutory rates for Provident fund data and is available within R/3 SAP systems depending on the version and release level.

The T7INF3 table consists of various fields, each holding specific information or linking keys about Statutory rates for Provident fund data available in SAP. These include CTYPE (Contribution type), ENDDA (End Date), BEGDA (Start Date), EECTR (Employee's Provident fund 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7INF3 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
CTYPEContribution type PIN_CTYPECHAR1CHAR1
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
EECTREmployee's Provident fund contribution PIN_EECTRDEC5(2) PIN_DEC02
ERCTREmployer's Provident fund contribution PIN_ERCTRDEC5(2) PIN_DEC02
ERPNSEmployer's Pension contribution PIN_ERPNSDEC5(2) PIN_DEC02
PFADMProvident fund administrative charges PIN_PFADMDEC5(2) PIN_DEC02
EDLICEmployee deposit linked insurance contribution PIN_EDLICDEC5(2) PIN_DEC02
EDLIAEmployee deposit linked insurance administrative charges PIN_EDLIADEC5(2) PIN_DEC02
PFINTProvident Fund percentage of interest PIN_PFINTDEC5(2) PIN_DEC02
VPFLMEmployee's Voluntary Provident fund contribution limit PIN_VPFLMDEC5(2) PIN_DEC02
PFCONPF Eligible Pay PIN_PFCONCURR15(2)
WAEHICurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7INF3
INTO CORRESPONDING FIELDS OF WA_T7INF3
WHERE...

How to access SAP table T7INF3

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