DB2LODRSI SAP (RFC - Deadlock Resources with ICLI Alert Router) Structure details

Dictionary Type: Structure
Description: RFC - Deadlock Resources with ICLI Alert Router




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




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

DB2LODRSI 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 - Deadlock Resources with ICLI Alert Router" 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_DB2LODRSI TYPE DB2LODRSI.

The DB2LODRSI table consists of various fields, each holding specific information or linking keys about RFC - Deadlock Resources with ICLI Alert Router data available in SAP. These include LODRSLUUV (Instance number (unique value)), LODRSDATE (Field of type DATS), LODRSTIME (Field of type TIMS), LODRSMSEC (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 DB2LODRSI 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
LODRSSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
LODRSLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LODRSDATEField of type DATS DATSDATS8DATS
LODRSTIMEField of type TIMS TIMSTIMS6TIME
LODRSMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
LODRSCNTDB2/390: Unique counter DB2UCNTINT410
LODRSFRThe type of resource held by a lock DB2RESTYPECHAR20CHAR20
LODRSKDThe name of the DB2 database DB2DBOWNERCHAR16DB2CHAR16
LODRSKPObject name DB2PAGES2CHAR18DB2CHAR18
LODRSK1Page number DB2PAGENRCHAR10DB2CHAR10
LODRSK2Row ID or partition number, depending on resource type DB2PARTNRCHAR3DB2CHAR03
LODRSHPField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LODRSHBField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LODRSHNThe connection ID of the thread DB2WHCCNCHAR8DB2CHAR08
LODRSHRThe correlation ID of the thread (IP address) DB2WHCCVCHAR16DB2CHAR16
LODRSHCField type char, length 16 DB2CHAR16CHAR16DB2CHAR16
LODRSHJEnd user transaction name DB2LEUTXCHAR32DB2CHAR32
LODRSHKEnd user workstation name DB2LEUWNCHAR18DB2CHAR18
LODRSHLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LODRSHTDB2/390: Unique counter DB2UCNTINT410
LODRSHIDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LODRSHSThe mode of the lock held on the resource DB2LOCKMSCHAR3DB2CHAR03
LODRSHDLock duration of the thread holding the resource DB2SWDCHAR12DB2CHAR12
LODRSHFRFC - raw 1 DB2RAW1RAW1DB2RAW1
LODRSWPField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LODRSWBField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LODRSWNThe connection ID of the thread DB2WHCCNCHAR8DB2CHAR08
LODRSWRThe correlation ID of the thread (IP address) DB2WHCCVCHAR16DB2CHAR16
LODRSWCField type char, length 16 DB2CHAR16CHAR16DB2CHAR16
LODRSWJEnd user transaction name DB2LEUTXCHAR32DB2CHAR32
LODRSWKEnd user workstation name DB2LEUWNCHAR18DB2CHAR18
LODRSWLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LODRSWTDB2/390: Unique counter DB2UCNTINT410
LODRSWIDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LODRSWFIRLM function request (LOCK, UNLOCK, or CHANGE) DB2SWUCHAR6DB2CHAR06
LODRSWSThe mode of the lock held on the resource DB2LOCKMSCHAR3DB2CHAR03
LODRSWDDB2/390: Waiter duration DB20172WDCHAR12DB2CHAR12
LODRSWGRFC - raw 1 DB2RAW1RAW1DB2RAW1
LODRSWATimeout intervals that can occur before agent is timed out DB2W0196CCNUMC5DB2NUMC05

Key field Non-key field



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

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

How to access SAP table DB2LODRSI

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