DB6PMSP SAP (DB6: Tablespace Snapshot) Structure details

Dictionary Type: Structure
Description: DB6: Tablespace Snapshot




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




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

DB6PMSP 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 Snapshot" 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_DB6PMSP TYPE DB6PMSP.

The DB6PMSP table consists of various fields, each holding specific information or linking keys about DB6: Tablespace Snapshot data available in SAP. These include PARTITN (Partition Number), TBS_NAME (DB6: Tablespace Name), CALLERFLAG (Who Has Called this Program), DBMSTRTTME (DB6: Timestamp (Format: YYYYMMDDHHMMSS)).. 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 DB6PMSP 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
COMPTIMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PARTITN Partition Number0
TBS_NAMEDB6: Tablespace Name DB6TSPNAMECHAR30
CALLERFLAG Who Has Called this Program0
DBMSTRTTMEDB6: Timestamp (Format: YYYYMMDDHHMMSS) DB6TSTAMPCHAR14
PRGVERS Version of Program Inserted this Row0
PL_D_LRS pool_data_l_reads: Pool Data Logical Reads Since Connect0
PL_D_PRS pool_data_p_reads: Pool Data Physical Reads Since Connect0
PL_A_DRS pool_async_data_reads: Asynchronous Pool Data Reads0
PL_D_WS pool_data_writes: Pool Data Writes Since Connect0
PL_A_DWS pool_async_data_writes: Asynchronous Pool Data Writes0
PL_I_LRS pool_index_l_reads: Pool Index Logical Reads Since Connect0
PL_I_PRS pool_index_p_reads: Pool Index Physical Reads Since Connect0
PL_I_WS pool_index_writes: Pool Index Writes Since Connect0
PL_A_IWS pool_async_index_writes: Asynchronous Pool Index Writes0
PL_RD_TM pool_read_time: Buffer Pool Read Time Since First Connect0
PL_WT_TM pool_write_time: Buffer Pool Write Time Since First Connect0
PL_A_RTM pool_async_read_time: Asynchronous Read Time0
PL_A_WTM pool_async_write_time: Asynchronous Write Time0
PL_A_DRRQ pool_async_data_read_reqs: No. of Asynchronous Read Requests0
DIRCT_RDS direct_reads: Direct Reads Since First Connect0
DIRCT_WTS direct_writes: Direct Writes Since First Connect0
DIRCT_RRQS direct_read_reqs: Direct Read Requests0
DIRCT_WRQS direct_write_reqs: Direct Write Requests0
DIRCT_RTM direct_read_time: Direct Read Time Since First Connect0
DIRCT_WTM direct_write_time: Direct Write Time Since First Connect0
FLS_CLOSED files_closed: Files Closed for Tablespace0
PL_A_IRS pool_async_index_reads: Asynchronous Pool Index Reads0
PL_D_TE pool_data_to_estore: No. of Pages Copied from BP to ExStor.0
PL_I_TE pool_index_to_estore: No. of Pages Copied from BP to ExStor.0
PL_I_FE pool_index_from_estore: No of Pages Copied from ExStor to BP0
PL_D_FE pool_data_from_estore: No. of Pages Copied from ExStor to BP0
UNREADPFPG unread_prefetch_pages: Unread prefetched pages0
PL_TD_LRS pool_temp_data_l_reads0
PL_TD_PRS pool_temp_data_p_reads0
PL_TI_LRS pool_temp_index_l_reads0
PL_TI_PRS pool_temp_index_p_reads0
PL_A_IRRQ pool_async_index_read_reqs0
PL_ASYNC_XDA_RDS 0
PL_ASYNC_XDA_RRQ 0
PL_ASYNC_XDA_WRT 0
PL_TEMP_XDA_L_RD 0
PL_TEMP_XDA_P_RD 0
POOL_XDA_L_READS 0
POOL_XDA_P_READS 0
POOL_XDA_WRITES 0
PL_NO_VICTIM_BUF pool_no_victim_buffer0

Key field Non-key field



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

As DB6PMSP 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 DB6PMSP as there is no data to select.

How to access SAP table DB6PMSP

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