DB2QTBLX SAP (RFC - Table Extents) Structure details

Dictionary Type: Structure
Description: RFC - Table Extents




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




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

DB2QTBLX 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 - Table Extents" 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_DB2QTBLX TYPE DB2QTBLX.

The DB2QTBLX table consists of various fields, each holding specific information or linking keys about RFC - Table Extents data available in SAP. These include TBLXDATE (Field of type DATS), TBLXTIME (Field of type TIMS), TBLXMSEC (Event time stamp (milliseconds)), TBLXDS (Dataset name).. 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 DB2QTBLX 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
TBLXSSIDDB2 subsystem ID DB2SWPSSIDCHAR4DB2CHAR04
TBLXDATEField of type DATS DATSDATS8DATS
TBLXTIMEField of type TIMS TIMSTIMS6TIME
TBLXMSECEvent time stamp (milliseconds) DB2EVTTMSCHAR6DB2CHAR06
TBLXDSDataset name DB2DSNAMECHAR44DB2CHAR44
TBLXDSGNDB2/390: Data sharing group DB2DSGNCHAR8DB2CHAR08
TBLXMEMNDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
TBLXTSChar 20 CHAR20CHAR20CHAR20
TBLXDBDBID DB2DBIDINT25INT2
TBLXPSDB2 page set ID DB2PSIDINT25INT2
TBLXDNDatabase name DB2DBNAMECHAR8D2DBNAME
TBLXTNTablespace/indexspace name DB2TSIXNMCHAR8DB2CHAR08
TBLXPQDB2/390: Primary quantity DB2PRIQTYNUMC10DB2PRIQTY
TBLXSQDB2/390: Secondary quantity DB2SECQTYNUMC10DB2SECQTY
TBLXMSField type numc, length 10, integer DB2NUMC10INT410DB2INT4
TBLXHBField type numc, length 10, integer DB2NUMC10INT410DB2INT4
TBLXHAHigh allocated after extent, 4KB DB2TBLXHANUMC10DB2NUMC10
TBLXXMMaximum number of extents DB2TBKXXMNUMC5DB2NUMC05
TBLXXBNumber of extents before a new extent has been created DB2TBKXXBNUMC5DB2NUMC05
TBLXXANumber of extents after a new extent has been created DB2TBKXXANUMC5DB2NUMC05
TBLXVMMaximum volumes DB2TBLXVMNUMC5DB2NUMC05
TBLXVBNumber of volumes before extent has been created DB2TBLXVBNUMC5DB2NUMC05
TBLXVANumber of volumes after a new extent has been created DB2TBLXVANUMC5DB2NUMC05
TBLXTODODB2 for OS/390: Flag for updating DB02 extent monitor DB2TBLXTDCHAR5DB2CHAR05
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 DB2QTBLX using ABAP code?

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

How to access SAP table DB2QTBLX

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