Where Used List (Function Module) for SAP ABAP Table MSQEXPLAIN (MS SQL server - sql statement execution plan options)
SAP ABAP Table
MSQEXPLAIN (MS SQL server - sql statement execution plan options) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
MSS_EXPLAIN_SQL_STMT VALUE(IO_STATS_ON) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X'
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 2 |
MSS_EXPLAIN_SQL_STMT VALUE(SHOWPLAN_ON) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X'
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 3 |
MSS_EXPLAIN_SQL_STMT VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' '
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 4 |
MSS_EXPLAIN_SQL_STMT VALUE(SIMPLE_EXPLAIN) LIKE MSQEXPLAIN-SIMPLEEXPL DEFAULT 'X'
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 5 |
MSS_EXPLAIN_SQL_STMT VALUE(NO_EXECUTE) LIKE MSQEXPLAIN-NOEXEC OPTIONAL
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 6 |
MSS_EXPLAIN_SQL_STMT VALUE(TIME_STATS_ON) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X'
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 7 |
MSS_GET_SQLEXPLAIN VALUE(TIMESTATS_X) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X'
|
MS SQL Server get explain for a given SQL statement | ||||
| 8 |
MSS_GET_SQLEXPLAIN VALUE(NOEXEC_X) LIKE MSQEXPLAIN-NOEXEC DEFAULT ' '
|
MS SQL Server get explain for a given SQL statement | ||||
| 9 |
MSS_GET_SQLEXPLAIN VALUE(TRACE_FLAGS) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' '
|
MS SQL Server get explain for a given SQL statement | ||||
| 10 |
MSS_GET_SQLEXPLAIN VALUE(STATIO_X) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X'
|
MS SQL Server get explain for a given SQL statement | ||||
| 11 |
MSS_GET_SQLEXPLAIN VALUE(FINAL_COMMAND) LIKE MSQEXPLAIN-LONGSQLTXT OPTIONAL
|
MS SQL Server get explain for a given SQL statement | ||||
| 12 |
MSS_GET_SQLEXPLAIN VALUE(SHOWPLAN_X) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X'
|
MS SQL Server get explain for a given SQL statement |