SAP ABAP Table MSSQUERYSTATSOUT (Query statistics on ALV in SQL Statements (sql >=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 | MSSQUERYSTATSOUT |
|
| Short Description | Query statistics on ALV in SQL Statements (sql >=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 | |
0 | 0 | Statistical information related to CPU time/memory for query | |||||
| 2 | |
MSSSQLHANDLE | MSSHANDLE | CHAR | 130 | 0 | handle pointing to sql statment or procedure | ||
| 3 | |
MSSOBJNAME | TEXT30 | CHAR | 30 | 0 | MS SQL Server object name | ||
| 4 | |
MSSEXECCOUNT | DEC | 20 | 0 | Number of plan executions since last compile | |||
| 5 | |
MSSPCTEXECCNT | DEC | 5 | 2 | Percentage of server total execution counts | |||
| 6 | |
MSSTTLLOGICALREADS | DEC | 20 | 0 | Total logical reads for this plan since compiled | |||
| 7 | |
MSSPCTLOGICALREADS | DEC | 5 | 2 | Percent of server wide logical reads | |||
| 8 | |
MSSAVGLOGICALREADS | DEC | 20 | 0 | Average logical reads for this plan since compiled | |||
| 9 | |
MSSMAXLOGICALREADS | DEC | 20 | 0 | Maximum number of logical reads this plan has ever performed | |||
| 10 | |
MSSMINLOGICALREADS | DEC | 20 | 0 | Minimum number of logical reads this plan has ever performed | |||
| 11 | |
MSSLASTLOGICALREADS | DEC | 20 | 0 | Last logical reads for this plan since compiled | |||
| 12 | |
MSSTTLELAPSEDTIME | DEC | 20 | 0 | Total elapsed time in microseconds | |||
| 13 | |
MSSPCTELAPSEDTIME | DEC | 5 | 2 | Percentage of all server elapsed times | |||
| 14 | |
MSSAVGELAPSEDTIME | DEC | 20 | 0 | Average elapsed time in microseconds | |||
| 15 | |
MSSMAXELAPSEDTIME | DEC | 20 | 0 | Maximum elapsed time in microseconds | |||
| 16 | |
MSSMINELAPSEDTIME | DEC | 20 | 0 | Minimum elapsed time in microseconds | |||
| 17 | |
MSSLASTELAPSEDTIME | DEC | 20 | 0 | Last elapsed time in microseconds | |||
| 18 | |
MSSETPERROW | DEC | 20 | 0 | Elapsed time in microseconds per row | |||
| 19 | |
MSSTTLWORKERTIME | DEC | 20 | 0 | Total amount of CPU time consumed by executions of this plan | |||
| 20 | |
MSSPCTWORKERTIME | DEC | 5 | 2 | Percent of total worker time | |||
| 21 | |
MSSAVGWORKERTIME | DEC | 20 | 0 | Average amount of CPU time consumed by executions | |||
| 22 | |
MSSMAXWORKERTIME | DEC | 20 | 0 | Maximum CPU time consumed by this plan | |||
| 23 | |
MSSMINWORKERTIME | DEC | 20 | 0 | Minimum CPU time consumed by this plan | |||
| 24 | |
MSSLASTWORKERTIME | DEC | 20 | 0 | CPU time consumed by last execution of this plan | |||
| 25 | |
MSSTTLPHYSREADS | DEC | 20 | 0 | Total physical reads for this plan | |||
| 26 | |
MSSPCTPHYSREADS | DEC | 5 | 2 | Percent of all physical reads | |||
| 27 | |
MSSAVGPHYSREADS | DEC | 20 | 0 | Average physical reads for this plan | |||
| 28 | |
MSSMAXPHYSREADS | DEC | 20 | 0 | Maximum number of physical reads for this plan | |||
| 29 | |
MSSMINPHYSREADS | DEC | 20 | 0 | Minimum number of physical reads for this plan | |||
| 30 | |
MSSLASTPHYSREADS | DEC | 20 | 0 | Physical reads last time this plan executed | |||
| 31 | |
MSSTTLLOGWRITES | DEC | 20 | 0 | Total logical writes for this plan since compiled | |||
| 32 | |
MSSPCTLOGWRITES | DEC | 5 | 2 | Percentage of all logical writes | |||
| 33 | |
MSSAVGLOGWRITES | DEC | 20 | 0 | Average logical writes for this plan since compiled | |||
| 34 | |
MSSMAXLOGWRITES | DEC | 20 | 0 | Maximum logical writes for this plan for a single execution | |||
| 35 | |
MSSMINLOGWRITES | DEC | 20 | 0 | Minimum logical writes for this plan for a single execution | |||
| 36 | |
MSSLASTLOGWRITES | DEC | 20 | 0 | Total logical writes for this plan since compiled | |||
| 37 | |
MSSTTLCLRTIME | DEC | 20 | 0 | Total amount of CLR time consumed by executions of this plan | |||
| 38 | |
MSSPCTCLRTIME | DEC | 5 | 2 | Percentage of overall CLR time | |||
| 39 | |
MSSAVGCLRTIME | DEC | 20 | 0 | Average amount of CLR time consumed by this plan | |||
| 40 | |
MSSMAXCLRTIME | DEC | 20 | 0 | Maximum CLR time consumed by this plan | |||
| 41 | |
MSSMINCLRTIME | DEC | 20 | 0 | Minimum CLR time consumed by this plan | |||
| 42 | |
MSSLASTCLRTIME | DEC | 20 | 0 | CLR time consumed by last execution of this plan | |||
| 43 | |
MSSTTLROWS | DEC | 20 | 0 | Total number of rows returned for a query plan | |||
| 44 | |
MSSAVGROWS | DEC | 20 | 0 | Average rows returned per execution | |||
| 45 | |
MSSMAXQROWS | DEC | 20 | 0 | Maximun number of rows returned for a query plan | |||
| 46 | |
MSSMINQROWS | DEC | 20 | 0 | Minimum number of rows returned for a query plan | |||
| 47 | |
MSSLASTROWS | DEC | 20 | 0 | Total number of rows returned for a query plan | |||
| 48 | |
MSSWAITFACTOR | DEC | 20 | 0 | Elapsed time/CPU time | |||
| 49 | |
MSSEXECSPH | DEC | 16 | 3 | Executions per hour | |||
| 50 | |
MSSSTARTOFFSET | INT4 | INT4 | 10 | 0 | Start statement offset | ||
| 51 | |
MSSENDOFFSET | INT4 | INT4 | 10 | 0 | Statement end offset | ||
| 52 | |
MSSPARTIALSQL | TEXT50 | CHAR | 50 | 0 | First 50 characters of a SQL Server statement | ||
| 53 | |
MSSABNAME | PROGNAME | CHAR | 40 | 0 | Name of the ABAP report | ||
| 54 | |
ABP_CONT | INT4 | 10 | 0 | Offset of a Processing Control Block | |||
| 55 | |
MSSPLANGENNUM | DEC | 20 | 0 | Number of times this plan has been recompiled | |||
| 56 | |
MSSPLANHANDLE | MSSHANDLE | CHAR | 130 | 0 | handle pointing to plan used in execution of sql stmt/proc | ||
| 57 | |
MSSPLANCRETIME | TEXT20 | CHAR | 20 | 0 | MS SQL Server time at which the plan was compiled. | ||
| 58 | |
MSSPLANEXECTIME | TEXT20 | CHAR | 20 | 0 | MS SQL Server: Last time at which the plan was executed. | ||
| 59 | |
MSSCSTABLIST | CHAR | 1000 | 0 | Comma separated table list | |||
| 60 | |
MSSGRPBY | DEC | 15 | 0 | Sum of values with which to perform grouping |
History
| Last changed by/on | SAP | 20140117 |
| SAP Release Created in | 711 |