P2IN_EPF SAP (Payroll structure for Provident Fund Infotype) Table details

Dictionary Type: Table
Description: Payroll structure for Provident Fund Infotype




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




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

P2IN_EPF is a standard SAP Table which is used to store Payroll structure for Provident Fund Infotype data and is available within R/3 SAP systems depending on the version and release level.

The P2IN_EPF table consists of various fields, each holding specific information or linking keys about Payroll structure for Provident Fund Infotype data available in SAP. These include MANDT (Client), DCT_PERNR (Personnel Number), DCT_SEQNR (Sequence Number), DCT_ROWID (Unique Row Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P2IN_EPF 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
DCT_PERNRPersonnel Number P_PERNRNUMC8PERNR
DCT_SEQNRSequence Number CDSEQNUMC5HRPY_RGDIRNUM5
DCT_ROWIDUnique Row Number HRDCT_ROWIDNUMC5HRDCT_ROWID
APZNRPC205 assignment APZNRRAW1PRSPL
CNTR1SI split CNTR1RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
PFREFEmployer's pf reference number PIN_PFREFCHAR12CHAR12
EEPFNEmployee Provident Fund account number PIN_EEPFNCHAR20CHAR20
EEPNNEmployee pension number PIN_EEPNNCHAR20CHAR20
CTYPEContribution type PIN_CTYPECHAR1CHAR1
EEBASBasis for employee's contribution PIN_EEBASCHAR1PIN_PFBAS
PFBASBasis for Employer's PF Contribution PIN_PFBASCHAR1PIN_PFBAS
PNBASBasis for employer's Pension contribution PIN_PNBASCHAR1PIN_PFBAS
EEVPFEmployee voluntary Provident fund contribution PIN_EEVPFDEC5(2) PIN_DEC02
EECTREmployee's Provident fund contribution PIN_EECTRDEC5(2) PIN_DEC02
CERRTEmployer's Provident fund contribution PIN_CERRTDEC5(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
PNFLGContributing towards Pension scheme or not PIN_PNFLGCHAR1CHECKBOX
PAYEDEDLI Payee or not PIN_PAYEDCHAR1PIN_PAYED
TSTIDProvident fund trust PIN_TSTIDCHAR4CHAR4
TSTTYTrust type PIN_TSTTYCHAR1PIN_TSTTY
PENIDPension trust ID PIN_PENIDCHAR4CHAR4
TSTPRTrust percentage of interest PIN_TSTPRDEC5(2) PIN_DEC02
PFINTProvident Fund percentage of interest PIN_PFINTDEC5(2) PIN_DEC02
BSSWTBasis Wage Type PIN_BSSWTCHAR4Assigned to domainLGART
EEPFWWage Type LGARTCHAR4Assigned to domainLGART
EVPFWWage Type LGARTCHAR4Assigned to domainLGART
ERPFWWage Type LGARTCHAR4Assigned to domainLGART
ERPNWWage Type LGARTCHAR4Assigned to domainLGART
EREDWWage Type LGARTCHAR4Assigned to domainLGART
ERPFAWage Type LGARTCHAR4Assigned to domainLGART
EREDAWage Type LGARTCHAR4Assigned to domainLGART
PFAMTTransferred PF amount PIN_PFAMTCURR15(2) PRBETRG
WAEHICurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PNREFEmployer's pension reference number PIN_PNREFCHAR20CHAR20
PFRFN Employer's pf reference number (of 30 char) PIN_PFRFNCHAR30CHAR30
VPFLMEmployee's Voluntary Provident fund contribution limit PIN_VPFLMDEC5(2) PIN_DEC02
PFCONPF Eligible Pay PIN_PFCONCURR15(2)
BDFLGCheckbox XFELDCHAR1XFELD
EEPFMEmployee Provident Fund account number PIN_EEPFMCHAR40CHAR40
EEPNMEmployee pension number PIN_EEPNMCHAR40CHAR40
ERCCDEmployer contribution for NPS PIN_ERCCDCURR15(2) PRBETRG
ERFLGEligible for NPS employer contribution PIN_ERFLGCHAR1CHECKBOX
ERPRTEmployer's NPS contribution percentage PIN_ERPRTDEC5(2) PIN_DEC02

Key field Non-key field



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

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

SELECT SINGLE *
FROM P2IN_EPF
INTO CORRESPONDING FIELDS OF WA_P2IN_EPF
WHERE...

How to access SAP table P2IN_EPF

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