SAP ABAP Function Module MSS_EXEC_DBCC_SHOWCONTIG (Execute DBCC SHOWCONTIG for a given table (and index))
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_EXEC_DBCC_SHOWCONTIG Execute DBCC SHOWCONTIG for a given table (and index)  
Function Group SMSSDATA   MSS: Cockpit Backend not from RAT  
Program Name SAPLSMSSDATA    
INCLUDE Name LSMSSDATAU76    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CON_NAME TYPE DBCON-CON_NAME 'DEFAULT' DBCON name
Importing SCHEMA TYPE MSSSCHEMA SPACE Target Schema
Importing TABLE_NAME TYPE MSSTABLE Table name
Importing INDEX_NAME TYPE MSSINDEX Index name
Importing SCHEMA_NAME TYPE MSSSCHEMA Schema name
Importing DB_NAME TYPE MSSDB Database name
Importing FAST TYPE CHAR1 If 'X', then the FAST option is used.
Importing ALL_LEVELS TYPE CHAR1 If 'X', then the ALL_LEVELS option is used.
Tables FRAG_INFO TYPE MSSSHOWCONOUT Output of dbcc showcontig
Exception NOT_RUNNING_ON_MSSQL TYPE
Exception DB_ERROR TYPE
Exception INTERNAL_ERROR TYPE
Exception DB_NOT_FOUND TYPE
Exception NO_DB_ACCESS TYPE
Exception SCHEMA_NOT_FOUND TYPE
Exception INVALID_INPUT TYPE
Exception TABLE_NOT_FOUND TYPE
Exception INDEX_NOT_FOUND TYPE
Exception CONNECT_ERROR TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled 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  20090304 
SAP Release Created in 711