Table list used by SAP ABAP Function Module MSS_EXPLAIN_SQL_STMT_RS (MS SQL server function to get statistics, showplan for SQL stmt execution.)
SAP ABAP Function Module
MSS_EXPLAIN_SQL_STMT_RS (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 | MSQSQLCODE | MS SQL server structure to get the sp text | ||
| 3 | MSQSQLCODE | MS SQL server structure to get the sp text | SOURCE SQLCODE STRUCTURE MSQSQLCODE |
|
| 4 | MSSXPLPLAN | Structured output from queries when set showplan_all is on. | ||
| 5 | MSSXPLPLAN | Structured output from queries when set showplan_all is on. | SOURCE SQLEXEC_PLAN STRUCTURE MSSXPLPLAN |
|