DB2DB02TBDYN SAP (Tx DB02: Dynamics of the size of tables) Table details

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




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




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

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

The DB2DB02TBDYN table consists of various fields, each holding specific information or linking keys about Tx DB02: Dynamics of the size of tables data available in SAP. These include TBNAME (Name of the table on which the index is defined), DBNAME (Database name), TSNAME (Name of the tablespace), TBSIZE (Real Time Statistics: Table size = TOTALENTRIES*AvgRowLen KB).. 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 DB2DB02TBDYN 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
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
TBNAMEName of the table on which the index is defined DB2TBNAMECHAR18CHAR18
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
TSNAMEName of the tablespace DB2TSNAMECHAR8CHAR8
TBSIZEReal Time Statistics: Table size = TOTALENTRIES*AvgRowLen KB DB2RTSTBSIZEFLTP16(16) FLTP
TBSIZE_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
TBSIZE_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
TBSIZE_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_TBSIZERTS Table size (= TOTALENTRIES*AvgRowLen KB) daily changes DB2CHGTBSDFLTP16(16) FLTP
W_TBSIZERTS Table size (= TOTALENTRIES*AvgRowLen KB) weekly changes DB2CHGTBSWFLTP16(16) FLTP
M_TBSIZERTS Table size (= TOTALENTRIES*AvgRowLen KB) monthly changes DB2CHGTBSMFLTP16(16) FLTP
RTS_TOTALROWSDB2/zOS: Real-Time Statistics tablespace TOTALROWS DB2RTSTOTALROWSFLTP16(16) FLTP
TOTALROWS_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
TOTALROWS_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
TOTALROWS_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_TOTALROWSNumber of Rows: changes per day DB2CHGROWDFLTP16(16) FLTP
W_TOTALROWSNumber of Rows: changes per week DB2CHGROWWFLTP16(16) FLTP
M_TOTALROWSNumber of Rows: changes per month DB2CHGROWMFLTP16(16) FLTP
SPACEFColumn SYSIBM.SYSTABLES(SPACEF): DASD space used for table DB2TBSPACEFFLTP16(16) FLTP
SPACEF_LASTTx DB02: Absolute difference in comparison to previous run DB2CHGTBSLFLTP16(16) FLTP
SPACEF_PERCTx DB02: Difference (percent) in comparison to previous run DB2CHGTBSPINT410
SPACEF_FIRSTTx DB02: Absolute difference in comparison to first run DB2CHGTBSFFLTP16(16) FLTP
D_SPACEFChange/day for DASD space (SYSIBM.SYSTABLES(SPACEF)) DB2CHGSPFDFLTP16(16) FLTP
W_SPACEFChange/week for DASD space (SYSIBM.SYSTABLES(SPACEF)) DB2CHGSPFWFLTP16(16) FLTP
M_SPACEFChange/month for DASD space (SYSIBM.SYSTABLES(SPACEF)) DB2CHGSPFMFLTP16(16) FLTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2DB02TBDYN
INTO CORRESPONDING FIELDS OF WA_DB2DB02TBDYN
WHERE...

How to access SAP table DB2DB02TBDYN

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