DB2TBLX SAP (RFC - Table Extents) Table details

Dictionary Type: Table
Description: RFC - Table Extents




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




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

DB2TBLX is a standard SAP Table which is used to store RFC - Table Extents data and is available within R/3 SAP systems depending on the version and release level.

The DB2TBLX 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2TBLX table 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

Key field Non-key field



How do I retrieve data from SAP table DB2TBLX using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2TBLX to SELECT all data from the table
DATA: WA_DB2TBLX TYPE DB2TBLX.

SELECT SINGLE *
FROM DB2TBLX
INTO CORRESPONDING FIELDS OF WA_DB2TBLX
WHERE...

How to access SAP table DB2TBLX

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