Table 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 | Description of Database Connections | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(IO_STATS_ON) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X' |
|
| 3 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(NO_EXECUTE) LIKE MSQEXPLAIN-NOEXEC OPTIONAL |
|
| 4 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(SHOWPLAN_ON) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X' |
|
| 5 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(SIMPLE_EXPLAIN) LIKE MSQEXPLAIN-SIMPLEEXPL DEFAULT 'X' |
|
| 6 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(TIME_STATS_ON) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X' |
|
| 7 | MSQEXPLAIN | MS SQL server - sql statement execution plan options | SOURCE VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' ' |
|
| 8 | MSQSQLCODE | MS SQL server structure to get the sp text | ||
| 9 | MSQSQLCODE | MS SQL server structure to get the sp text | SOURCE SQLCODE STRUCTURE MSQSQLCODE |
|
| 10 | MSQSTPRTXT | MS SQL server - stored procedure text | ||
| 11 | MSQSTPRTXT | MS SQL server - stored procedure text | SOURCE SQLEXEC_PLAN STRUCTURE MSQSTPRTXT |