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_EVENTMethod 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 Name | Description | Visability |
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD cl_swf_evt_event=>CONSTRUCTOR...more details | ||
| GET_EVENT_CONTAINER | Delivers a Reference for Event Parameters | Public |
| CALL METHOD cl_swf_evt_event=>GET_EVENT_CONTAINER...more details | ||
| GET_EVENT_ID | Delivers the Event ID | Public |
| CALL METHOD cl_swf_evt_event=>GET_EVENT_ID...more details | ||
| GET_EVENT_NAME | Private | |
| CALL METHOD cl_swf_evt_event=>GET_EVENT_NAME...more details | ||
| GET_HANDLER_CONTERS | Private | |
| CALL METHOD cl_swf_evt_event=>GET_HANDLER_CONTERS...more details | ||
| GET_INSTANCE | Delivers an Event Instance | Public |
| CALL METHOD cl_swf_evt_event=>GET_INSTANCE...more details | ||
|
| ||
| GET_OBJECT_KEY | Private | |
| CALL METHOD cl_swf_evt_event=>GET_OBJECT_KEY...more details | ||
| GET_OBJTYPE_NAME | Private | |
| CALL METHOD cl_swf_evt_event=>GET_OBJTYPE_NAME...more details | ||
| GET_PROPERTY | Private | |
| CALL METHOD cl_swf_evt_event=>GET_PROPERTY...more details | ||
| GET_REF_CONTAINER | Delivers the Container as Reference | Protected |
| CALL METHOD cl_swf_evt_event=>GET_REF_CONTAINER...more details | ||
| RAISE | Triggers an event | Public |
| CALL METHOD cl_swf_evt_event=>RAISE...more details | ||
| RAISE_IN_UPDATE_TASK | Triggers an event in the VI update | Public |
| CALL METHOD cl_swf_evt_event=>RAISE_IN_UPDATE_TASK...more details | ||
| SET_CREATOR | Private | |
| CALL METHOD cl_swf_evt_event=>SET_CREATOR...more details | ||
| SET_EVENT_ID | Sets the event ID | Protected |
| CALL METHOD cl_swf_evt_event=>SET_EVENT_ID...more details | ||
| SET_HANDLER_COUNTER | Sets counter of processed receivers | Protected |
| CALL METHOD cl_swf_evt_event=>SET_HANDLER_COUNTER...more details | ||
| SET_PROPERTY | Private | |
| CALL METHOD cl_swf_evt_event=>SET_PROPERTY...more details | ||
| SET_REQUESTER | Sets the requester in the structure of the standard elements | Private |
| CALL METHOD cl_swf_evt_event=>SET_REQUESTER...more details | ||
| SET_STANDARDS_BY_CONTAINER | Sets standard values from the container | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_CONT_PERSISTENCE | Constant | Container Persistence Class | 'CL_SWF_EVT_CONT_PERSISTENCE' | LIKE SEOCLSNAME | Public |
| MC_OBJCATEG_BC | Constant | Business Class (SE24) | SWFEV_OBJCATEG_BC | LIKE SWF_CLSTYP | Public |
| MC_OBJCATEG_BOR | Constant | BOR object | SWFEV_OBJCATEG_BOR | LIKE SWF_CLSTYP | Public |
| MC_OBJCATEG_CL | Constant | Class (SE24) | SWFEV_OBJCATEG_CL | LIKE SWF_CLSTYP | Public |
| MC_PROP_DEBUGGING | Instance Attribute | LIKE | Private | ||
| MC_PROP_QUEUE_SYNC_INSERT | Instance Attribute | LIKE | Private | ||
| MC_PROP_START_WITH_DELAY | Instance Attribute | LIKE | Private | ||
| MC_PROP_SYNC_NO_COMMIT | Instance Attribute | LIKE | Private | ||
| MC_RECEIVER_TYPE_WORKITEM | Instance Attribute | LIKE | Public | ||
| MO_REF_CONTAINER | Instance Attribute | LIKE IF_SWF_CNT_CONTAINER | Private | ||
| MO_SPECIFIC_CONTAINER | Instance Attribute | LIKE IF_SWF_CNT_CONTAINER | Private | ||
| MV_REQUESTER_DONE | Instance Attribute | LIKE XFELD | Private | ||
| MV_STARTED_COUNTER | Instance Attribute | LIKE I | Private | ||
| MV_TOTAL_COUNTER | Instance Attribute | LIKE I | Private | ||
| M_PROPERTIES | Instance Attribute | Event Properties (Internal) | LIKE SWFDEVPRPS | Public | |
| M_REF_CONTAINER | Instance Attribute | Container - Implementation of a 'Collection' | LIKE IF_SWF_CNT_CONTAINER | Protected | |
| M_REQUESTER_DONE | Instance Attribute | Requester triggered | LIKE XFELD | Private | |
| M_SPECIFIC_CONTAINER | Instance Attribute | Container - Implementation of a 'Collection' | LIKE IF_SWF_CNT_CONTAINER | Protected | |
| M_SPECIFIC_PARAMETERS | Instance Attribute | Specific Parameters Exist | LIKE XFELD | Public | |
| M_STANDARD_ELEMENTS | Instance Attribute | Standard Container Elements of Event Manager | LIKE SWFREVTSTD | Public | |
| M_STARTED_COUNTER | Instance Attribute | Number of Started Receivers | LIKE I | Protected | |
| M_SYNC_RECTYPE | Instance Attribute | for receiver type synchronous | LIKE SWFERECTYP | Public | |
| M_TOTAL_COUNTER | Instance Attribute | Number of All Found Receivers | LIKE 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