DB2TIOUTHC SAP (Timeout Structure (Holder and Waiter)) Structure details

Dictionary Type: Structure
Description: Timeout Structure (Holder and Waiter)




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




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

DB2TIOUTHC 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 "Timeout Structure (Holder and Waiter)" 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_DB2TIOUTHC TYPE DB2TIOUTHC.

The DB2TIOUTHC table consists of various fields, each holding specific information or linking keys about Timeout Structure (Holder and Waiter) data available in SAP. These include LOTHWSSID (DB2 subsystem ID), LOTHWLUUV (Instance number (unique value)), LOTHWDATE (Field of type DATS), LOTHWTIME (Field of type TIMS).. 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 DB2TIOUTHC 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
LOTHWSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
LOTHWLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LOTHWDATEField of type DATS DATSDATS8DATS
LOTHWTIMEField of type TIMS TIMSTIMS6TIME
LOTHWMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
LOTHWCNTDB2/390: Unique counter DB2UCNTINT410
LOTHWHWH=Holder, W = Waiter, and R = Retained DB2W0196HWCHAR1DB2CHAR01
LOTHWHPDB2 plan name DB2WHCPLANCHAR128CHAR128
LOTHWHBThe authorization ID under which the transaction is running DB2WHCAIDCHAR128CHAR128
LOTHWHNThe connection ID of the thread DB2WHCCNCHAR8DB2CHAR08
LOTHWHRThe correlation ID of the thread (IP address) DB2WHCCVCHAR16DB2CHAR16
LOTHWHCDB2/390: End user ID (in DB2 sense) DB2LEUIDCHAR128CHAR128
LOTHWHJEnd user transaction name DB2LEUTXCHAR32DB2CHAR32
LOTHWHKEnd user workstation name DB2LEUWNCHAR18DB2CHAR18
LOTHWHLUUVField type char, length 12 DB2CHAR12CHAR12DB2CHAR12
LOTHWHTHolder token DBW0196HTINT410
LOTHWHIDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LOTHWHSThe mode of the lock held on the resource DB2LOCKMSCHAR3DB2CHAR03
LOTHWHDLock duration of the thread holding the resource DB2SWDCHAR12DB2CHAR12
LOTHWHFRFC - raw 1 DB2RAW1RAW1DB2RAW1
WPTYPECorresponding R/3 work process type DB2WPTYECHAR5DB2CHAR05
WPNUMBERWork process number DB2WPNUMNUMC10DB2NUMC10
WPIDWork process ID DB2WPIDNUMC10DB2NUMC10
ASHOSTApplication server host name DB2ASHOSTCHAR32DB2CHAR32

Key field Non-key field



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

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

How to access SAP table DB2TIOUTHC

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