Menu

SAP Function Module MSS_EXPLAIN

Complete user interface for SQL Server Explain

Recommended Now

Fire TV Stick Lite Essentials Bundle

This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.

Check it out on amazon.com →

The Function Module MSS_EXPLAIN (Complete user interface for SQL Server Explain) is a standard Function Module in SAP ERP and is part of the function group STXPL within the package STUS.

Technical Information

Function Module MSS_EXPLAIN
Short Text Complete user interface for SQL Server Explain
Function Group STXPL
Package STUS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONNDATA TYPE MSSCONNDATA MSSQL multi-connect : Complete connection information
INPUT_ABAPNAME TYPE PROGNAME ABAP Program Name
INPUT_ABLOCAT TYPE ABP_CONT Offset of a Processing Control Block
INPUT_INSTNAME TYPE MSNAME2 New Application Server Name Length (Since 6.10)
INPUT_OBJ_DB TYPE MSSDB Database name
INPUT_OBJ_SCH TYPE MSSSCHEMA Schema name
INPUT_SPID TYPE MSQSYPROID 0 MS SQL server process id
INPUT_SPNAME TYPE MSSSPNAME Stored procedure name
INPUT_STMT TYPE MSSSQLTEXT SQL definition statement text

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
INPUT_PARAMS LIKE MSQSPPARAM MS SQL server stored procedure parameter structure
INPUT_VALUES LIKE EXPL_VALUE Generic abap types and values (st05)

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_INPUT Wrong or missing input parameters
NO_STMT_TEXT Can't find statement text for spid or sp name.