/SDF/MSSPMEM SAP (SQL Server: Memory usage data set (copy of MSD_PMEM)) Structure details

Dictionary Type: Structure
Description: SQL Server: Memory usage data set (copy of MSD_PMEM)




ABAP Code to SELECT data from /SDF/MSSPMEM
Related tables to /SDF/MSSPMEM
Access table /SDF/MSSPMEM




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

/SDF/MSSPMEM 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 "SQL Server: Memory usage data set (copy of MSD_PMEM)" 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_/SDF/MSSPMEM TYPE /SDF/MSSPMEM.

The /SDF/MSSPMEM table consists of various fields, each holding specific information or linking keys about SQL Server: Memory usage data set (copy of MSD_PMEM) data available in SAP. These include WRKPROCMEM (Amount of memory granted to ex), LOCKMEMORY (Amount of dynamic memory used), MAXWSPMEM (Maximum amount of memory avail), OPTQRYMEM (Amount of memory SQL Server is).. 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 /SDF/MSSPMEM 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
CONNECTMEM Amount of dynamic memory the s0
WRKPROCMEM Amount of memory granted to ex0
LOCKMEMORY Amount of dynamic memory used0
MAXWSPMEM Maximum amount of memory avail0
OPTQRYMEM Amount of memory SQL Server is0
SQLCACMEM Amount of memory being used fo0
TARSRVMEM Amount of memory SQL Server is0
TTLSRVMEM Amount of memory SQL Server is0
USERCONCTS Number of user connections to0
CACHEHIT Percentage of pages found in t0
DATACACHSZ Size in KB of the data cache,0
CACHESIZE Size in KB of the procedure ca0
BUFFCOMMIT Number of buffer pages committ0
FREEBUFFER Number of free buffers availab0
STLPAGECNT Number of buffer pages stolen0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/MSSPMEM using ABAP code?

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

How to access SAP table /SDF/MSSPMEM

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