MSQ_DBCNFG SAP (Contains the SQL server parameter values) Structure details

Dictionary Type: Structure
Description: Contains the SQL server parameter values




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




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

MSQ_DBCNFG 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 "Contains the SQL server parameter values" 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_MSQ_DBCNFG TYPE MSQ_DBCNFG.

The MSQ_DBCNFG table consists of various fields, each holding specific information or linking keys about Contains the SQL server parameter values data available in SAP. These include ALLOWUPDS (A SQL Server configuration parameter value), COSTTHRPAL (A SQL Server configuration parameter value), COSTTHRCUR (A SQL Server configuration parameter value), DEFLTLANG (A SQL Server configuration parameter value).. 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 MSQ_DBCNFG 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
AFFMASKControls which processors SQL Server runs on MSQCFAFMSKINT410INT4
ALLOWUPDSA SQL Server configuration parameter value MSQCFVALUEINT410INT4
COSTTHRPALA SQL Server configuration parameter value MSQCFVALUEINT410INT4
COSTTHRCURA SQL Server configuration parameter value MSQCFVALUEINT410INT4
DEFLTLANGA SQL Server configuration parameter value MSQCFVALUEINT410INT4
DEFSORTORDA SQL Server configuration parameter value MSQCFVALUEINT410INT4
EXTMEMSIZEA SQL Server configuration parameter value MSQCFVALUEINT410INT4
SQLFILFACTA SQL Server configuration parameter value MSQCFVALUEINT410INT4
INDXCREMEMControls the amount of memory used by index creation sorts MSQCFIDXCMINT410INT4
LANGINCACHA SQL Server configuration parameter value MSQCFVALUEINT410INT4
FIBERMODEControls whether SQL Server runs in fiber or thread mode MSQCFFIBERCHAR1CHAR1
SQLLOCKSControls the maximum number of available locks MSQCFLOCKSINT410INT4
MAXASYNCIOControls the maximum number of outstanding asynch disk I/Os MSQCFMASIOINT410INT4
MAXDEGPARLControls the number of threads to use in parallel plan exec. MSQCFMDOPINT410INT4
MAXSVRMEMControls the maximum amount of memory allocated to SQL Servr MSQCFMAXSMINT410INT4
MAXTXTRSZA SQL Server configuration parameter value MSQCFVALUEINT410INT4
MAXWRKTHDSControls the maximum number of worker threads avail to SQL MSQCFWTHRINT410INT4
MEDIARETNA SQL Server configuration parameter value MSQCFVALUEINT410INT4
MINSVRMEMControls the minimum amount of memory allocated to SQL Servr MSQCFMINSMINT410INT4
NESTTRIGSA SQL Server configuration parameter value MSQCFVALUEINT410INT4
NETPACKSZControls the size data transfers between SQL Server/ clients MSQCFNETPSINT410INT4
OPENOBJSThe number of open objects in SQL Server at any time MSQCFOPOBJINT410INT4
PRIORTYBSTControls whether SQL Server should run at a higher priority MSQCFPRYBTINT410INT4
QRYGOVCOSTA SQL Server configuration parameter value MSQCFVALUEINT410INT4
QUERYWAITA SQL Server configuration parameter value MSQCFVALUEINT410INT4
RECVRYINTLMaximum number of minutes that SQL Server recovers DB MSQCFRECININT410INT4
REMOTACCESA SQL Server configuration parameter value MSQCFVALUEINT410INT4
REMLOGTMOTA SQL Server configuration parameter value MSQCFVALUEINT410INT4
REMPROCTRXA SQL Server configuration parameter value MSQCFVALUEINT410INT4
REMQRYTMOTA SQL Server configuration parameter value MSQCFVALUEINT410INT4
RESRCTMOUTA SQL Server configuration parameter value MSQCFVALUEINT410INT4
SCANSUPROCA SQL Server configuration parameter value MSQCFVALUEINT410INT4
WORKSETSZReserves physical memory for SQL Server MSQCFWSSINT410INT4
SHOWADVOPSControls whether advanced SQL Server options are shown MSQCFADVOPINT410INT4
SPINCOUNTRA SQL Server configuration parameter value MSQCFVALUEINT410INT4
TIMESLICEA SQL Server configuration parameter value MSQCFVALUEINT410INT4
UNCMPSTYLEA SQL Server configuration parameter value MSQCFVALUEINT410INT4
UNCLOCIDA SQL Server configuration parameter value MSQCFVALUEINT410INT4
USERCONNSControls the max number of simult. connections to SQL Servr MSQCFUSRCNINT410INT4
USEROPTINSA SQL Server configuration parameter value MSQCFVALUEINT410INT4

Key field Non-key field



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

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

How to access SAP table MSQ_DBCNFG

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