DBSTATTMSS SAP (Table sizes) Table details

Dictionary Type: Table
Description: Table sizes




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




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

DBSTATTMSS is a standard SAP Table which is used to store Table sizes data and is available within R/3 SAP systems depending on the version and release level.

The DBSTATTMSS table consists of various fields, each holding specific information or linking keys about Table sizes data available in SAP. These include TABNAME (MS SQL Server object name), LUPDSTAT (Analysis date (yyyymmddhhmm)), UPDDURATE (Execution duration of an operation in seconds.), LCHCKTABLE (Analysis date (yyyymmddhhmm)).. 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: Not classified


SAP DBSTATTMSS 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
TABIDMS SQL Server table object id MSSTABIDINT410INT4
TABNAMEMS SQL Server object name MSSOBJNAMECHAR30TEXT30
LUPDSTATAnalysis date (yyyymmddhhmm) AM_DATECHAR12CHAR12
UPDDURATEExecution duration of an operation in seconds. MSSDURATEINT410INT4
LCHCKTABLEAnalysis date (yyyymmddhhmm) AM_DATECHAR12CHAR12
CHCKDURATEExecution duration of an operation in seconds. MSSDURATEINT410INT4
CHECKTYPEMS SQL Server type of check action MSSCHKTYPECHAR1TEXT1
NROWSNumber of rows in a table OROWSDEC15DEC15
DPAGESMS SQL Server number of data pages in table MSSDPAGESINT410INT4
RESERVEDMS SQL Server reserved pages for table MSSTBRESVDINT410INT4
USEDMS SQL Server number of used pages of a table MSSTBUSEDINT410INT4
TOTIDXPGMS SQL Server number of index pages for all idx of one table MSSTOTIDXPINT410INT4
RESIMTXTPGMS SQL Server number of reserved image + text pages of table MSSRESIMTXINT410INT4
USDIMTXTPGMS SQL Server number of used image or text pages for table MSSUSDIMTXINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBSTATTMSS
INTO CORRESPONDING FIELDS OF WA_DBSTATTMSS
WHERE...

How to access SAP table DBSTATTMSS

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