DB2TIMEG SAP (DB2 for OS/390 Times over all Threads) Structure details

Dictionary Type: Structure
Description: DB2 for OS/390 Times over all Threads




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




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

DB2TIMEG 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 for OS/390 Times over all Threads" 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_DB2TIMEG TYPE DB2TIMEG.

The DB2TIMEG table consists of various fields, each holding specific information or linking keys about DB2 for OS/390 Times over all Threads data available in SAP. These include PINDB2 (Time spent in DB2 / Activity time (%)), PCPUIN (CPU time spent in DB2 / Time spent in DB2 (%)), PSUSPIN (Time spent suspended in DB2 / Time spent in DB2 (%)), PNAINDB (Not attributed time in DB2 / Time spent 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: Cannot Be Enhanced


SAP DB2TIMEG 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
POUDB2Time spent out of DB2 / Activity time (%) DB2POUDB2CHAR10DB2CHAR10
PINDB2Time spent in DB2 / Activity time (%) DB2PINDB2CHAR10DB2CHAR10
PCPUINCPU time spent in DB2 / Time spent in DB2 (%) DB2PCPUINCHAR10DB2CHAR10
PSUSPINTime spent suspended in DB2 / Time spent in DB2 (%) DB2PSUSPINCHAR10DB2CHAR10
PNAINDBNot attributed time in DB2 / Time spent in DB2 DB2PNAINDBCHAR10DB2CHAR10
PIOI/O suspension time / Time spent in DB2 (%) DB2PIOCHAR10DB2CHAR10
PLKLALock (Latch) supension time / Time spent in DB2 (%) DB2PLKLACHAR10DB2CHAR10
POTHROther read suspensions time / Time spent in db2 (%) DB2POTHRCHAR10DB2CHAR10
POTHWOther write suspensions time / Time spent in DB2 (%) DB2POTHWCHAR10DB2CHAR10
PSRVTTime commit phase 2 or abort / Time spent in DB2 (%) DB2PSRVTCHAR10DB2CHAR10
POCSTTime for open/close ST / time spent in DB2 (%) DB2POCSTCHAR10DB2CHAR10
PSLSTTime SYSLGRNG recording service task / time spent in DB2 (%) DB2PSLSTCHAR10DB2CHAR10
PDSSTTime dataset service task / time spent in DB2 (%) DB2PDSSTCHAR10DB2CHAR10
POTHRSTTime for other service task / time spent in DB2 (%) DB2POTHRSTCHAR10DB2CHAR10
PARCHQArchive log quiesce suspension time / time spent in DB2 (%) DB2PARCHQCHAR10DB2CHAR10
PDRLKDrain lock suspension time / Time spent in DB2 (%) DB2PDRLKCHAR10DB2CHAR10
PCLRELClaim release suspension time / Time spent in DB2 (%) DB2PCLRELCHAR10DB2CHAR10
PARCHRArchive read suspension time / Time spent in DB2 (%) DB2PARCHRCHAR10DB2CHAR10
PPGLAPage latch suspension time / Time spent in DB2 (%) DB2PPGLACHAR10DB2CHAR10
PNOTMNotify messages suspension time / Time spent in DB2 (%) DB2PNOTMCHAR10DB2CHAR10
PGLOBTMGlobal locking suspension time / Time spent in DB2 (%) DB2PGLOBTMCHAR10DB2CHAR10
PIOAAverage duration of I/O suspension DB2TIOACHAR10DB2CHAR10
PLKLAAAverage duration of lock/latch supensions DB2TLKLAACHAR10DB2CHAR10
POTHRAAverage duration of other read suspensions DB2TOTHRACHAR10DB2CHAR10
POTHWAAverage duration of other write suspensions DB2TOTHWACHAR10DB2CHAR10
PSRVTAAverage waiting time for commit phase II or abort DB2TSRVTACHAR10DB2CHAR10
POCSTAAverage waiting time for open/close service task DB2TOCSTACHAR10DB2CHAR10
PSLSTAAverage waiting time for SYSLGRNG recording service task DB2TSLSTACHAR10DB2CHAR10
PDSSTAAverage waiting time for dataset ext./del./def. service task DB2TDSSTACHAR10DB2CHAR10
POTHRSTAAverage waiting time for other service tasks DB2TOTHRSACHAR10DB2CHAR10
PARCHQAAverage duration of ARCHIVE LOG QUIESCE suspensions DB2TARCHQACHAR10DB2CHAR10
PDRLKEAAverage duration of drain lock suspensions DB2TDRLKACHAR10DB2CHAR10
PCLRELAAverage duration of claim release suspensions DB2TCLRELACHAR10DB2CHAR10
PARCHRAAverage duration of archive read suspensions DB2TARCHRACHAR10DB2CHAR10
PPGLAAAverage duration of page latch suspensions DB2TPGLAACHAR10DB2CHAR10
PNOTMAAverage duration of notify messages suspensions DB2TNOTMACHAR10DB2CHAR10
PGLOBTAAverage duration of global locking suspensions DB2TGLOBTACHAR10DB2CHAR10
PLOGWRITPercent of time spent in DB2 for log write I/O DB2PLOGWRCHAR10DB2CHAR10
PSTOPROCStored procedures DB2STOPROCHAR10DB2CHAR10
PUSEDEFFUser defined functions DB2USDEFFCHAR10DB2CHAR10
PLOGWRITAAverage duration of a suspension for log write I/O DB2LOGWRACHAR10DB2CHAR10
PSTOPROCAAverage duration: stored procedures DB2STOPRACHAR10DB2CHAR10
PARCLOGR Wait time in DB2 for arch. reads from tape / Time in DB2 (%)0
PARCLOGRA Average duration for archive log reads0
ZIIP2DB2T zIIP CPU time spent in DB2 / Time spent in DB2 (%)0
ZIIPEL2DB2T Total eligible zIIP CPU time / time spent in DB20

Key field Non-key field



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

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

How to access SAP table DB2TIMEG

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