Table list used by SAP ABAP Function Module MSS_EXPLAIN_SQL_STMT_XML (MS SQL server function to get statistics, showplan for SQL stmt execution.)
SAP ABAP Function Module
MSS_EXPLAIN_SQL_STMT_XML (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 |
|