Where Used List (Function Module) for SAP ABAP Data Element MSQTRFLAGS (MS SQL server - trace flags)
SAP ABAP Data Element
MSQTRFLAGS (MS SQL server - trace flags) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
MSS_EXPLAIN_SQL_STMT VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' '
|
MS SQL server function to get statistics, showplan for SQL stmt execution. | ||||
| 2 |
MSS_GET_SQLEXPLAIN VALUE(TRACE_FLAGS) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' '
|
MS SQL Server get explain for a given SQL statement | ||||