MSSPFMEUSG SAP (Display MSQSNAP table: Internal memory usage) Structure details

Dictionary Type: Structure
Description: Display MSQSNAP table: Internal memory usage




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




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

MSSPFMEUSG 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 "Display MSQSNAP table: Internal memory usage" 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_MSSPFMEUSG TYPE MSSPFMEUSG.

The MSSPFMEUSG table consists of various fields, each holding specific information or linking keys about Display MSQSNAP table: Internal memory usage data available in SAP. These include RECORDDATE (Date), RECORDTIME (Time), DATACACHSZ (Size in KB of the data cache, including unused space), CACHEHIT (Percentage of pages found in the buffer cache).. 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: Not classified


SAP MSSPFMEUSG 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
DAYOWDay (for Collector) DAYOFWEEKCHAR7CHAR7
RECORDDATEDate DATUMDATS8DATUM
RECORDTIMETime UZEITTIMS6UZEIT
DATACACHSZSize in KB of the data cache, including unused space MSSPBDATACDEC23
CACHEHITPercentage of pages found in the buffer cache MSSPBCACHTDEC13(3)
CACHESIZESize in KB of the procedure cache, including unused space. MSSPBCACSZDEC23
OBJECTCNTNumber of objects stored in the procedure cache. MSSPCOBJCTDEC23
OBJPAGESNumber of pages used by this object type in the cache. MSSPCPAGESDEC23
USECOUNTSNumber of times an object of this type has been used. MSSPCUSECTDEC23
HITRATIOProcedure cache hit ratio as percentage. MSSPCRATIODEC13(3)
SQLCACMEMAmount of memory being used for dynamic SQL cache in KB MSSPMCACMDEC23
CONNECTMEMAmount of dynamic memory the server is using for connections MSSPMCONNDEC23
OPTQRYMEMAmount of memory SQL Server is using for query optimization MSSPMOPMEMDEC23
LOCKMEMORYAmount of dynamic memory used for locks in KB MSSPMLCKMDEC23
WRKPROCMEMAmount of memory granted to executing processes in KB MSSPMGWSPMDEC23
MAXWSPMEMMaximum amount of memory available for executing SQL process MSSPMMWSPMDEC23
BUFFCOMMITNumber of committed pages in cache. MSSPBCOMITDEC23
STLPAGECNTNumber of buffer pages taken for other memory requirements MSSPBSTPCTDEC23

Key field Non-key field



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

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

How to access SAP table MSSPFMEUSG

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