TIME_DATA_PAIR_LIST SAP (List Fields for Time Events Pairs) Structure details

Dictionary Type: Structure
Description: List Fields for Time Events Pairs




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




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

TIME_DATA_PAIR_LIST 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 "List Fields for Time Events Pairs" 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_TIME_DATA_PAIR_LIST TYPE TIME_DATA_PAIR_LIST.

The TIME_DATA_PAIR_LIST table consists of various fields, each holding specific information or linking keys about List Fields for Time Events Pairs data available in SAP. These include RECUID (Unique Record ID), LDATE (Logical Date), BEGTM (Start time), ENDTM (End 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TIME_DATA_PAIR_LIST 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
VTKENPrevious Day Indicator VTKENCHAR1XFELD
RECUIDUnique Record ID TIM_TMWRECUIDINT410TIM_TMWRECUID
LDATELogical Date LDATEDATS8DATUM
BEGTMStart time CTIMBCHAR6CHAR6
ENDTMEnd time CTIMECHAR6CHAR6
BGCODAttendance/absence reason for begin entry BGCODCHAR4Assigned to domainABWGR
EGCODAttendance/absence reason for end entry EGCODCHAR4Assigned to domainABWGR
BTERMTerminal ID of start entry BTERMCHAR4TERID
ETERMTerminal ID of end entry ETERMCHAR4TERID
BSARTTime event pair start BSATZACHAR3RETYP
ESARTTime event pair end ESATZACHAR3RETYP
STAT1Status from pair formation PCST1CHAR1PCST1
STAT2Status from time evaluation PCST2CHAR1CHAR1
COGOSAttendance or absence status in pair formation COGOSCHAR1COGOS
AESTAChange status AESTACHAR1AESTA
BUSERMulti-purpose field for begin entry PDC_BUSERCHAR20CHAR20
EUSERMulti-purpose field for end entry PDC_EUSERCHAR20CHAR20
BPDSNSequential number for PDC messages PDSNR_DNUMC12Assigned to domainPDSNR
EPDSNSequential number for PDC messages PDSNR_DNUMC12Assigned to domainPDSNR
START_BEF_ZEROStart Before 00:00 PTM_START_BEF_ZEROCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure TIME_DATA_PAIR_LIST using ABAP code?

As TIME_DATA_PAIR_LIST 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 TIME_DATA_PAIR_LIST as there is no data to select.

How to access SAP table TIME_DATA_PAIR_LIST

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