SAP ABAP Function Module MSS_COLL_LIST (MSSQL DBCOLL : Retrieving performance data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-MSS (Application Component) Microsoft SQL Server
     SMSS_TOOLS (Package) Utilities for MS SQL Server
Basic Data
Function Module MSS_COLL_LIST MSSQL DBCOLL : Retrieving performance data  
Function Group SMSSDBCOLL   MS SQL: Database Statistics Collector  
Program Name SAPLSMSSDBCOLL    
INCLUDE Name LSMSSDBCOLLU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CON_NAME TYPE DBCON-CON_NAME 'DEFAULT' Logical Name for a Database Connection
Importing SCHEMA TYPE MSSSCHEMA SPACE Schema description
Importing CURRENT TYPE CHAR1 'X' 'X' current data, SPACE historical data
Importing CCLASS TYPE MSSCCLASS 'E' MSSQL DBCOLL : Counter class
Importing SAMPLE_ID TYPE INT4 0 ID of the measurement
Importing FROM_DATE TYPE SYST-DATUM SPACE Beginning of the time interval
Importing FROM_TIME TYPE SYST-UZEIT SPACE Beginning of the time interval
Importing UNTIL_DATE TYPE SYST-DATUM SPACE End of the time interval
Importing UNTIL_TIME TYPE SYST-UZEIT SPACE End of the time interval
Importing TIMEUNIT TYPE MSSTUNIT 'M' MSSQL DBCOLL : Time grid unit
Importing GRIDLINE TYPE INT4 60 Step size of the time grid [min]
Tables RESULT TYPE MSSCOLLRESI MSSQL DBCOLL : Statistics Output Structure
Exception CONNECT_ERROR TYPE Error in Multi-Connect
Exception NO_AUTHORITY TYPE Missing access permissions
Exception INTERNAL_ERROR TYPE Internal error during ADBC access
Exception NOT_RUNNING_ON_MSSQL TYPE Wrong DB system
Exception DB_ERROR TYPE A database error occurred
               
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  20040312 
SAP Release Created in 630