ITCS_EMP_TIMEEVENTS SAP (Employee Time Events Structure) Structure details

Dictionary Type: Structure
Description: Employee Time Events Structure




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




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

ITCS_EMP_TIMEEVENTS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Employee Time Events Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ITCS_EMP_TIMEEVENTS TYPE ITCS_EMP_TIMEEVENTS.

The ITCS_EMP_TIMEEVENTS table consists of various fields, each holding specific information or linking keys about Employee Time Events Structure data available in SAP. These include BUS_PARTNER_ID (Business Partner Number), TIME_EVENT_DATE (Date), TIME_EVENT_TIME (Time), TIME_EVENT_TYPE (Clk punch type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ITCS_EMP_TIMEEVENTS structure 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
TIME_EVENT_TYPEClk punch type WFA_TC_PUNCHTYPEINT13
TIME_EVENT_ORGIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PERSONNEL_NUMBusiness partner personnel number WFA_TC_PERNONUMC8NUMC8
WORKAREAWork Area Code WFA_WRKAREA_CODECHAR20WFA_CODE
UPLOADEDBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN
EDIT_TYPEPunch edit type WFA_TC_EDITTYPENUMC1WFATC_EDITTYPE
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 structure ITCS_EMP_TIMEEVENTS using ABAP code?

As ITCS_EMP_TIMEEVENTS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ITCS_EMP_TIMEEVENTS as there is no data to select.

How to access SAP table ITCS_EMP_TIMEEVENTS

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