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 Table  DBCON Description of Database Connections SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT'
2 Table  MSQSQLCODE MS SQL server structure to get the sp text
3 Table  MSQSQLCODE MS SQL server structure to get the sp text SOURCE SQLCODE STRUCTURE MSQSQLCODE
4 Table  MSSXPLPLAN Structured output from queries when set showplan_all is on.
5 Table  MSSXPLPLAN Structured output from queries when set showplan_all is on. SOURCE SQLEXEC_PLAN STRUCTURE MSSXPLPLAN