SAP ABAP Function Module MSS_GET_SESCONREQ (retrieve the connections,session,request data for active requests)
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_GET_SESCONREQ retrieve the connections,session,request data for active requests  
Function Group SMSSDATA   MSS: Cockpit Backend not from RAT  
Program Name SAPLSMSSDATA    
INCLUDE Name LSMSSDATAU36    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Importing CON_NAME TYPE DBCON-CON_NAME 'DEFAULT' Logical name of a database connection
Importing SCHEMA TYPE MSSSCHEMA SPACE Target schema
Importing ACT_REQS_ONLY TYPE CHAR1 'N' Single-Character Flag
Importing ENG_CONS_INCLUDED TYPE CHAR1 'N' Single-Character Flag
Importing ONE_LOGIN TYPE MSSSCHEMA 'N' Name of sp_configure parameter
Importing ONE_HOST TYPE MSS_ACTIVE_REQUEST-HOSTNAME 'N' Hostname of the application server logged into SQL Server.
Importing ONE_WP TYPE MSS_ACTIVE_REQUEST-PROGNAME 'N' Name of the application program which owns the connection.
Tables REQSTATS TYPE MSS_ACTIVE_REQUEST SQLServer syscacheobject table
Exception WRONG_DB_RELEASE TYPE Database release must be newer than 7.0
Exception DB_ERROR TYPE Some database error occurred.
Exception INTERNAL_ERROR TYPE Internal ADBC error.
Exception NOT_RUNNING_ON_MSSQL TYPE Not MSSQL
Exception CONNECT_ERROR TYPE Can't connect
               
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