Table/Structure Field 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 - CON_NAME | Logical name for a database connection | ||
| 2 | DBCON - CON_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 3 | MSQEXPLAIN - TRACEFLAGS | MS SQL server - trace flags | ||
| 4 | MSQEXPLAIN - TRACEFLAGS | MS SQL server - trace flags | SOURCE VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' ' |
|
| 5 | MSQEXPLAIN - TIMESTATON | MS SQL server - show plan options string. | SOURCE VALUE(TIME_STATS_ON) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X' |
|
| 6 | MSQEXPLAIN - TIMESTATON | MS SQL server - show plan options string. | ||
| 7 | MSQEXPLAIN - SIMPLEEXPL | MS SQL server - show plan options string. | SOURCE VALUE(SIMPLE_EXPLAIN) LIKE MSQEXPLAIN-SIMPLEEXPL DEFAULT 'X' |
|
| 8 | MSQEXPLAIN - SIMPLEEXPL | MS SQL server - show plan options string. | ||
| 9 | MSQEXPLAIN - SHOWPLANON | MS SQL server - show plan options string. | SOURCE VALUE(SHOWPLAN_ON) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X' |
|
| 10 | MSQEXPLAIN - SHOWPLANON | MS SQL server - show plan options string. | ||
| 11 | MSQEXPLAIN - NOEXEC | MS SQL server - show plan options string. | SOURCE VALUE(NO_EXECUTE) LIKE MSQEXPLAIN-NOEXEC OPTIONAL |
|
| 12 | MSQEXPLAIN - NOEXEC | MS SQL server - show plan options string. | ||
| 13 | MSQEXPLAIN - IOSTATSON | MS SQL server - show plan options string. | SOURCE VALUE(IO_STATS_ON) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X' |
|
| 14 | MSQEXPLAIN - IOSTATSON | MS SQL server - show plan options string. | ||
| 15 | MSQSQLCODE - TEXTLINE | MS sql server - stored procedure text line | ||
| 16 | MSQSTPRTXT - TEXTLINE | MSQSTPRTXT-TEXTLINE | ||
| 17 | SYST - FDPOS | ABAP System Field: Occurrence in Byte or Character String | ||
| 18 | SYST - MSGID | ABAP System Field: Message ID | ||
| 19 | SYST - MSGNO | ABAP System Field: Message Number | ||
| 20 | SYST - MSGTY | ABAP System Field: Message Type | ||
| 21 | SYST - MSGV1 | ABAP System Field: Message Variable | ||
| 22 | SYST - MSGV2 | ABAP System Field: Message Variable | ||
| 23 | SYST - MSGV3 | ABAP System Field: Message Variable | ||
| 24 | SYST - MSGV4 | ABAP System Field: Message Variable |