SAP IF_SOAP_MONI_CALL_SELECTION OO Class - Selection Criteria for WS Calls









IF_SOAP_MONI_CALL_SELECTION is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_SOAP_MONI_CALL_SELECTION including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_SOAP_MONI_CALL_SELECTION SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
GET_CALL_DETAILGets Data Records for CallPublic
CALL METHOD if_soap_moni_call_selection=>GET_CALL_DETAIL...more details

GET_CALL_DETAIL_FROM_DBGets Data Records for CallPublic
CALL METHOD if_soap_moni_call_selection=>GET_CALL_DETAIL_FROM_DB...more details

GET_CALL_LISTGets List of CallsPublic
CALL METHOD if_soap_moni_call_selection=>GET_CALL_LIST...more details

GET_CALL_LIST_FROM_DBGets List of CallsPublic
CALL METHOD if_soap_moni_call_selection=>GET_CALL_LIST_FROM_DB...more details

GET_KEYS_FOR_PATTERNGets Trace Context Keys for Chosen PatternPublic
CALL METHOD if_soap_moni_call_selection=>GET_KEYS_FOR_PATTERN...more details

GET_KEYS_FOR_PATTERN_FROM_DBGets Trace Context Keys for Chosen PatternPublic
CALL METHOD if_soap_moni_call_selection=>GET_KEYS_FOR_PATTERN_FROM_DB...more details

RESET_TIME_PERIODResets to the maxium time periodPublic
CALL METHOD if_soap_moni_call_selection=>RESET_TIME_PERIOD...more details

RESET_TO_DEFAULTResets to the default values(TS -> last hour; others '*')Public
CALL METHOD if_soap_moni_call_selection=>RESET_TO_DEFAULT...more details

SET_APPLICATION_COMPONENTSSets the application componentsPublic
CALL METHOD if_soap_moni_call_selection=>SET_APPLICATION_COMPONENTS...more details

SET_APPLSERVERSets application server namePublic
CALL METHOD if_soap_moni_call_selection=>SET_APPLSERVER...more details

SET_CALL_IDSets the Call IDPublic
CALL METHOD if_soap_moni_call_selection=>SET_CALL_ID...more details

SET_CALL_STATUSSets the status of a call as part of a WS roundtripPublic
CALL METHOD if_soap_moni_call_selection=>SET_CALL_STATUS...more details

SET_CLIENT_NRSets the client numberPublic
CALL METHOD if_soap_moni_call_selection=>SET_CLIENT_NR...more details

SET_ERROR_AREASets the error areaPublic
CALL METHOD if_soap_moni_call_selection=>SET_ERROR_AREA...more details

SET_ERROR_TYPESets the error typePublic
CALL METHOD if_soap_moni_call_selection=>SET_ERROR_TYPE...more details

SET_INTERFACESSets the Design Time ObjectPublic
CALL METHOD if_soap_moni_call_selection=>SET_INTERFACES...more details

SET_LOCATIONSets Location (Provider or Consumer)Public
CALL METHOD if_soap_moni_call_selection=>SET_LOCATION...more details

SET_MSG_IDSets Message IDPublic
CALL METHOD if_soap_moni_call_selection=>SET_MSG_ID...more details

SET_NET_TIMESets the net timePublic
CALL METHOD if_soap_moni_call_selection=>SET_NET_TIME...more details

SET_SOAP_APPLICATIONSets SOAP ApplicationPublic
CALL METHOD if_soap_moni_call_selection=>SET_SOAP_APPLICATION...more details

SET_SOAP_SEQIDSets the SOAP Sequence IDPublic
CALL METHOD if_soap_moni_call_selection=>SET_SOAP_SEQID...more details

SET_SOFTWARE_COMPONENTSSets Software ComponentsPublic
CALL METHOD if_soap_moni_call_selection=>SET_SOFTWARE_COMPONENTS...more details

SET_TIME_PERIODSets Time PeriodPublic
CALL METHOD if_soap_moni_call_selection=>SET_TIME_PERIOD...more details

SET_TIME_PERIOD_LONGSets the time period as TS long (for read via API)Public
CALL METHOD if_soap_moni_call_selection=>SET_TIME_PERIOD_LONG...more details

SET_TRACE_KEYSets Trace Context KeyPublic
CALL METHOD if_soap_moni_call_selection=>SET_TRACE_KEY...more details

SET_TRACE_PATTERNSets Trace Context PatternPublic
CALL METHOD if_soap_moni_call_selection=>SET_TRACE_PATTERN...more details

SET_USER_NAMESets User NamePublic
CALL METHOD if_soap_moni_call_selection=>SET_USER_NAME...more details

SET_WSRM_SEQIDSets the WSRM Sequence IDPublic
CALL METHOD if_soap_moni_call_selection=>SET_WSRM_SEQID...more details



IF_SOAP_MONI_CALL_SELECTION attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_WILDCARD_VALUEConstantWildcard Value'*'LIKE
CHAR1
Public
M_ACInstance AttributeApplication ComponentLIKE
SRT_MONI_APPL_COMP_TAB
Public
M_APPLSERVERInstance AttributeName of Current Application ServerLIKE
SRT_MONI_APPLSERVER
Public
M_CALLIDInstance AttributeCall IDLIKE
SRT_MONI_CALLID
Public
M_CALLSTATUSInstance AttributeSOAP Monitoring Status InformationLIKE
SRT_MONI_STATUS
Public
M_CLIENT_NRInstance AttributeSOAP Client NumberLIKE
SRT_MONI_CLIENT
Public
M_ERRORAREAInstance AttributeError Area for WS MonitoringLIKE
SRT_MONI_ERRORAREA
Public
M_ERRORTYPEInstance AttributeError Type for WS MonitoringLIKE
SRT_MONI_ERRORTYPE
Public
M_INTERFACESInstance AttributeSoap Interface NamesLIKE
SRT_MONI_IF_NAMES
Public
M_LOCATIONInstance AttributeSOAP WebService Component LocalizationLIKE
SRT_MONI_LOC
Public
M_MSGIDInstance AttributeMessage IDLIKE
GUID_32
Public
M_NETTIMEInstance AttributeNet TimeLIKE
INT4
Public
M_SCInstance AttributeSoftware ComponentLIKE
SRT_MONI_SOFTWARE_COMP_TAB
Public
M_SOAP_APPLICATIONInstance AttributeSOAP ApplicationLIKE
SRT_MONI_APPLICATION
Public
M_SOAP_SEQIDInstance AttributeSOAP Sequence IDLIKE
GUID_32
Public
M_TRC_KEYInstance AttributeSOAP Runtime Trace Context KeyLIKE
SRT_MONI_TRC_KEY
Public
M_TRC_PATTERNInstance AttributeSOAP Runtime Trace Context PatternLIKE
SRT_MONI_TRC_PATTERN
Public
M_TS_FROMInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMP
Public
M_TS_LONGInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
M_TS_LONG_FROMInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Public
M_TS_LONG_TOInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Public
M_TS_TOInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMP
Public
M_USER_NAMEInstance AttributeUser NameLIKE
SRT_MONI_USER
Public


Links to Related Class(s)

IF_SOAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!