SAP ABAP Table MSS_SESSION (/sys.dm_exec_sessions 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_SESSION |
|
| Short Description | /sys.dm_exec_sessions 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 | |
MSSSESSIONID | MSSINT4 | INT4 | 10 | 0 | Session ID for SQL Server | ||
| 2 | |
MSQPRLGTME | CHAR24 | CHAR | 24 | 0 | The time at which client process logged into SQL Server. | ||
| 3 | |
MSQHOSTNE | CHAR128 | CHAR | 128 | 0 | Hostname of the application server logged into SQL Server. | ||
| 4 | |
MSQAPPPROG | CHAR256 | CHAR | 256 | 0 | Name of the application program which owns the connection. | ||
| 5 | |
MSSHPID | MSSINT4 | INT4 | 10 | 0 | Process ID on app. server | ||
| 6 | |
MSSSESSINTFVER | INT4 | 10 | 0 | MSS Session client interface name | |||
| 7 | |
MSSSESSINTFNAME | CHAR64 | CHAR | 64 | 0 | MSS Session client interface name | ||
| 8 | |
MSQUSRNAME | CHAR128 | CHAR | 128 | 0 | The user name used to log into the SQL Server database | ||
| 9 | |
MSQNTDOMA | CHAR256 | CHAR | 256 | 0 | NT domain for the client connected to SQL Server. | ||
| 10 | |
MSQNTUNAME | CHAR256 | CHAR | 256 | 0 | Windows NT user name for the process connected to SQL Server | ||
| 11 | |
MSSSESCPUTIME | INT4 | INT4 | 10 | 0 | CPU time for a SQL session (ms) | ||
| 12 | |
MSQPRMEMUS | INT4 | INT4 | 10 | 0 | The pages allocated by the SQL process in procedure cache. | ||
| 13 | |
MSSESSCHTIME | INT4 | 10 | 0 | SQL Server session scheduled time | |||
| 14 | |
MSSESSELPTIME | INT4 | 10 | 0 | SQL Server session elapsed time | |||
| 15 | |
MSSSESNUMREADS | MSQBIGINT | DEC | 20 | 0 | number of reads performed in a session | ||
| 16 | |
MSSSESNUMWRITES | MSQBIGINT | DEC | 20 | 0 | Number of writes performed in a session | ||
| 17 | |
MSSSESNUMLOGRDS | MSQBIGINT | DEC | 20 | 0 | number of reads performed by a session | ||
| 18 | |
MSSTRXISOLEVEL | CHAR | 12 | 0 | MSS Transaction Isolation level |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |