SAP ABAP Function Module MSS_EXPLAIN_SQL_STMT_RS (MS SQL server function to get statistics, showplan for SQL stmt execution.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-MSS (Application Component) Microsoft SQL Server
⤷
STUN_MSS (Package) Package for new SQL Server monitoring objects
⤷
⤷
Basic Data
| Function Module | MSS_EXPLAIN_SQL_STMT_RS | MS SQL server function to get statistics, showplan for SQL stmt execution. |
| Function Group | SMSSDATA | MSS: Cockpit Backend not from RAT |
| Program Name | SAPLSMSSDATA | |
| INCLUDE Name | LSMSSDATAU34 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
CON_NAME | TYPE | DBCON-CON_NAME | 'DEFAULT' | Logical name of a Database Connection | ||
| |
SQLCODE | TYPE | MSQSQLCODE | MS SQL server structure to get the sp text | |||
| |
SQLEXEC_PLAN | TYPE | MSSXPLPLAN | Structured output from queries when set showplan_all is on. | |||
| |
DB_ERROR | TYPE | Some database error occurred. | ||||
| |
INTERNAL_ERROR | TYPE | Internal ADBC error. | ||||
| |
NOT_RUNNING_ON_MSSQL | TYPE | Not MSSQL | ||||
| |
CONNECT_ERROR | TYPE | Can't connect | ||||
| |
TOO_LONG | TYPE | Statement is too long | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20100421 |
| SAP Release Created in | 711 |