T7FI1P SAP (Time-dependent information for personnel area/subarea) Table details

Dictionary Type: Table
Description: Time-dependent information for personnel area/subarea




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




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

T7FI1P is a standard SAP Table which is used to store Time-dependent information for personnel area/subarea data and is available within R/3 SAP systems depending on the version and release level.

The T7FI1P table consists of various fields, each holding specific information or linking keys about Time-dependent information for personnel area/subarea data available in SAP. These include ERIDT (Employer identification), ENDDA (End Date), BEGDA (Start Date), TXRNO (Tax reference 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7FI1P 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
ERIDTEmployer identification P44_ERIDTCHAR4P44_ERIDT
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
TXRNOTax reference number P44_TXRNOCHAR13P44_TXRNO
TRQIDIdentification of electronic tax card transfer requester P44_TRQIDCHAR13P44_TRQID
TXMTHTax calculation method P44_TXMTHCHAR1P44_TXMTH
TXDAYTax day calculation method P44_TXDAYCHAR1P44_TXDAY
SSCPRSocial insurance rate P44_SSCPRDEC4(2) DEC2_2
PAYIDPayer identification for bank transfer file P44_PAYIDNUMC9NUM9
COLZOCost of living P44_COLZONECHAR1P44_COLZONE
REMIDRemitter number P44_REMITIDNUMC12
ELDPTDepartment number for eLetters (electronic letters) P44_ELDPTCHAR5
RESUTRespondent unit used in statistical reporting P44_RESUTCHAR5
MEMNOEmpolyer membership number used in stat. reporting P44_MEMNOCHAR5
REQCLRequirement classification P44_REQCLNUMC1P44_REQCL
NUMCLNumber of requirement classes/steps P44_NUMCLNUMC2
SICPRSocial insurance rate_2003 P44_SICPRDEC5(3) DEC2_3
PICPREmployer pension insurance percentage P44_PICPRDEC5(3) DEC2_3
GLIPREmployer group life insurance percentage P44_GLIPRDEC5(3) DEC2_3
ACIPREmployer accident insurance percentage P44_ACIPRDEC5(3) DEC2_3
UNIPREmployer unemployment insurance percentage P44_UNIPRDEC5(3) DEC2_3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7FI1P
INTO CORRESPONDING FIELDS OF WA_T7FI1P
WHERE...

How to access SAP table T7FI1P

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