DB2TIMESC1 SAP (DB2 Times) Structure details

Dictionary Type: Structure
Description: DB2 Times




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




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

DB2TIMESC1 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 "DB2 Times" 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_DB2TIMESC1 TYPE DB2TIMESC1.

The DB2TIMESC1 table consists of various fields, each holding specific information or linking keys about DB2 Times data available in SAP. These include THDTCPUTOT (Total CPU time on System z including DB2), THDTINB2 (Accumulated elapsed time in DB2), THDTCPUIN (CPU time spent in DB2), THDTSUSPIN (Time spent suspended in DB2).. 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: Not classified


SAP DB2TIMESC1 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
THDTOUDB2Time spent out of DB2 DB2OUTDB2CHAR16DB2CHAR16
THDTCPUTOTTotal CPU time on System z including DB2 DB2TCPUTOTCHAR16DB2CHAR16
THDTINB2Accumulated elapsed time in DB2 DB2TINDB2CHAR16DB2CHAR16
THDTCPUINCPU time spent in DB2 DB2TCPUINCHAR16DB2CHAR16
THDTSUSPINTime spent suspended in DB2 DB2TSUSPINCHAR16DB2CHAR16
THDTNAINDBNot attributed time in DB2 DB2TNAINDBCHAR16DB2CHAR16
THDTIOI/O suspension time DB2TIOCHAR16DB2CHAR16
THDTLKLALock/latch supension time DB2TLKLACHAR16DB2CHAR16
THDTOTHROther read suspensions time DB2TOTHRCHAR16DB2CHAR16
THDTOTHWOther write suspensions time DB2TOTHWCHAR16DB2CHAR16
THDTSRVTWait time for DB2 commit phase II processing DB2TSRVTCHAR16DB2CHAR16
THDTARCHQArchive log quiesce suspension time DB2TARCHQCHAR16DB2CHAR16
THDTDRLKDrain lock suspension time DB2TDRLKCHAR16DB2CHAR16
THDTCLRELClaim release suspension time DB2TCLRELCHAR16DB2CHAR16
THDTARCHRArchive read suspension time DB2TARCHRCHAR16DB2CHAR16
THDTPGLAPage latch suspension time DB2TPGLACHAR16DB2CHAR16
THDTNOTMNotify messages suspension time DB2TNOTMCHAR16DB2CHAR16
THDTGLOBTMGlobal locking suspension time DB2TGLOBTMCHAR16DB2CHAR16
THDTIOENumber of I/O suspensions DB2TIOECINT410DB2INT4
THDTLKLAENumber of Lock / Latch Suspensions DB2TLKLAECINT410DB2INT4
THDTOTHRENumber of other read suspensions DB2TOTHRECINT410DB2INT4
THDTOTHWENumber of other write suspensions DB2TOTHWECINT410DB2INT4
THDTSRVTENumber of waits for commit phase II or abort DB2TSRVTECINT410DB2INT4
THDTARCHQENumber of archive log quiesce suspensions DB2TARCHQCINT410DB2INT4
THDTDRLKENumber of Drain Lock Suspensions DB2TDRLKECINT410DB2INT4
THDTCLRELENumber of Claim Release Suspensions DB2TCLRELCINT410DB2INT4
THDTARCHRENumber of Archive Read Suspensions DB2TARCHRCINT410DB2INT4
THDTPGLAENumber of Page Latch Suspensions DB2TPGLAECINT410DB2INT4
THDTNOTMENumber of Notify Messages Suspensions DB2TNOTMECINT410DB2INT4
THDTGLOBTENumber of Global Locking Suspensions DB2TGLOBTCINT410DB2INT4
THDTIOAAverage duration of I/O suspension DB2TIOACHAR10DB2CHAR10
THDTLKLAAAverage duration of lock/latch supensions DB2TLKLAACHAR10DB2CHAR10
THDTOTHRAAverage duration of other read suspensions DB2TOTHRACHAR10DB2CHAR10
THDTOTHWAAverage duration of other write suspensions DB2TOTHWACHAR10DB2CHAR10
THDTSRVTAAverage waiting time for commit phase II or abort DB2TSRVTACHAR10DB2CHAR10
THDTARCHQAAverage duration of ARCHIVE LOG QUIESCE suspensions DB2TARCHQACHAR10DB2CHAR10
THDTDRLKEAAverage duration of drain lock suspensions DB2TDRLKACHAR10DB2CHAR10
THDTCLRELAAverage duration of claim release suspensions DB2TCLRELACHAR10DB2CHAR10
THDTARCHRAAverage duration of archive read suspensions DB2TARCHRACHAR10DB2CHAR10
THDTPGLAAAverage duration of page latch suspensions DB2TPGLAACHAR10DB2CHAR10
THDTNOTMAAverage duration of notify messages suspensions DB2TNOTMACHAR10DB2CHAR10
THDTGLOBTAAverage duration of global locking suspensions DB2TGLOBTACHAR10DB2CHAR10
THDTINDB2Percentage of time spent in DB2 DB2INDB2CHAR8DB2TIMEP
THDTPRODB2Percentage of time spent processing in DB2 DB2PROCDB2CHAR8DB2TIMEP
THDTSUSDB2Time spent suspended in DB2 / Time spent in DB2 (%) DB2SUSPDB2CHAR8DB2TIMEP
THDTNAIDB2Time not attributed in DB2 / Time spent in DB2 (%) DB2NAIDB2CHAR8DB2TIMEP
THDTOUTDB2Time spent out of DB2 / Activity time (%) DB2POUTDB2CHAR8DB2TIMEP
THDTTCPUTotal CPU time / Activity time DB2PTCPUCHAR8DB2TIMEP
THDTACTTActivity time (Class 1 elapsed time) DB2THDTACTCHAR16DB2CHAR16
THDTOCSTWait time for open/close service task (incl. HSM recall) DB2TOCSTCHAR16DB2CHAR16
THDTSLSTWait time for SYSLGRNG recording service task DB2TSLSTCHAR16DB2CHAR16
THDTDSSTWait time for data set extend/delete/define service task DB2TDSSTCHAR16DB2CHAR16
THDTOTHRSTWait time for other service tasks DB2TOTHRSTCHAR16DB2CHAR16
THDTOCSTENumber of waits for open/close service task DB2TOCSTECINT410DB2INT4
THDTSLSTENumber of waits for SYSLGRNG recording service task DB2TSLSTECINT410DB2INT4
THDTDSSTENumber of waits for data set ext./del./def. service task DB2TDSSTECINT410DB2INT4
THDTOTHRSENumber of waits for other service tasks DB2TOTHRSCINT410DB2INT4
THDTOCSTAAverage waiting time for open/close service task DB2TOCSTACHAR10DB2CHAR10
THDTSLSTAAverage waiting time for SYSLGRNG recording service task DB2TSLSTACHAR10DB2CHAR10
THDTDSSTAAverage waiting time for dataset ext./del./def. service task DB2TDSSTACHAR10DB2CHAR10
THDTOTHRSAAverage waiting time for other service tasks DB2TOTHRSACHAR10DB2CHAR10
THDTCOMMNumber of successful phase 2 or single-phase commit requests DB2TCOMMCINT410DB2INT4
THDTABRTNumber of rollback requests DB2TABRTCINT410DB2INT4

Key field Non-key field



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

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

How to access SAP table DB2TIMESC1

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