DB2LOTHW SAP (RFC - Timeout Waiter and Holder) Table details

Dictionary Type: Table
Description: RFC - Timeout Waiter and Holder




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




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

DB2LOTHW is a standard SAP Table which is used to store RFC - Timeout Waiter and Holder data and is available within R/3 SAP systems depending on the version and release level.

The DB2LOTHW table consists of various fields, each holding specific information or linking keys about RFC - Timeout Waiter and Holder data available in SAP. These include LOTHWLUUV (Instance number (unique value)), LOTHWDATE (Field of type DATS), LOTHWTIME (Field of type TIMS), LOTHWMSEC (Event time stamp (milliseconds)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2LOTHW table 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

Key field Non-key field



How do I retrieve data from SAP table DB2LOTHW using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2LOTHW to SELECT all data from the table
DATA: WA_DB2LOTHW TYPE DB2LOTHW.

SELECT SINGLE *
FROM DB2LOTHW
INTO CORRESPONDING FIELDS OF WA_DB2LOTHW
WHERE...

How to access SAP table DB2LOTHW

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