DB2QCLREQ SAP (DB2 CL - Interface) Structure details

Dictionary Type: Structure
Description: DB2 CL - Interface




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




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

DB2QCLREQ 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 "DB2 CL - Interface" 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_DB2QCLREQ TYPE DB2QCLREQ.

The DB2QCLREQ table consists of various fields, each holding specific information or linking keys about DB2 CL - Interface data available in SAP. These include CMDDATE (Field of type DATS), LODLKTIME (Field of type TIMS), USERID (), FKTID ().. 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 DB2QCLREQ 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
CLGUID DB2CLGUIDCHAR32SMAPGUID
CMDDATEField of type DATS DATSDATS8DATS
LODLKTIMEField of type TIMS TIMSTIMS6TIME
USERID DB2USERIDINT25DB2SINT
FKTID DB2FKTIDINT25DB2SINT
ACEField type raw, length 8, 4 bytes DB2RAW04INT410DB2INT4
STMTIDSQL STATEMENT IDENTIFIER DB2W0317IDINT410
STMTTOKENDB2 statement name DB2QSTSTNMRAW16DB2RAW16
IDSCFTYPtype field for dynamic statement cache DB2DSCFTYPINT25DB2SINT
IDSCFFLD DB2DSCFFLDINT25DB2SINT
IDSCFVAL DB2DSCFVALINT410DB2INT4
RETRY DB2RETRYINT410DB2INT4
TRCLVL DB2TRCLVLINT25DB2SINT
DB2CLRC DB2CLRCINT410DB2INT4
MEMBNMDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
IFRALEN DB2IFRALENINT410DB2INT4
DSECPROCD DB2DSECPRINT410DB2INT4
DSECNPROCD DB2DSECNPINT410DB2INT4
COMMANDLEN DB2CLCMDLINT25DB2SINT
COMMAND DB2CLCMDLCHR256DB2CHAR256
DBTRCLVL IFI DB trace level0

Key field Non-key field



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

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

How to access SAP table DB2QCLREQ

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