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 Name | Description | Visability |
| ADD_LOGGING_LEVEL | Sets tracing or logging level (see domain SRT_LOGTRC_LEVEL) | Public |
| CALL METHOD if_soap_moni_record_selection=>ADD_LOGGING_LEVEL...more details | ||
| ADD_STATE | Sets Status (2=ERROR; 1=Warning; 0=successful) | Public |
| CALL METHOD if_soap_moni_record_selection=>ADD_STATE...more details | ||
| ADD_TRACING_LEVEL | Sets tracing or logging level (see domain SRT_LOGTRC_LEVEL) | Public |
| CALL METHOD if_soap_moni_record_selection=>ADD_TRACING_LEVEL...more details | ||
| CLEAR_LOGGING_LEVELS | Private | |
| CALL METHOD if_soap_moni_record_selection=>CLEAR_LOGGING_LEVELS...more details | ||
| CLEAR_STATES | Private | |
| CALL METHOD if_soap_moni_record_selection=>CLEAR_STATES...more details | ||
| CLEAR_TRACING_LEVELS | Private | |
| CALL METHOD if_soap_moni_record_selection=>CLEAR_TRACING_LEVELS...more details | ||
|
| ||
| GET_CALL_DETAIL | Gets Data Records for Call (Obsolete) | Public |
| CALL METHOD if_soap_moni_record_selection=>GET_CALL_DETAIL...more details | ||
| GET_CALL_DETAIL_FROM_DB | Gets data records for a call from DB | Public |
| CALL METHOD if_soap_moni_record_selection=>GET_CALL_DETAIL_FROM_DB...more details | ||
| GET_CALL_SELECTION | Private | |
| CALL METHOD if_soap_moni_record_selection=>GET_CALL_SELECTION...more details | ||
| RESET_TO_DEFAULT | Resets to Default Values | Public |
| CALL METHOD if_soap_moni_record_selection=>RESET_TO_DEFAULT...more details | ||
| SET_LOGGING_LEVELS | Sets tracing or logging level (see domain SRT_LOGTRC_LEVEL) | Public |
| CALL METHOD if_soap_moni_record_selection=>SET_LOGGING_LEVELS...more details | ||
| SET_STATES | Private | |
| CALL METHOD if_soap_moni_record_selection=>SET_STATES...more details | ||
| SET_TRACING_LEVELS | Sets 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CALL_SELECTION | Instance Attribute | Selection Criteria for WS Calls | LIKE IF_SOAP_MONI_CALL_SELECTION | Public | |
| MT_LOG_LVL | Instance Attribute | SRT Table of Logging Level | LIKE SRT_MONI_LOG_LEVEL_TAB | Public | |
| MT_STATE | Instance Attribute | SOAP Monitoring Table of Status Information | LIKE SRT_MONI_STATUS_TAB | Public | |
| MT_TRC_LVL | Instance Attribute | SRT Table of Tracing Level | LIKE 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