SAP ABAP Interface IF_SOAP_MONI_CALL_SELECTION (Selection Criteria for WS Calls)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-MON (Application Component) WebServices ABAP Monitoring
     SOAP_MONITORING (Package) SOAP Monitoring Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_MONI_CALL_SELECTION SOAP Selection Criteria 20051111
Properties
Interface IF_SOAP_MONI_CALL_SELECTION  
Short Description Selection Criteria for WS Calls    
General Data
Package SOAP_MONITORING   SOAP Monitoring Framework 
Created 20051111   SAP 
Last changed 20090618   SAP 
Unicode checks active    
Forward declarations
Interface IF_SOAP_MONI_CALL_SELECTION has no forward declaration.
Interfaces
Interface IF_SOAP_MONI_CALL_SELECTION has no interface.
Friends
Interface IF_SOAP_MONI_CALL_SELECTION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_WILDCARD_VALUE Constant Public Type reference (TYPE) CHAR1 '*' Wildcard Value 20051111
2 M_AC Instance attribute Public Type reference (TYPE) SRT_MONI_APPL_COMP_TAB Application Component 20051220
3 M_APPLSERVER Instance attribute Public Type reference (TYPE) SRT_MONI_APPLSERVER Name of Current Application Server 20051111
4 M_CALLID Instance attribute Public Type reference (TYPE) SRT_MONI_CALLID Call ID 20070510
5 M_CALLSTATUS Instance attribute Public Type reference (TYPE) SRT_MONI_STATUS SOAP Monitoring Status Information 20060818
6 M_CLIENT_NR Instance attribute Public Type reference (TYPE) SRT_MONI_CLIENT SOAP Client Number 20051111
7 M_ERRORAREA Instance attribute Public Type reference (TYPE) SRT_MONI_ERRORAREA Error Area for WS Monitoring 20070310
8 M_ERRORTYPE Instance attribute Public Type reference (TYPE) SRT_MONI_ERRORTYPE Error Type for WS Monitoring 20070310
9 M_INTERFACES Instance attribute Public Type reference (TYPE) SRT_MONI_IF_NAMES Soap Interface Names 20060731
10 M_LOCATION Instance attribute Public Type reference (TYPE) SRT_MONI_LOC SOAP WebService Component Localization 20051219
11 M_MSGID Instance attribute Public Type reference (TYPE) GUID_32 Message ID 20060313
12 M_NETTIME Instance attribute Public Type reference (TYPE) INT4 Net Time 20070324
13 M_SC Instance attribute Public Type reference (TYPE) SRT_MONI_SOFTWARE_COMP_TAB Software Component 20051220
14 M_SOAP_APPLICATION Instance attribute Public Type reference (TYPE) SRT_MONI_APPLICATION SOAP Application 20051111
15 M_SOAP_SEQID Instance attribute Public Type reference (TYPE) GUID_32 SOAP Sequence ID 20061120
16 M_TRC_KEY Instance attribute Public Type reference (TYPE) SRT_MONI_TRC_KEY SOAP Runtime Trace Context Key 20060220
17 M_TRC_PATTERN Instance attribute Public Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20060217
18 M_TS_FROM Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20051111
19 M_TS_LONG Instance attribute Public Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080306
20 M_TS_LONG_FROM Instance attribute Public Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20080306
21 M_TS_LONG_TO Instance attribute Public Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20080306
22 M_TS_TO Instance attribute Public Type reference (TYPE) TIMESTAMP UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20051111
23 M_USER_NAME Instance attribute Public Type reference (TYPE) SRT_MONI_USER User Name 20060405
Methods
# Method Level Visibility Method type Description Created on
1 GET_CALL_DETAIL Instance method Public Method Gets Data Records for Call 20051116
2 GET_CALL_DETAIL_FROM_DB Instance method Public Method Gets Data Records for Call 20061031
3 GET_CALL_LIST Instance method Public Method Gets List of Calls 20051114
4 GET_CALL_LIST_FROM_DB Instance method Public Method Gets List of Calls 20061031
5 GET_KEYS_FOR_PATTERN Instance method Public Method Gets Trace Context Keys for Chosen Pattern 20060217
6 GET_KEYS_FOR_PATTERN_FROM_DB Instance method Public Method Gets Trace Context Keys for Chosen Pattern 20061106
7 RESET_TIME_PERIOD Instance method Public Method Resets to the maxium time period 20051111
8 RESET_TO_DEFAULT Instance method Public Method Resets to the default values(TS -> last hour; others "*") 20051111
9 SET_APPLICATION_COMPONENTS Instance method Public Method Sets the application components 20060731
10 SET_APPLSERVER Instance method Public Method Sets application server name 20051111
11 SET_CALL_ID Instance method Public Method Sets the Call ID 20070510
12 SET_CALL_STATUS Instance method Public Method Sets the status of a call as part of a WS roundtrip 20060730
13 SET_CLIENT_NR Instance method Public Method Sets the client number 20051111
14 SET_ERROR_AREA Instance method Public Method Sets the error area 20070310
15 SET_ERROR_TYPE Instance method Public Method Sets the error type 20070310
16 SET_INTERFACES Instance method Public Method Sets the Design Time Object 20060731
17 SET_LOCATION Instance method Public Method Sets Location (Provider or Consumer) 20051219
18 SET_MSG_ID Instance method Public Method Sets Message ID 20060313
19 SET_NET_TIME Instance method Public Method Sets the net time 20070324
20 SET_SOAP_APPLICATION Instance method Public Method Sets SOAP Application 20051111
21 SET_SOAP_SEQID Instance method Public Method Sets the SOAP Sequence ID 20061120
22 SET_SOFTWARE_COMPONENTS Instance method Public Method Sets Software Components 20060731
23 SET_TIME_PERIOD Instance method Public Method Sets Time Period 20051111
24 SET_TIME_PERIOD_LONG Instance method Public Method Sets the time period as TS long (for read via API) 20080306
25 SET_TRACE_KEY Instance method Public Method Sets Trace Context Key 20060220
26 SET_TRACE_PATTERN Instance method Public Method Sets Trace Context Pattern 20060217
27 SET_USER_NAME Instance method Public Method Sets User Name 20060405
28 SET_WSRM_SEQID Instance method Public Method Sets the WSRM Sequence ID 20061120
Events
Interface IF_SOAP_MONI_CALL_SELECTION has no event.
Types
Interface IF_SOAP_MONI_CALL_SELECTION has no local type.
Method Signatures

