/SDF/MSSDBDATA610 SAP (SQL Server: Database options (copy of MSQ_DBDATA in 6.10)) Structure details

Dictionary Type: Structure
Description: SQL Server: Database options (copy of MSQ_DBDATA in 6.10)




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




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

/SDF/MSSDBDATA610 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: Database options (copy of MSQ_DBDATA in 6.10)" 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/MSSDBDATA610 TYPE /SDF/MSSDBDATA610.

The /SDF/MSSDBDATA610 table consists of various fields, each holding specific information or linking keys about SQL Server: Database options (copy of MSQ_DBDATA in 6.10) data available in SAP. These include CRDATE (Date the database was created.), CMPTLEVEL (Compatibility level SQL Server is running on.), AUTOSTCRE (AUTO_CREATE_STATISTICS: missing statistics auto. generated.), AUTOSTUPD (AUTO_UPDATE_STATISTICS: Out of date statistics auto. updated).. 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/MSSDBDATA610 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
DBNAME The name of the database in SQL Server instance.0
CRDATE Date the database was created.0
CMPTLEVEL Compatibility level SQL Server is running on.0
AUTOSTCRE AUTO_CREATE_STATISTICS: missing statistics auto. generated.0
AUTOSTUPD AUTO_UPDATE_STATISTICS: Out of date statistics auto. updated0
AUTOCLOSE The database will close down when the last user logs out0
BULKCOPY SELECT INTO and fast bulk copies are allowed.0
TRUCLOG Trunc. log on chkpt.: checkpoint when log is 70% full.0
TORNPGDET TORN_PAGE_DETECTION: incomplete pages can be detected.0
LOADING The database is in a loading state.0
PRERECVY The database is in a prerecovering state0
RECOVERY Recovery of the database is underway.0
NOTRECVR The database is not recovering0
DBOFFLINE The database is in status OFFLINE.0
READONLY The database is in read only mode.0
DBOONLY RESTRICTED_USER: Only the DB owner can access the database.0
SINGLEUSER SINGLE_USER: the database is in single user mode.0
EMERGYMD Database is in emergency mode.0
AUTOSHRINK AUTO_SHRINK: when 25% of the file is unused, file is shrunk.0
CLNSHTDWN Database was cleanly shutdown0
ANSINULDEF ANSI_NULL_DEFAULT: NULL values allowed as default.0
CCNULL CONCAT_NULL_YIELDS_NULL: NULLs concatenated result in NULL.0
RECTRIGGER RECURSIVE_TRIGGERS: enables recursive firing of triggers.0
DEFLOCCUR CURSOR_DEFAULT LOCAL: cursor declarations default to LOCAL0
QUOTEDID Quoted identifier: ' can be used to surround identifiers.0
CCONCOMMIT Cursor close on commit:any cursors open are closed on commit0
ANSINULLS ANSI_NULLS: any comparisons to a NULL value evaluate to NULL0
ANSIWARN ANSI_WARNINGS: null values in aggregate fcns, or divide by 00
FULLTXTEN Initializes fulltext indexing or removes all fulltext catalg0
DBSUSPECT Database is marked as suspect.0
DBSHUTDOWN Database encountered a problem during startup.0
DBSTANDBY Database is functioning as a standby server.0
ARITHABORT ARITHABORT: Terminates on overflow or divide-by-zero error.0
NUMRNDABRT NUMERIC_ROUNDABORT: error on loss of precision in expression0
DBSIZE Database size in MB (data files).0
DBFREE Database free space in data files in MB.0
DBUSED Database used space in data files in MB.0
LOGSIZE Size of the database transaction log in MB.0
LOGFREE Free space in database transaction log in MB .0
LOGUSED Used space in database transaction log in MB.0
DBNUMSAP Number of connections to SAP database from SAP application.0
DBNUMOTHER Number of non-SAP processes connected to SAP database.0
DBNDIFFUSE Number of different users connected to SAP database0

Key field Non-key field



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

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

How to access SAP table /SDF/MSSDBDATA610

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