SAP IF_WSM_ACCESS_MONITOR OO Class - Message Monitor









IF_WSM_ACCESS_MONITOR 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_WSM_ACCESS_MONITOR 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_WSM_ACCESS_MONITOR 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
CANCEL_INCONSISTENT_MESSAGESCancel Inconsistent MessagesPublic
CALL METHOD if_wsm_access_monitor=>CANCEL_INCONSISTENT_MESSAGES...more details

CANCEL_MESSAGESCancel MessagesPublic
CALL METHOD if_wsm_access_monitor=>CANCEL_MESSAGES...more details

CHANGE_EXPIRY_DATEChange Expiry DatePublic
CALL METHOD if_wsm_access_monitor=>CHANGE_EXPIRY_DATE...more details

CHECK_INCONSISTENT_MESSAGESCheck Message ConsistencyPublic
CALL METHOD if_wsm_access_monitor=>CHECK_INCONSISTENT_MESSAGES...more details

CHECK_RELATED_MESSAGESCheck Consistency of Related MessagesPublic
CALL METHOD if_wsm_access_monitor=>CHECK_RELATED_MESSAGES...more details

GET_ALL_CHILDRENGet All Child MessagesPublic
CALL METHOD if_wsm_access_monitor=>GET_ALL_CHILDREN...more details

GET_FIRST_MESSAGEGet First Message of a SequencePublic
CALL METHOD if_wsm_access_monitor=>GET_FIRST_MESSAGE...more details

GET_FIRST_PARENTSGet First Parent MessagesPublic
CALL METHOD if_wsm_access_monitor=>GET_FIRST_PARENTS...more details

GET_ID_MAPPINGGet Relationship Persistence ID, Message ID and LocationPublic
CALL METHOD if_wsm_access_monitor=>GET_ID_MAPPING...more details

GET_LOGICAL_PORTGet Logical PortPublic
CALL METHOD if_wsm_access_monitor=>GET_LOGICAL_PORT...more details

GET_MESSAGES_INFOGet Message InformationPublic
CALL METHOD if_wsm_access_monitor=>GET_MESSAGES_INFO...more details

GET_MESSAGES_SUMMARYGet Summary of MessagesPublic
CALL METHOD if_wsm_access_monitor=>GET_MESSAGES_SUMMARY...more details

GET_MESSAGE_PAYLOADGet Message PayloadPublic
CALL METHOD if_wsm_access_monitor=>GET_MESSAGE_PAYLOAD...more details

GET_MESSAGE_VERSIONSGet All Versions of a MessagePublic
CALL METHOD if_wsm_access_monitor=>GET_MESSAGE_VERSIONS...more details

GET_PERFORMANCE_DATAGet Performance DataPublic
CALL METHOD if_wsm_access_monitor=>GET_PERFORMANCE_DATA...more details

GET_PROCESSING_STATEGet Processing State of a MessagePublic
CALL METHOD if_wsm_access_monitor=>GET_PROCESSING_STATE...more details

RECONCILE_MESSAGESReconcile MessagesPublic
CALL METHOD if_wsm_access_monitor=>RECONCILE_MESSAGES...more details

RESTART_BY_FILTERRestart Messages by FilterPublic
CALL METHOD if_wsm_access_monitor=>RESTART_BY_FILTER...more details

RESTART_MESSAGESRestart MessagesPublic
CALL METHOD if_wsm_access_monitor=>RESTART_MESSAGES...more details

SELECT_MESSAGESSelect MessagesPublic
CALL METHOD if_wsm_access_monitor=>SELECT_MESSAGES...more details

SELECT_RUNTIME_ERRORSSelect Runtime ErrorsPublic
CALL METHOD if_wsm_access_monitor=>SELECT_RUNTIME_ERRORS...more details

SELECT_SEQUENCESSelect SequencesPublic
CALL METHOD if_wsm_access_monitor=>SELECT_SEQUENCES...more details

SYNCPOINT_CHECKSyncpoint: Consistency CheckPublic
CALL METHOD if_wsm_access_monitor=>SYNCPOINT_CHECK...more details

SYNCPOINT_SELECTSyncpoint: Select MessagesPublic
CALL METHOD if_wsm_access_monitor=>SYNCPOINT_SELECT...more details

SYNCPOINT_SETSyncpoint: Set a SyncpointPublic
CALL METHOD if_wsm_access_monitor=>SYNCPOINT_SET...more details

SYNCPOINT_WAITSyncpoint: Wait for processing of all messagesPublic
CALL METHOD if_wsm_access_monitor=>SYNCPOINT_WAIT...more details

TERMINATE_SEQUENCESTerminate SequencesPublic
CALL METHOD if_wsm_access_monitor=>TERMINATE_SEQUENCES...more details

UPDATE_MESSAGE_RETENTIONUpdate Message RetentionPublic
CALL METHOD if_wsm_access_monitor=>UPDATE_MESSAGE_RETENTION...more details

WAIT_FOR_PROCESSINGWait for Message ProcessingPublic
CALL METHOD if_wsm_access_monitor=>WAIT_FOR_PROCESSING...more details




Links to Related Class(s)

IF_WSM_A...
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!