Method GET_CALL_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) SRT_MONI_ID GUID im 'CHAR' Format in Großschreibung 20060321
2 Returning RS_CALL Value transfer Type reference (TYPE) SRT_MON_CALL Soap Monitoring Call Tabelle 20051118
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051116

Method GET_CALL_DETAIL_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) SRT_MONI_ID GUID im 'CHAR' Format in Großschreibung 20061031
2 Returning RS_CALL Value transfer Type reference (TYPE) SRT_MON_CALL a part of webservice call (intern) 20061105
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061031

Method GET_CALL_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CALL_LIST Call by reference Type reference (TYPE) SRT_MONI_CALL_LIST_TAB SOAP list of calls after selection at UI 20070316
2 Importing I_KEY Call by reference Type reference (TYPE) SRT_MONI_TRC_KEY SOAP Runtime Trace Context Key 20060327
3 Importing I_PATTERN Call by reference Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20060327
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051114

Method GET_CALL_LIST_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CALL_LIST Call by reference Type reference (TYPE) SRT_MONI_CALL_LIST_TAB SOAP list of calls after selection at UI 20070316
2 Importing I_KEY Call by reference Type reference (TYPE) SRT_MONI_TRC_KEY SOAP Runtime Trace Context Key 20061031
3 Importing I_PATTERN Call by reference Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20061031
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061031

Method GET_KEYS_FOR_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) SRT_MONI_INFO_4_PATTERN_TAB SOAP Runtime Trace Context Keys 20070316
2 Importing I_PATTERN Call by reference Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20060217
3 Importing I_TS_FROM Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20060730
4 Importing I_TS_TO Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20060730
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060217

