Table/Structure Field list used by SAP ABAP Function Module MSS_GET_SQLEXPLAIN (MS SQL Server get explain for a given SQL statement)
SAP ABAP Function Module
MSS_GET_SQLEXPLAIN (MS SQL Server get explain for a given SQL statement) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBCON - CON_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | DBCON - CON_NAME | Logical name for a database connection | ||
| 3 | MSQEXPLAIN - TIMESTATON | MS SQL server - show plan options string. | SOURCE VALUE(TIMESTATS_X) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X' |
|
| 4 | MSQEXPLAIN - TRACEFLAGS | MS SQL server - trace flags | SOURCE VALUE(TRACE_FLAGS) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' ' |
|
| 5 | MSQEXPLAIN - TRACEFLAGS | MS SQL server - trace flags | ||
| 6 | MSQEXPLAIN - TIMESTATON | MS SQL server - show plan options string. | ||
| 7 | MSQEXPLAIN - SHOWPLANON | MS SQL server - show plan options string. | SOURCE VALUE(SHOWPLAN_X) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X' |
|
| 8 | MSQEXPLAIN - SHOWPLANON | MS SQL server - show plan options string. | ||
| 9 | MSQEXPLAIN - NOEXEC | MS SQL server - show plan options string. | SOURCE VALUE(NOEXEC_X) LIKE MSQEXPLAIN-NOEXEC DEFAULT ' ' |
|
| 10 | MSQEXPLAIN - NOEXEC | MS SQL server - show plan options string. | ||
| 11 | MSQEXPLAIN - LONGSQLTXT | MS SQL server - SQL statement | SOURCE VALUE(FINAL_COMMAND) LIKE MSQEXPLAIN-LONGSQLTXT OPTIONAL |
|
| 12 | MSQEXPLAIN - LONGSQLTXT | MS SQL server - SQL statement | ||
| 13 | MSQEXPLAIN - IOSTATSON | MS SQL server - show plan options string. | SOURCE VALUE(STATIO_X) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X' |
|
| 14 | MSQEXPLAIN - IOSTATSON | MS SQL server - show plan options string. | ||
| 15 | MSQOBJECTS - NAME | Object name as defined in system table sysobjects. | SOURCE VALUE(SP_NAME) LIKE MSQOBJECTS-NAME DEFAULT ' ' |
|
| 16 | MSSHELP - MIRRFLAG | MS SQL Server mirror flag (shows that a device is mirrored) | ||
| 17 | MSSHELP - MIRRFLAG | MS SQL Server mirror flag (shows that a device is mirrored) | SOURCE VALUE(GURU_AT_WORK) LIKE MSSHELP-MIRRFLAG DEFAULT ' ' |
|
| 18 | SYST - MSGID | ABAP System Field: Message ID | ||
| 19 | SYST - MSGNO | ABAP System Field: Message Number | ||
| 20 | SYST - MSGV1 | ABAP System Field: Message Variable | ||
| 21 | SYST - MSGV2 | ABAP System Field: Message Variable | ||
| 22 | SYST - MSGV3 | ABAP System Field: Message Variable | ||
| 23 | SYST - MSGV4 | ABAP System Field: Message Variable |