SAP ABAP Table MSS_REQUEST (sys.dm_exec_requests structure from SQL Server 9.0)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-MSS (Application Component) Microsoft SQL Server
⤷
STUN_MSS (Package) Package for new SQL Server monitoring objects

⤷

⤷

Basic Data
Table Category | INTTAB | Structure |
Structure | MSS_REQUEST |
![]() |
Short Description | sys.dm_exec_requests structure from SQL Server 9.0 |
Delivery and Maintenance
Pool/cluster | ||
Delivery Class | ||
Data Browser/Table View Maintenance | Display/Maintenance Allowed with Restrictions |
Components
![]() |
Field | Key | Data Element | Domain | Data Type |
Length | Decimal Places |
Short Description | Check table |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MSSREQSID | INT4 | 10 | 0 | Session ID associated with the request being processed | |||
2 | ![]() |
MSSREQUESTID | INT4 | 10 | 0 | SQL Server Request ID | |||
3 | ![]() |
MSSREQDATE | CHAR | 24 | 0 | Character representation of datetime YYYY-MM-DD HH:MM:SS:SSS | |||
4 | ![]() |
MSQPROSTAT | CHAR60 | CHAR | 60 | 0 | SQL Server process status; ie sleeping, running etc. | ||
5 | ![]() |
MSQEXECMD | CHAR32 | CHAR | 32 | 0 | Command currently being executed by the given process id | ||
6 | ![]() |
MSSSQLHANDLE | MSSHANDLE | CHAR | 130 | 0 | handle pointing to sql statment or procedure | ||
7 | ![]() |
MSSINT4 | INT4 | 10 | 0 | SQL Server int4 | |||
8 | ![]() |
MSSINT4 | INT4 | 10 | 0 | SQL Server int4 | |||
9 | ![]() |
MSSPLANHANDLE | MSSHANDLE | CHAR | 130 | 0 | handle pointing to plan used in execution of sql stmt/proc | ||
10 | ![]() |
MSSDB | MSSSYSNAME | CHAR | 128 | 0 | Database name | ||
11 | ![]() |
MSQUSRNAME | CHAR128 | CHAR | 128 | 0 | The user name used to log into the SQL Server database | ||
12 | ![]() |
MSSREQCONNID | MSSUNIQIDENT | CHAR | 36 | 0 | SQL Server connection id | ||
13 | ![]() |
MSSBLKSESSIONID | INT4 | 10 | 0 | Blocking session ID for SQL Server | |||
14 | ![]() |
MSQWAITIME | INT4 | INT4 | 10 | 0 | Current wait time of the process in milliseconds | ||
15 | ![]() |
MSQSQLWAIT | CHAR64 | CHAR | 64 | 0 | The locked resource process is waiting for (object ID). | ||
16 | ![]() |
MSQSAPWAIT | CHAR255 | CHAR | 255 | 0 | Name of the locked resource the process is waiting for. | ||
17 | ![]() |
MSSOPENTRAN | INT4 | 10 | 0 | Number of open transactions for the SQL Server process | |||
18 | ![]() |
MSSOPENRES | INT4 | 10 | 0 | Number of open result sets for the SQL Server process | |||
19 | ![]() |
MSSTRANSACTIONID | MSQBIGINT | DEC | 20 | 0 | Transaction identifier request executes under | ||
20 | ![]() |
MSSPRCCOMP | DEC | 6 | 2 | Percentage complete | |||
21 | ![]() |
MSSESTCMPTIME | MSQBIGINT | DEC | 20 | 0 | Estimated Completion time of SQL Request | ||
22 | ![]() |
MSSREQCPUTIME | INT4 | INT4 | 10 | 0 | CPU time for a request | ||
23 | ![]() |
MSSREQTTL | INT4 | 10 | 0 | Total elapsed time utilized by a request | |||
24 | ![]() |
MSSREQSCHEDULERID | INT4 | 10 | 0 | ID of the scheduler used for the request | |||
25 | ![]() |
MSSREQNUMREADS | MSQBIGINT | DEC | 20 | 0 | number of reads performed by the request | ||
26 | ![]() |
MSSREQNUMWRITES | MSQBIGINT | DEC | 20 | 0 | number of writes performed in a request | ||
27 | ![]() |
MSSREQNUMLOGRDS | MSQBIGINT | DEC | 20 | 0 | number of reads performed by a request | ||
28 | ![]() |
MSSROWCOUNT | MSQBIGINT | DEC | 20 | 0 | SQL Server count of rows returned | ||
29 | ![]() |
MSSPARTIALSQL | TEXT50 | CHAR | 50 | 0 | First 50 characters of a SQL Server statement |
History
Last changed by/on | SAP | 20130604 |
SAP Release Created in | 700 |