ITC_TIME_EVENTS SAP (iTime Clock Time Event Table) Table details

Dictionary Type: Table
Description: iTime Clock Time Event Table




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




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

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

The ITC_TIME_EVENTS table consists of various fields, each holding specific information or linking keys about iTime Clock Time Event Table data available in SAP. These include BUS_PARTNER_ID (Business Partner Number), TIME_EVENT_DATE (Date), TIME_EVENT_TIME (Time), PERSONNEL_NUM (Business partner personnel 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: Can be enhanced (character-type or numeric)


SAP ITC_TIME_EVENTS 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
BUS_PARTNER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TIME_EVENT_DATEDate WFA_DATEDATS8
TIME_EVENT_TIMETime WFA_TIMETIMS6
PERSONNEL_NUMBusiness partner personnel number WFA_TC_PERNONUMC8NUMC8
TIME_EVENT_TYPEClk punch type WFA_TC_PUNCHTYPEINT13
TIME_EVENT_ORGIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
WORKAREAWork Area Code WFA_WRKAREA_CODECHAR20WFA_CODE
UPLOADEDBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ITC_TIME_EVENTS
INTO CORRESPONDING FIELDS OF WA_ITC_TIME_EVENTS
WHERE...

How to access SAP table ITC_TIME_EVENTS

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