SAP CL_SWF_EVT_EVENT OO Class - Event









CL_SWF_EVT_EVENT 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 CL_SWF_EVT_EVENT including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SWF_EVT_EVENT

Method list of CL_SWF_EVT_EVENT 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
CONSTRUCTORConstructorPublic
CALL METHOD cl_swf_evt_event=>CONSTRUCTOR...more details

GET_EVENT_CONTAINERDelivers a Reference for Event ParametersPublic
CALL METHOD cl_swf_evt_event=>GET_EVENT_CONTAINER...more details

GET_EVENT_IDDelivers the Event IDPublic
CALL METHOD cl_swf_evt_event=>GET_EVENT_ID...more details

GET_EVENT_NAMEPrivate
CALL METHOD cl_swf_evt_event=>GET_EVENT_NAME...more details

GET_HANDLER_CONTERSPrivate
CALL METHOD cl_swf_evt_event=>GET_HANDLER_CONTERS...more details

GET_INSTANCEDelivers an Event InstancePublic
CALL METHOD cl_swf_evt_event=>GET_INSTANCE...more details

GET_OBJECT_KEYPrivate
CALL METHOD cl_swf_evt_event=>GET_OBJECT_KEY...more details

GET_OBJTYPE_NAMEPrivate
CALL METHOD cl_swf_evt_event=>GET_OBJTYPE_NAME...more details

GET_PROPERTYPrivate
CALL METHOD cl_swf_evt_event=>GET_PROPERTY...more details

GET_REF_CONTAINERDelivers the Container as ReferenceProtected
CALL METHOD cl_swf_evt_event=>GET_REF_CONTAINER...more details

RAISETriggers an eventPublic
CALL METHOD cl_swf_evt_event=>RAISE...more details

RAISE_IN_UPDATE_TASKTriggers an event in the VI updatePublic
CALL METHOD cl_swf_evt_event=>RAISE_IN_UPDATE_TASK...more details

SET_CREATORPrivate
CALL METHOD cl_swf_evt_event=>SET_CREATOR...more details

SET_EVENT_IDSets the event IDProtected
CALL METHOD cl_swf_evt_event=>SET_EVENT_ID...more details

SET_HANDLER_COUNTERSets counter of processed receiversProtected
CALL METHOD cl_swf_evt_event=>SET_HANDLER_COUNTER...more details

SET_PROPERTYPrivate
CALL METHOD cl_swf_evt_event=>SET_PROPERTY...more details

SET_REQUESTERSets the requester in the structure of the standard elementsPrivate
CALL METHOD cl_swf_evt_event=>SET_REQUESTER...more details

SET_STANDARDS_BY_CONTAINERSets standard values from the containerPrivate
CALL METHOD cl_swf_evt_event=>SET_STANDARDS_BY_CONTAINER...more details



CL_SWF_EVT_EVENT 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
MC_CONT_PERSISTENCEConstantContainer Persistence Class'CL_SWF_EVT_CONT_PERSISTENCE'LIKE
SEOCLSNAME
Public
MC_OBJCATEG_BCConstantBusiness Class (SE24)SWFEV_OBJCATEG_BCLIKE
SWF_CLSTYP
Public
MC_OBJCATEG_BORConstantBOR objectSWFEV_OBJCATEG_BORLIKE
SWF_CLSTYP
Public
MC_OBJCATEG_CLConstantClass (SE24)SWFEV_OBJCATEG_CLLIKE
SWF_CLSTYP
Public
MC_PROP_DEBUGGINGInstance AttributeLIKE
Private
MC_PROP_QUEUE_SYNC_INSERTInstance AttributeLIKE
Private
MC_PROP_START_WITH_DELAYInstance AttributeLIKE
Private
MC_PROP_SYNC_NO_COMMITInstance AttributeLIKE
Private
MC_RECEIVER_TYPE_WORKITEMInstance AttributeLIKE
Public
MO_REF_CONTAINERInstance AttributeLIKE
IF_SWF_CNT_CONTAINER
Private
MO_SPECIFIC_CONTAINERInstance AttributeLIKE
IF_SWF_CNT_CONTAINER
Private
MV_REQUESTER_DONEInstance AttributeLIKE
XFELD
Private
MV_STARTED_COUNTERInstance AttributeLIKE
I
Private
MV_TOTAL_COUNTERInstance AttributeLIKE
I
Private
M_PROPERTIESInstance AttributeEvent Properties (Internal)LIKE
SWFDEVPRPS
Public
M_REF_CONTAINERInstance AttributeContainer - Implementation of a 'Collection'LIKE
IF_SWF_CNT_CONTAINER
Protected
M_REQUESTER_DONEInstance AttributeRequester triggeredLIKE
XFELD
Private
M_SPECIFIC_CONTAINERInstance AttributeContainer - Implementation of a 'Collection'LIKE
IF_SWF_CNT_CONTAINER
Protected
M_SPECIFIC_PARAMETERSInstance AttributeSpecific Parameters ExistLIKE
XFELD
Public
M_STANDARD_ELEMENTSInstance AttributeStandard Container Elements of Event ManagerLIKE
SWFREVTSTD
Public
M_STARTED_COUNTERInstance AttributeNumber of Started ReceiversLIKE
I
Protected
M_SYNC_RECTYPEInstance Attributefor receiver type synchronousLIKE
SWFERECTYP
Public
M_TOTAL_COUNTERInstance AttributeNumber of All Found ReceiversLIKE
I
Protected


Links to Related Class(s)

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