DB2QTXA SAP (SSC statitics and accounting data mapping) Structure details

Dictionary Type: Structure
Description: SSC statitics and accounting data mapping




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




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

DB2QTXA 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 "SSC statitics and accounting data mapping" 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_DB2QTXA TYPE DB2QTXA.

The DB2QTXA table consists of various fields, each holding specific information or linking keys about SSC statitics and accounting data mapping data available in SAP. These include QTXASLOC (Number of lock suspensions), QTXATIM (Number of timeouts), QTXALES (Number of lock escalations (shared)), QTXALEX (Number of lock escalations (exclusive)).. 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: Not classified


SAP DB2QTXA 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
QTXADEANumber of deadlocks DB2TXADEAINT410DB2INT4
QTXASLOCNumber of lock suspensions DB2TXASLOCINT410DB2INT4
QTXATIMNumber of timeouts DB2TXATIMINT410DB2INT4
QTXALESNumber of lock escalations (shared) DB2TXALESINT410DB2INT4
QTXALEXNumber of lock escalations (exclusive) DB2TXALEXINT410DB2INT4
QTXANPLMaximum page or row locks held DB2TXANLPINT410DB2INT4
QTXAFLG1Field type char, length 1, bit field DB2BIT01CHAR1DB2CHAR01
QTXARES1Field type char, length 1, reserved DB2RES01CHAR1DB2CHAR01
QTXARLIDField type char, length 2 DB2CHAR02CHAR2DB2CHAR02
QTXAPRECPrecedence How Limit determined DB2TXAPRECINT410DB2INT4
QTXASLMTLimit in SU's - ASUTIME Column DB2TXASLMTINT410DB2INT4
QTXACLMTLimit in CPU 16 microseconds DB2TXACLMTINT410DB2INT4
QTXACHUSHighest amt CPU 16 microsec used in successful DB2 call DB2TXACHUSINT410DB2INT4
QTXASLATNumber of latch suspensions DB2TXASLATINT410DB2INT4
QTXASOTHNumber of other suspensions DB2TXASOTHINT410DB2INT4
QTXALOCKNumber of lock requests DB2TXALOCKINT410DB2INT4
QTXAUNLKNumber of unlock requests DB2TXAUNLKINT410DB2INT4
QTXALOCKDNumber of lock requests DB2TXALOCKDDEC10DB2DEC10V
QTXAQRYNumber of query requests DB2TXAQRYINT410DB2INT4
QTXAUNLKNumber of unlock requests DB2TXAUNLKINT410DB2INT4
QTXACHGNumber of change requests DB2TXACHGINT410DB2INT4
QTXAUNLKDNumber of unlock requests DB2TXAUNLKDDEC10DB2DEC10V
QTXAQRYNumber of query requests DB2TXAQRYINT410DB2INT4
QTXAIRLMNumber of other requests DB2TXAIRLMINT410DB2INT4
QTXACHGNumber of change requests DB2TXACHGINT410DB2INT4
QTXACLNONumber of claim requests DB2TXACLNOINT410DB2INT4
QTXACLUNNumber of claim requests that were unsuccessful DB2TXACLUNINT410DB2INT4
QTXAIRLMNumber of other requests DB2TXAIRLMINT410DB2INT4
QTXACLNONumber of claim requests DB2TXACLNOINT410DB2INT4
QTXADRNONumber of drain requests DB2TXADRNOINT410DB2INT4
QTXACLUNNumber of claim requests that were unsuccessful DB2TXACLUNINT410DB2INT4
QTXADRUNNumber of drain requests that were unsuccessful DB2TXADRUNINT410DB2INT4
QTXADRNONumber of drain requests DB2TXADRNOINT410DB2INT4
QTXADRUNNumber of drain requests that were unsuccessful DB2TXADRUNINT410DB2INT4

Key field Non-key field



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

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

How to access SAP table DB2QTXA

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