DB2DB02IXDYN SAP (Tx DB02: Dynamics of the size of indexes) Table details

Dictionary Type: Table
Description: Tx DB02: Dynamics of the size of indexes




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




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

DB2DB02IXDYN is a standard SAP Table which is used to store Tx DB02: Dynamics of the size of indexes data and is available within R/3 SAP systems depending on the version and release level.

The DB2DB02IXDYN table consists of various fields, each holding specific information or linking keys about Tx DB02: Dynamics of the size of indexes data available in SAP. These include IXNAME (Name of a DB2 for OS/390 index), PART_EXTENSION (Extension or Partition (non-partitioned TS) number), DBNAME (Database name), IXSPACE (Name of the indexspace that contains the index).. 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 DB2DB02IXDYN 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
IXCREATORDB2 creator name DB2CREATORCHAR8CHAR8
IXNAMEName of a DB2 for OS/390 index DB2IDXNAMECHAR18CHAR18
PART_EXTENSIONExtension or Partition (non-partitioned TS) number DB2PARTEXTINT410
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
IXSPACEName of the indexspace that contains the index DB2IXSPACECHAR8CHAR8
PARTITIONSNumber of partitions of a tablespace or index DB2NUMPARTINT25DB2SINT
EXTENTSNumber of extents DB2NUMEXTIINT410
EXTENTS_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
EXTENTS_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
EXTENTS_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_EXTENTSNumber of extents: change per day DB2CHGEXDIINT410
W_EXTENTSNumber of extents: change per week DB2CHGEXWIINT410
M_EXTENTSNumber of extents: change per month DB2CHGEXMIINT410
ALLOCSIZETotal size of an index (allocated storage in KB) DB2IXSIZDEC11DEC11
ALLOCSIZ_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
ALLOCSIZ_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
ALLOCSIZ_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_ALLOCSIZAllocated storage in KB: change per day DB2CHGSIZDDEC11DEC11
W_ALLOCSIZAllocated storage in KB: change per week DB2CHGSIZWDEC11DEC11
M_ALLOCSIZAllocated storage in KB: change per month DB2CHGSIZMDEC11DEC11
FREESIZEFree size of an index in KB (allocated minus used storage) DB2IXFREEDEC11DEC11
FREESIZE_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
FREESIZE_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
FREESIZE_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_FREESIZFree storage (allocated minus used) in KB: change per day DB2CHGFREDDEC11DEC11
W_FREESIZFree storage (allocated minus used) in KB: change per week DB2CHGFREWDEC11DEC11
M_FREESIZFree storage (allocated minus used) in KB: change per month DB2CHGFREMDEC11DEC11
RTS_TOTALENTRIESDB2/zOS: Real-Time Statistics index TOTALENTRIES DB2RTSTOTALENTRYFLTP16(16) FLTP
TOTALENTRIES_LASTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
TOTALENTRIES_PERTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
TOTALENTRIES_FIRTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_TOTALENTRIESNumber of Rows: changes per day DB2CHGROWDFLTP16(16) FLTP
W_TOTALENTRIESNumber of Rows: changes per week DB2CHGROWWFLTP16(16) FLTP
M_TOTALENTRIESNumber of Rows: changes per month DB2CHGROWMFLTP16(16) FLTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2DB02IXDYN
INTO CORRESPONDING FIELDS OF WA_DB2DB02IXDYN
WHERE...

How to access SAP table DB2DB02IXDYN

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