DB2DB02TBSIZE SAP (Transaction DB02: List of tables and tablespace (Details)) Table details

Dictionary Type: Table
Description: Transaction DB02: List of tables and tablespace (Details)




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




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

DB2DB02TBSIZE is a standard SAP Table which is used to store Transaction DB02: List of tables and tablespace (Details) data and is available within R/3 SAP systems depending on the version and release level.

The DB2DB02TBSIZE table consists of various fields, each holding specific information or linking keys about Transaction DB02: List of tables and tablespace (Details) data available in SAP. These include TBNAME (Name of the table on which the index is defined), STORDATE (Date when the storage information has been collected), STORTIME (Time when the storage information has been collected), TSNAME (Name of the tablespace).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DB2DB02TBSIZE 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
TBCREATORDB2 creator name DB2CREATORCHAR8CHAR8
TBNAMEName of the table on which the index is defined DB2TBNAMECHAR18CHAR18
STORDATEDate when the storage information has been collected DB2STODATEDATS8DATUM
STORTIMETime when the storage information has been collected DB2STOTIMETIMS6TIME
TSNAMEName of the tablespace DB2TSNAMECHAR8CHAR8
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
PARTITIONSNumber of partitions of a tablespace or index DB2NUMPARTINT25DB2SINT
TBSIZEReal Time Statistics: Table size = TOTALENTRIES*AvgRowLen KB DB2RTSTBSIZEFLTP16(16) FLTP
SPACEFColumn SYSIBM.SYSTABLES(SPACEF): DASD space used for table DB2TBSPACEFFLTP16(16) FLTP
STATSTIMEDate and time of last RUNSTATS DB2STATSTMCHAR26DB2TMSTMP
TS_ALLOCSIZETotal size of a tablespace (allocated storage in KB) DB2TSSIZDEC11DEC11
TS_FREESIZEFree size of a tablespace in KB (allocated minus used stor.) DB2TSFREEDEC11DEC11
PCTUSEDPercentage of used size to allocated size of a tablespace DB2TSPCTUDEC3DEC3
RTS_TOTALROWSReal Time Statistics: Number of rows in Table DB2TBTOTALROWSFLTP16(16) FLTP
AVGROWLENGTHAverage row length of table DB2TBAVGROWLENINT410
RTS_ST_CHANGESRUN.:Changed rows (insert, delete or update) absolute number DB2CCCHGAFLTP16(16) FLTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2DB02TBSIZE
INTO CORRESPONDING FIELDS OF WA_DB2DB02TBSIZE
WHERE...

How to access SAP table DB2DB02TBSIZE

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