DB2QLRUR SAP (RFC - Long Running URs) Structure details

Dictionary Type: Structure
Description: RFC - Long Running URs




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




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

DB2QLRUR 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 - Long Running URs" 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_DB2QLRUR TYPE DB2QLRUR.

The DB2QLRUR table consists of various fields, each holding specific information or linking keys about RFC - Long Running URs data available in SAP. These include LRURDATE (Field of type DATS), LRURTIME (Field of type TIMS), LRURMSEC (Event time stamp (milliseconds)), LRURDSGN (DB2/390: Data sharing group).. 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 DB2QLRUR 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
LRURSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
LRURDATEField of type DATS DATSDATS8DATS
LRURTIMEField of type TIMS TIMSTIMS6TIME
LRURMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
LRURDSGNDB2/390: Data sharing group DB2DSGNCHAR8DB2CHAR08
LRURMEMNDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
LRURMGField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LRURCKNumber of checkpoints taken DB2CHKPTSNUMC5DB2NUMC05
LRURCNThe connection ID of the thread DB2WHCCNCHAR8DB2CHAR08
LRURCRThe correlation ID of the thread (IP address) DB2WHCCVCHAR16DB2CHAR16
LRURLUUVInstance number (unique value) DB2INSTNORAW12DB2RAW12
LRURIDDB2/390: Unit of recovery ID DB2W013IDCHAR12DB2CHAR12
LRURTYField type char, length 8 DB2CHAR08CHAR8DB2CHAR08
LRURPNDB2 plan name DB2WHCPLANCHAR128CHAR128
LRURAIThe authorization ID under which the transaction is running DB2WHCAIDCHAR128CHAR128
LRUREUDB2/390: End user ID (in DB2 sense) DB2LEUIDCHAR128CHAR128
LRURETEnd user transaction name DB2LEUTXCHAR32DB2CHAR32
LRUREWEnd user workstation name DB2LEUWNCHAR18DB2CHAR18
LRURACCT DB2 accounting string suffix0
RZ20 Already reported to transaction RZ20?0
QW0313TH Type of threshold: # of checkpoints or # of log records0
QW0313LW Number of log records written0
E2E Already reported to SolMan E2E alerting?0

Key field Non-key field



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

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

How to access SAP table DB2QLRUR

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