Table/Structure Field 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 Table/Structure Field  DBCON - CON_NAME Logical name for a database connection
2 Table/Structure Field  DBCON - CON_NAME Logical name for a database connection SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT'
3 Table/Structure Field  MSQEXPLAIN - TRACEFLAGS MS SQL server - trace flags
4 Table/Structure Field  MSQEXPLAIN - TRACEFLAGS MS SQL server - trace flags SOURCE VALUE(TRACE_FLAG_LIST) LIKE MSQEXPLAIN-TRACEFLAGS DEFAULT ' '
5 Table/Structure Field  MSQEXPLAIN - TIMESTATON MS SQL server - show plan options string. SOURCE VALUE(TIME_STATS_ON) LIKE MSQEXPLAIN-TIMESTATON DEFAULT 'X'
6 Table/Structure Field  MSQEXPLAIN - TIMESTATON MS SQL server - show plan options string.
7 Table/Structure Field  MSQEXPLAIN - SIMPLEEXPL MS SQL server - show plan options string. SOURCE VALUE(SIMPLE_EXPLAIN) LIKE MSQEXPLAIN-SIMPLEEXPL DEFAULT 'X'
8 Table/Structure Field  MSQEXPLAIN - SIMPLEEXPL MS SQL server - show plan options string.
9 Table/Structure Field  MSQEXPLAIN - SHOWPLANON MS SQL server - show plan options string. SOURCE VALUE(SHOWPLAN_ON) LIKE MSQEXPLAIN-SHOWPLANON DEFAULT 'X'
10 Table/Structure Field  MSQEXPLAIN - SHOWPLANON MS SQL server - show plan options string.
11 Table/Structure Field  MSQEXPLAIN - NOEXEC MS SQL server - show plan options string. SOURCE VALUE(NO_EXECUTE) LIKE MSQEXPLAIN-NOEXEC OPTIONAL
12 Table/Structure Field  MSQEXPLAIN - NOEXEC MS SQL server - show plan options string.
13 Table/Structure Field  MSQEXPLAIN - IOSTATSON MS SQL server - show plan options string. SOURCE VALUE(IO_STATS_ON) LIKE MSQEXPLAIN-IOSTATSON DEFAULT 'X'
14 Table/Structure Field  MSQEXPLAIN - IOSTATSON MS SQL server - show plan options string.
15 Table/Structure Field  MSQSQLCODE - TEXTLINE MS sql server - stored procedure text line
16 Table/Structure Field  MSQSTPRTXT - TEXTLINE MSQSTPRTXT-TEXTLINE
17 Table/Structure Field  SYST - FDPOS ABAP System Field: Occurrence in Byte or Character String
18 Table/Structure Field  SYST - MSGID ABAP System Field: Message ID
19 Table/Structure Field  SYST - MSGNO ABAP System Field: Message Number
20 Table/Structure Field  SYST - MSGTY ABAP System Field: Message Type
21 Table/Structure Field  SYST - MSGV1 ABAP System Field: Message Variable
22 Table/Structure Field  SYST - MSGV2 ABAP System Field: Message Variable
23 Table/Structure Field  SYST - MSGV3 ABAP System Field: Message Variable
24 Table/Structure Field  SYST - MSGV4 ABAP System Field: Message Variable