DB6PMCTBS SAP (DB6: Tablespace Configuration Data (Calculated)) Structure details

Dictionary Type: Structure
Description: DB6: Tablespace Configuration Data (Calculated)




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




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

DB6PMCTBS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DB6: Tablespace Configuration Data (Calculated)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DB6PMCTBS TYPE DB6PMCTBS.

The DB6PMCTBS table consists of various fields, each holding specific information or linking keys about DB6: Tablespace Configuration Data (Calculated) data available in SAP. These include DBMSTRTTME (DB6: Timestamp (Format: YYYYMMDDHHMMSS)), TBS_ID (Tabelspace ID), TBS_NAME (DB6: Tablespace Name), PARTITN (Partition number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DB6PMCTBS structure 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
COMPTIMEDBA: ISO conform timestamp with ms precission DB6DATETIMCHAR26
DBMSTRTTMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
TBS_ID Tabelspace ID0
TBS_NAMEDB6: Tablespace Name DB6TSPNAMECHAR30
PARTITN Partition number0
TBS_TYPE E.g. SMS, DMS0
TOTALKB Total KB0
TOTALPAGES Total Pages0
USABLEKB Toal KB minus Overhead0
USABLEPGS Total Pages minus Overhead0
USEDKB Used KB0
USEDPAGES Used Pages0
PCTUSEDKB % used of usable0
FREEKB Usable KB minus Used KB0
FREEPAGES Usable Pages minus Used Pages0
PCTFREEKB % free of usable0
PAGESIZE Page Size in Bytes0
HGHWTRMRK High Water Mark of Used Page Numbers0
EXTSIZE Extent Size in Pages0
PF_SZ Prefetch Size0
NUM_CONT Number of Containers0
NUM_CONT_DLT Change in Number of Containers0
CONTENTS E.g. Regular Contents, Temporary Data, ...0
TBSSTATE e.g. Normal, Load Pending, ...0
AUTOSTOR 0
AUTORESIZ 0
INITSIZ 0
CURRSIZ 0
INCRSIZABS 0
INCRSIZPCT 0
LASTRSZDAT 0
LASTRSZTIM 0
LASTRSZFAI 0
LASTRSZTIM 0
MAX_SIZE 0
LASTRSZFAI 0
MAX_SIZE 0
FS_CACHING fs_caching: status of filesystem caching0
FS_CACHING fs_caching: status of filesystem caching0
TBSP_CUR_POOL_ID tbsp_curr_pool_id: current bufferpool ID0
TBSP_CUR_POOL_ID tbsp_curr_pool_id: current bufferpool ID0
TBSP_NXT_POOL_ID tbsp_next_pool_id: bufferpool ID at next startup0
TBSP_NXT_POOL_ID tbsp_next_pool_id: bufferpool ID at next startup0
TBSP_PENDING_FREE_PAGES tbsp_pending_free_pages0
TBSP_MIN_RECOVERY_TIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
TBSP_PENDING_FREE_PAGES tbsp_pending_free_pages0
TBSP_NUM_RANGES tbsp_num_ranges0
TBSP_MIN_RECOVERY_TIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
TBSP_NUM_RANGES tbsp_num_ranges0
TBSP_PAGE_TOP 0
RECLAIMABLE_SPACE_ENABLEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
TBSP_PATHS_DROPPEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
TBSP_LAST_RESIZE_TIMEDBA: ISO conform timestamp with ms precission DB6DATETIMCHAR26
PF_SIZE_IMAGE 0
TOTALKB_DELTA 0
USEDKB_DELTA 0
PF_SZ_CURRENT 0
FS_FREE_SIZE_MB 0
TOTAL_FREE_MB TBSP Free + FS Free0
TOTAL_USED_PERCENT TBSP Used in Relation to TBSP Total + FS Free in %0
NUM_TABLES Number of Tables in Tablespace0
NUM_TABLES_DLT Change of Number of Tables in Tablespace0
NUM_INDEXES Number of Indexes in Tablespace0
NUM_INDEXES_DLT Change of Number of Indexes in Tablespace0
TOTALKB_GB 0
TOTALKB_KB 0
USABLEKB_KB 0
USEDKB_KB 0
FREEKB_KB 0
USEDKB_DELTA_KB 0
TOTALKB_DELTA_KB 0
TOTALKB_DELTA_MB 0
TOTAL_FREE_GB 0

Key field Non-key field



How do I retrieve data from SAP structure DB6PMCTBS using ABAP code?

As DB6PMCTBS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DB6PMCTBS as there is no data to select.

How to access SAP table DB6PMCTBS

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