DB2TSSIZE_T SAP (DB2/390: Storage Information on R/3 Tablespaces) Table details

Dictionary Type: Table
Description: DB2/390: Storage Information on R/3 Tablespaces




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




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

DB2TSSIZE_T is a standard SAP Table which is used to store DB2/390: Storage Information on R/3 Tablespaces data and is available within R/3 SAP systems depending on the version and release level.

The DB2TSSIZE_T table consists of various fields, each holding specific information or linking keys about DB2/390: Storage Information on R/3 Tablespaces data available in SAP. These include DBNAME (Database name), PARTITIONS (Number of partitions of a tablespace or index), CREATOR (DB2 creator name), DSNAME (Dataset 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 DB2TSSIZE_T 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
TSNAMEName of the tablespace DB2TSNAMECHAR8CHAR8
DBNAMEDatabase name DB2DBNAMECHAR8D2DBNAME
PARTITIONSNumber of partitions of a tablespace or index DB2NUMPARTINT25DB2SINT
CREATORDB2 creator name DB2CREATORCHAR8CHAR8
DSNAMEDataset name DB2DSNAMECHAR44DB2CHAR44
EXTENTSTotal number of extents of a tablespace or index DB2NUMEXT5DEC5DEC5
ALLOCSIZETotal size of a tablespace (allocated storage in KB) DB2TSSIZDEC11DEC11
FREESIZEFree size of a tablespace in KB (allocated minus used stor.) DB2TSFREEDEC11DEC11
PCTUSEDPercentage of used size to allocated size of a tablespace DB2TSPCTUDEC3DEC3
MAX_EXTENTSMaximum number of extents of a partition of the TS or IX DB2MAXEXTSINT410
PQTYPrimary space allocation DB2PQTYINT410
SQTYSecondary space allocation DB2SQTYINT410
QTYUNITUnit in which primary and secondary allocation are given DB2QTYUNITCHAR8DB2QTYUNIT
STORDATEDate when the storage information has been collected DB2STODATEDATS8DATUM
STORTIMETime when the storage information has been collected DB2STOTIMETIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2TSSIZE_T
INTO CORRESPONDING FIELDS OF WA_DB2TSSIZE_T
WHERE...

How to access SAP table DB2TSSIZE_T

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