Data Element list used by SAP ABAP Function Module MSS_EXPLAIN_SQL_STMT (MS SQL server function to get statistics, showplan for SQL stmt execution.)
SAP ABAP Function Module
MSS_EXPLAIN_SQL_STMT (MS SQL server function to get statistics, showplan for SQL stmt execution.) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBCON_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | MSQSHPLOPT | MS SQL server - show plan options string. | SOURCE VALUE(IO_STATS_ON) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X' |
|
| 3 | MSQSHPLOPT | MS SQL server - show plan options string. | SOURCE VALUE(NO_EXECUTE) LIKE MSQEXPLAIN-NOEXEC OPTIONAL |
|
| 4 | MSQSHPLOPT | MS SQL server - show plan options string. | SOURCE VALUE(SHOWPLAN_ON) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X' |
|
| 5 | MSQSHPLOPT | MS SQL server - show plan options string. | SOURCE VALUE(SIMPLE_EXPLAIN) LIKE MSQEXPLAIN-SIMPLEEXPL DEFAULT 'X' |
|
| 6 | MSQSHPLOPT | MS SQL server - show plan options string. | SOURCE VALUE(TIME_STATS_ON) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X' |
|
| 7 | MSQTRFLAGS | MS SQL server - trace flags | SOURCE VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' ' |
|
| 8 | MSSSCHEMA | Schema name | SOURCE VALUE(SCHEMA) TYPE MSSSCHEMA DEFAULT SPACE |
|
| 9 | MSSSQLTEXT | SQL definition statement text | ||