TEVEN SAP (Time Events) Table details

Dictionary Type: Table
Description: Time Events




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




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

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

The TEVEN table consists of various fields, each holding specific information or linking keys about Time Events data available in SAP. These include PDSNR (Sequential number for PDC messages), PERNR (Personnel Number), LDATE (Logical Date), LTIME (Logical time).. 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: Can be enhanced (character-type or numeric)


SAP TEVEN 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
PDSNRSequential number for PDC messages PDSNR_DNUMC12PDSNRPDSNR
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
LDATELogical Date LDATEDATS8DATUM
LTIMELogical time LTIMETIMS6UZEIT
ERDATCreated on PHDATDATS8DATUM
ERTIMCreated at PHTIMTIMS6UZEIT
SATZATime Event Type RETYPCHAR3RETYP
TERIDTerminal ID TERIDCHAR4TERID
ABWGRAttendance/Absence Reason ABWGRCHAR4T705AABWGR
EXLGAEmployee Expenditures EXLGACHAR4EXLGA
ZEINHTime/Measurement Unit PT_ZEINHCHAR3T538ARPMSH
HRAZLNumber HRAZLDEC7(2) PTM_DEC5_2S
HRBETAmount for remuneration information HRBETCURR9(2) WERTV5
ORIGFOrigin Indicator of PDC Message ORIGFCHAR1ORIGF
DALLFDay assignment DALLFCHAR1DALLFDALLFPT_DALLF_V3S
PDC_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PDC_PLANSPosition PLANSNUMC8Assigned to domainPLANS
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PLANSPosition PLANSNUMC8T528BPLANS
PDC_USRUPCustomer-Specific Field PDC_USRUPCHAR20CHAR20
USER2Customer-Specific Field HR_USRFLDCHAR40CHAR40
UNAMEUser Name UNAMECHAR12UNAME
AEDTMChanged on AEDTMDATS8DATUM
STOKZIndicator: 'Confirmation Cancelled' PW_STOKZCHAR1FLAG
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
RUECKCompletion confirmation number for the operation PW_RUECKNUMC10CO_RUECKRCK
SPLITDummy for B20 int1 (Local Everywhere) INT1INT13INT1
KAPAR3-Byte field CHAR3CHAR3CHAR3
ABWEXFields for alternative payment are filled ABWEXCHAR1XFELD
TRFGRPay Scale Group TRFGRCHAR8Assigned to domainTRFGR
TRFSTPay Scale Level TRFSTCHAR2Assigned to domainTRFST
PRAKNPremium Number PRAKNCHAR2T510PPRAKN
PRAKZPremium Indicator PRAKZNUMC4PRAKZ
AUFKZExtra Pay Indicator AUFKNCHAR1AUFKN
BWGRLValuation Basis for Different Payment PTM_VBAS7SCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ZAUSWTime Recording ID Number DZAUSWNUMC8ZAUSW

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEVEN
INTO CORRESPONDING FIELDS OF WA_TEVEN
WHERE...

How to access SAP table TEVEN

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