T7FITELME SAP (TEL messages) Table details

Dictionary Type: Table
Description: TEL messages




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




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

T7FITELME is a standard SAP Table which is used to store TEL messages data and is available within R/3 SAP systems depending on the version and release level.

The T7FITELME table consists of various fields, each holding specific information or linking keys about TEL messages data available in SAP. These include PERNR (Personnel Number), RDATE (Run date), RTIME (Run time), PERID (Social insurance 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 T7FITELME 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
RDATERun date P44_RDATEDATS8DATS
RTIMERun time P44_RTIMETIMS6TIME
PERIDSocial insurance number P44_PERIDCHAR11
NAMEEmployee's name P44_NAMECHAR52
EMFSLPayee key for bank transfers EMFSL_521BCHAR8T521BEMFSL_521B
CONNRPension insurance contract number P44_CONNRCHAR11P44_CONNR
INGRPension insurance group P44_INGRCHAR2T7FI03
INDPPension insurance department P44_INDPCHAR3T7FI04
MTYPEMessage type for TEL reporting P44_MTYPECHAR1P44_MTYPE
TELDTStart date of active TEL employment P44_TELDTDATS8DATS
PAYANTEL reporting year P44_PAYANCHAR4
REPAYTEL earnings amount P44_REPAYCURR9(2)
FRBENTEL fringe benefit amount P44_FRBENCURR9(2)
TRMDTDate of TEL employment termination P44_TRMDTDATS8DATS
TRMCSReason for termination P44_TRMCSCHAR1P44_TRMCS
PAYLYTEL earnings in year prior to termination P44_PAYLYCURR9(2)
FRBLYTEL fringe benefits in year prior to termination P44_FRBLYCURR9(2)
LELDTBegin date of active LEL employment P44_LELDTDATS8DATS
CHGDTChange date to new insurance P44_CHGDTDATS8DATS
CURIDCurrency pension insurance ID P44_CURIDCHAR1P44_CURID
NCONNRPension insurance contract number P44_CONNRCHAR11P44_CONNR
NINGRPension insurance group P44_INGRCHAR2T7FI03
NINDPPension insurance department P44_INDPCHAR3T7FI04
CINGRPension insurance group P44_INGRCHAR2T7FI03
CINGRDTChange date to new insurance group P44_CNGRDTDATS8DATS
CINDPPension insurance department P44_INDPCHAR3T7FI04
CINDPDTChange date to new insurance department P44_CNDPDTDATS8DATS
SOHNRIndicator for employee pension contribution P44_SOHNRCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7FITELME
INTO CORRESPONDING FIELDS OF WA_T7FITELME
WHERE...

How to access SAP table T7FITELME

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