DB2DB02TSDYN SAP (Tx DB02: Dynamics of the size of tablespaces) Table details

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




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




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

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

The DB2DB02TSDYN table consists of various fields, each holding specific information or linking keys about Tx DB02: Dynamics of the size of tablespaces data available in SAP. These include TSNAME (Name of the tablespace), PART_NR (Partition number), CREATOR (DB2 creator name), EXTENTS (Number of extents).. 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 DB2DB02TSDYN 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
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
TSNAMEName of the tablespace DB2TSNAMECHAR8CHAR8
PART_NRPartition number DB2PARTNRSINT25DB2SINT
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
EXTENTSNumber of extents DB2NUMEXTIINT410
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 a tablespace (allocated storage in KB) DB2TSSIZDEC11DEC11
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 a tablespace in KB (allocated minus used stor.) DB2TSFREEDEC11DEC11
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_TOTALROWSDB2/zOS: Real-Time Statistics tablespace TOTALROWS DB2RTSTOTALROWSFLTP16(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

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2DB02TSDYN
INTO CORRESPONDING FIELDS OF WA_DB2DB02TSDYN
WHERE...

How to access SAP table DB2DB02TSDYN

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