DB2QLOTRS SAP (RFC - Timeout Resources) Structure details

Dictionary Type: Structure
Description: RFC - Timeout Resources




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




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

DB2QLOTRS 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 "RFC - Timeout Resources" 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_DB2QLOTRS TYPE DB2QLOTRS.

The DB2QLOTRS table consists of various fields, each holding specific information or linking keys about RFC - Timeout Resources data available in SAP. These include LOTRSLUUV (Instance number (unique value)), LOTRSDATE (Field of type DATS), LOTRSTIME (Field of type TIMS), LOTRSMSEC (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DB2QLOTRS 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
LOTRSSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
LOTRSLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LOTRSDATEField of type DATS DATSDATS8DATS
LOTRSTIMEField of type TIMS TIMSTIMS6TIME
LOTRSMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
LOTRSPLANDB2 plan name DB2WHCPLANCHAR128CHAR128
LOTRSAIDThe authorization ID under which the transaction is running DB2WHCAIDCHAR128CHAR128
LOTRSCNThe connection ID of the thread DB2WHCCNCHAR8DB2CHAR08
LOTRSCVThe correlation ID of the thread (IP address) DB2WHCCVCHAR16DB2CHAR16
LOTRSEUIDDB2/390: End user ID (in DB2 sense) DB2LEUIDCHAR128CHAR128
LOTRSEUTXEnd user transaction name DB2LEUTXCHAR32DB2CHAR32
LOTRSEUWNEnd user workstation name DB2LEUWNCHAR18DB2CHAR18
LOTRSACCT DB2 accounting string suffix0
LOTRSDSGNDB2/390: Data sharing group DB2DSGNCHAR8DB2CHAR08
LOTRSMMEMNDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LOTRSNUNumber of holders DB2NUMHNUMC10DB2NUMC10
LOTRSFRThe type of resource held by a lock DB2RESTYPECHAR20CHAR20
LOTRSKDThe name of the DB2 database DB2DBOWNERCHAR16DB2CHAR16
LOTRSKPObject name DB2PAGES2CHAR18DB2CHAR18
LOTRSK1Page number DB2PAGENRCHAR10DB2CHAR10
LOTRSK2Row ID or partition number, depending on resource type DB2PARTNRCHAR3DB2CHAR03
LOTRSWUIRLM function request (LOCK, UNLOCK, or CHANGE) DB2SWUCHAR6DB2CHAR06
LOTRSWSThe mode of the lock held on the resource DB2LOCKMSCHAR3DB2CHAR03
LOTRSWDLock duration of the thread holding the resource DB2SWDCHAR12DB2CHAR12
LOTRSWFConditional / Unconditional DB2RSWFRAW1DB2RAW1
LOTRSTIMaximum time DB2 waits for the release of a locked resource DB2WP4TOUTINT410DB2INT4
LOTRSTCTimeout intervals that can occur before agent is timed out DB2W0196TCINT410DB2INT4
LOTRSSTID DB2RSSTIDINT410DB2INT4
RZ20 Already reported to transaction RZ20?0
E2E Already reported to SolMan E2E alerting?0

Key field Non-key field



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

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

How to access SAP table DB2QLOTRS

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