SAP IF_SOAP_MONI_RECORD_SELECTION OO Class - Filter Criteria for Data Records









IF_SOAP_MONI_RECORD_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_RECORD_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_RECORD_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
ADD_LOGGING_LEVELSets tracing or logging level (see domain SRT_LOGTRC_LEVEL)Public
CALL METHOD if_soap_moni_record_selection=>ADD_LOGGING_LEVEL...more details

ADD_STATESets Status (2=ERROR; 1=Warning; 0=successful)Public
CALL METHOD if_soap_moni_record_selection=>ADD_STATE...more details

ADD_TRACING_LEVELSets tracing or logging level (see domain SRT_LOGTRC_LEVEL)Public
CALL METHOD if_soap_moni_record_selection=>ADD_TRACING_LEVEL...more details

CLEAR_LOGGING_LEVELSPrivate
CALL METHOD if_soap_moni_record_selection=>CLEAR_LOGGING_LEVELS...more details

CLEAR_STATESPrivate
CALL METHOD if_soap_moni_record_selection=>CLEAR_STATES...more details

CLEAR_TRACING_LEVELSPrivate
CALL METHOD if_soap_moni_record_selection=>CLEAR_TRACING_LEVELS...more details

GET_CALL_DETAILGets Data Records for Call (Obsolete)Public
CALL METHOD if_soap_moni_record_selection=>GET_CALL_DETAIL...more details

GET_CALL_DETAIL_FROM_DBGets data records for a call from DBPublic
CALL METHOD if_soap_moni_record_selection=>GET_CALL_DETAIL_FROM_DB...more details

GET_CALL_SELECTIONPrivate
CALL METHOD if_soap_moni_record_selection=>GET_CALL_SELECTION...more details

RESET_TO_DEFAULTResets to Default ValuesPublic
CALL METHOD if_soap_moni_record_selection=>RESET_TO_DEFAULT...more details

SET_LOGGING_LEVELSSets tracing or logging level (see domain SRT_LOGTRC_LEVEL)Public
CALL METHOD if_soap_moni_record_selection=>SET_LOGGING_LEVELS...more details

SET_STATESPrivate
CALL METHOD if_soap_moni_record_selection=>SET_STATES...more details

SET_TRACING_LEVELSSets tracing or logging level (see domain SRT_LOGTRC_LEVEL)Public
CALL METHOD if_soap_moni_record_selection=>SET_TRACING_LEVELS...more details



IF_SOAP_MONI_RECORD_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
CALL_SELECTIONInstance AttributeSelection Criteria for WS CallsLIKE
IF_SOAP_MONI_CALL_SELECTION
Public
MT_LOG_LVLInstance AttributeSRT Table of Logging LevelLIKE
SRT_MONI_LOG_LEVEL_TAB
Public
MT_STATEInstance AttributeSOAP Monitoring Table of Status InformationLIKE
SRT_MONI_STATUS_TAB
Public
MT_TRC_LVLInstance AttributeSRT Table of Tracing LevelLIKE
SRT_MONI_TRC_LEVEL_TAB
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!