MSD_STSERV SAP (data about sqlserver and the host its running on) Structure details

Dictionary Type: Structure
Description: data about sqlserver and the host its running on




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




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

MSD_STSERV 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 "data about sqlserver and the host its running on" 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_MSD_STSERV TYPE MSD_STSERV.

The MSD_STSERV table consists of various fields, each holding specific information or linking keys about data about sqlserver and the host its running on data available in SAP. These include SQLVERSION (MSQ SQL server - version), SQLBUILDNM (MS SQL server - database version), SQLBUILDDT (the date sqlserver.exe was created), SQLSTARTTM (MS SQL server - time of last sql server startup).. 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 MSD_STSERV 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
HOSTNAME MS SQL server - name of the workstation or server.0
SQLVERSION MSQ SQL server - version0
SQLBUILDNM MS SQL server - database version0
SQLBUILDDT the date sqlserver.exe was created0
SQLSTARTTM MS SQL server - time of last sql server startup0
SQLEE X if the enterprise edition of sql server is being used0
NTEE X if the enterprise edition of NT is being used0
DOMAINCTLR X if the server running SQLServer is a Domain Controller0
PARAMDIFF X if a diff. exists between the set and run values of SQL0
DISKPERF 'X' if diskperf -y has been set for db server0
CHIP The processor type being used on the server running SQL0
WINVER NT version being run on the host running SQL Server0
NUMCPUS the number of CPUS on the server which runs SQL Server0
SQLCPUS The number of cpus SQL Server is allowed to run on0
MASK Bitmask which shows processors usable by NT0
PHYMEM Amount of RAM on the server running SQL Server0
TRACEFLAGS Trace flags which are set for the SQLServer executable0
MEMSETTING Relates how SQL Server memory parameters have been set0

Key field Non-key field



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

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

How to access SAP table MSD_STSERV

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