DB2DB02EXTENTS SAP (Tx DB02: Data for DB02's Extent Monitor) Table details

Dictionary Type: Table
Description: Tx DB02: Data for DB02's Extent Monitor




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




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

DB2DB02EXTENTS is a standard SAP Table which is used to store Tx DB02: Data for DB02's Extent Monitor data and is available within R/3 SAP systems depending on the version and release level.

The DB2DB02EXTENTS table consists of various fields, each holding specific information or linking keys about Tx DB02: Data for DB02's Extent Monitor data available in SAP. These include QUAL2 (Sec. part of name qualifiying the object that got ext. alert), PARTNR (Number of partition), TYPE (Type of object that got an extent alert), CREATOR (DB2 creator 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: Can be enhanced (character-type or numeric)


SAP DB2DB02EXTENTS 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
QUAL1First part of name qualifiying the object that got ext.alert DB2XMQ1CHAR8CHAR8
QUAL2Sec. part of name qualifiying the object that got ext. alert DB2XMQ2CHAR18CHAR18
PARTNRNumber of partition DB2PARTNRIINT410
TYPEType of object that got an extent alert DB2XMTYPCHAR2DB2XMTYP
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
ALERT_DATEDate of the last check DB2BCKDATEDATS8DATUM
ALERT_TIMETime of the last check DB2BCKTIMETIMS6TIME
SEVERITYSeverity of an extent alert DB2XMSEVNUMC2NUMC2
EXTENTSNumber of extents DB2NUMEXTIINT410
LAST_REORGTimestamp of last REORG DB2CCOTIMECHAR26DB2TMSTMP
LAST_ALTERDate of last ALTER INDEX|TABLESPACE SECQTY DB2XMLALTDATS8DATS
EXTENT_OLDNumber of extents before last ALTER SECQTY DB2XMEXTOLINT410
EXTENSIONLast qualifier of dataset name of a DB2 tablespace or index DB2DSEXTCHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2DB02EXTENTS
INTO CORRESPONDING FIELDS OF WA_DB2DB02EXTENTS
WHERE...

How to access SAP table DB2DB02EXTENTS

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