/SDF/MSSSTSERV SAP (SQL Server: Static server data set (copy of MSD_STSERV)) Structure details

Dictionary Type: Structure
Description: SQL Server: Static server data set (copy of MSD_STSERV)




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




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

/SDF/MSSSTSERV 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: Static server data set (copy of MSD_STSERV)" 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/MSSSTSERV TYPE /SDF/MSSSTSERV.

The /SDF/MSSSTSERV table consists of various fields, each holding specific information or linking keys about SQL Server: Static server data set (copy of MSD_STSERV) data available in SAP. These include SQLVERSION (MSQ SQL server - version), SQLBUILDNM (MS SQL server - database versi), SQLBUILDDT (the date sqlserver.exe was cre), SQLSTARTTM (MS SQL server - time of last s).. 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/MSSSTSERV 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 wo0
SQLVERSION MSQ SQL server - version0
SQLBUILDNM MS SQL server - database versi0
SQLBUILDDT the date sqlserver.exe was cre0
SQLSTARTTM MS SQL server - time of last s0
SQLEE X if the enterprise edition of0
NTEE X if the enterprise edition of0
DOMAINCTLR X if the server running SQLSer0
PARAMDIFF X if a diff. exists between th0
DISKPERF 'X' if diskperf -y has been se0
CHIP The processor type being used0
WINVER NT version being run on the ho0
NUMCPUS the number of CPUS on the serv0
SQLCPUS The number of cpus SQL Server0
MASK Bitmask which shows processors0
PHYMEM Amount of RAM on the server ru0
TRACEFLAGS Trace flags which are set for0
MEMSETTING Relates how SQL Server memory0

Key field Non-key field



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

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

How to access SAP table /SDF/MSSSTSERV

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