CC1TEV SAP (Temporary Buffer for Time Events from CC1) Table details

Dictionary Type: Table
Description: Temporary Buffer for Time Events from CC1




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




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

CC1TEV is a standard SAP Table which is used to store Temporary Buffer for Time Events from CC1 data and is available within R/3 SAP systems depending on the version and release level.

The CC1TEV table consists of various fields, each holding specific information or linking keys about Temporary Buffer for Time Events from CC1 data available in SAP. These include PDSNR (Sequential number for PDC messages), PERNR (Personnel Number), ZAUSW (Time Recording ID Number), LDATE (Logical Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CC1TEV 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
PDSNRSequential number for PDC messages PDSNR_DNUMC12Assigned to domainPDSNR
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ZAUSWTime Recording ID Number DZAUSWNUMC8ZAUSW
LDATELogical Date LDATEDATS8DATUM
LTIMELogical time LTIMETIMS6UZEIT
ERDATCreated on PHDATDATS8DATUM
ERTIMCreated at PHTIMTIMS6UZEIT
SATZATime Event Type RETYPCHAR3RETYP
TERIDTerminal ID TERIDCHAR4TERID
ABWGRAttendance/Absence Reason ABWGRCHAR4Assigned to domainABWGR
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 PLANSNUMC8Assigned to domainPLANS
PDC_USRUPCustomer-Specific Field PDC_USRUPCHAR20CHAR20
USER2Customer-Specific Field HR_USRFLDCHAR40CHAR40
INDEUInsert/delete or update indicator INDEUCHAR1INDEU
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LTLSTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PRZNRBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
SKOSTCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SGSBRBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SGTXTItem Text SGTXTCHAR50TEXT50
DARTService Type (Public Service Germany) DARTCHAR2T5D7CDARTDAR
UDARTService Category (Public Service Germany) UDARTCHAR2T5D7EUDARTUDA
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM CC1TEV
INTO CORRESPONDING FIELDS OF WA_CC1TEV
WHERE...

How to access SAP table CC1TEV

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