Method GET_KEYS_FOR_PATTERN_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYS Call by reference Type reference (TYPE) SRT_MONI_INFO_4_PATTERN_TAB SOAP Runtime Trace Context Keys 20070316
2 Importing I_PATTERN Call by reference Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20061106
3 Importing I_TS_FROM Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20061106
4 Importing I_TS_TO Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20061106
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061106

Method RESET_TIME_PERIOD Signature

Method RESET_TIME_PERIOD on Interface IF_SOAP_MONI_CALL_SELECTION has no parameter.
Method RESET_TIME_PERIOD on Interface IF_SOAP_MONI_CALL_SELECTION has no exception.

Method RESET_TO_DEFAULT Signature

Method RESET_TO_DEFAULT on Interface IF_SOAP_MONI_CALL_SELECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method SET_APPLICATION_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_AC Call by reference Type reference (TYPE) SRT_MONI_APPL_COMP_TAB Tabelle von der Anwendungskomponente 20060731
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060731

Method SET_APPLSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_APPL_SERVER Call by reference Type reference (TYPE) SRT_MONI_APPLSERVER Name des aktuellen Applikationsservers 20051111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method SET_CALL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CALLID Call by reference Type reference (TYPE) SRT_MONI_CALLID GUID im 'CHAR' Format in Großschreibung 20070510
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20070510

Method SET_CALL_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Type reference (TYPE) SRT_MONI_STATUS SOAP Monitoring Status Info 20060730
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060730

Method SET_CLIENT_NR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CLNT_NR Call by reference Type reference (TYPE) SRT_MONI_CLIENT Soap Client Number 20051111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method SET_ERROR_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ERRORAREA Call by reference Type reference (TYPE) SRT_MONI_ERRORAREA Error Area of WS Monitoring 20070310
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20070310

Method SET_ERROR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ERRORTYPE Call by reference Type reference (TYPE) SRT_MONI_ERRORTYPE Error Type of WS Monitoring 20070310
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20070310

Method SET_INTERFACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INTERFACES Call by reference Type reference (TYPE) SRT_MONI_IF_NAMES Soap Interface names 20060731
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060731

Method SET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_LOCATION Call by reference Type reference (TYPE) SRT_MONI_LOC SOAP WebService Komponenten-Lokalisation 20051219
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051219

Method SET_MSG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_MSG_ID Call by reference Type reference (TYPE) GUID_32 Message-ID 20060313
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060313

Method SET_NET_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NETTIME Call by reference Type reference (TYPE) I 20070324
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20070324

Method SET_SOAP_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SOAP_APPLICATION Call by reference Type reference (TYPE) SRT_MONI_APPLICATION SOAP Application 20051111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method SET_SOAP_SEQID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SOAP_SEQID Call by reference Type reference (TYPE) GUID_32 SOAP Sequence-ID 20061120
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061120

Method SET_SOFTWARE_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SC Call by reference Type reference (TYPE) SRT_MONI_SOFTWARE_COMP_TAB Tabelle der Software Komponenten 20060731
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060731

Method SET_TIME_PERIOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TS_FROM Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20051111
2 Importing IP_TS_TO Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20051111
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20051111

Method SET_TIME_PERIOD_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TS_FROM Call by reference Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20080306
2 Importing IP_TS_TO Call by reference Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20080306
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20080306

Method SET_TRACE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TRC_KEY Call by reference Type reference (TYPE) SRT_MONI_TRC_KEY SOAP Runtime Trace Context Key 20060220
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060220

Method SET_TRACE_PATTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TRC_PATTERN Call by reference Type reference (TYPE) SRT_MONI_TRC_PATTERN SOAP Runtime Trace Context Pattern 20060217
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060217

Method SET_USER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_USER_NAME Call by reference Type reference (TYPE) SRT_MONI_USER User name 20060405
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060405

Method SET_WSRM_SEQID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_LOCATION Call by reference Type reference (TYPE) SRT_MONI_LOC SOAP WebService Komponenten-Lokalisation 20070510
2 Importing IP_WSRM_SEQID Call by reference Type reference (TYPE) ANYURI WSRM Sequence-ID 20061120
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061120
History
Last changed by/on SAP  20090618 
SAP Release Created in 710