SAP ABAP Class CL_SWF_EVT_EVENT (Event)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_EVT (Package) Workflow: Events
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_EVT_EVENT Event 20000608
Properties
Class CL_SWF_EVT_EVENT  
Short Description Event    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_EVT   Workflow: Events 
Created 20000605   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFEV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_EVT_EVENT Event 20000608
Friends
# Friend Modeled only Created on Description
1 CL_SWF_EVT_EVENT_HANDLER 20010313 Event Handler at Runtime
2 CL_SWF_EVT_EVENT_MANAGER 20010313 Event Manager
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CONT_PERSISTENCE Constant Public Type reference (TYPE) SEOCLSNAME 'CL_SWF_EVT_CONT_PERSISTENCE' Container Persistence Class 20000811
2 MC_OBJCATEG_BC Constant Public Type reference (TYPE) SWF_CLSTYP SWFEV_OBJCATEG_BC Business Class (SE24) 20000921
3 MC_OBJCATEG_BOR Constant Public Type reference (TYPE) SWF_CLSTYP SWFEV_OBJCATEG_BOR BOR object 20000921
4 MC_OBJCATEG_CL Constant Public Type reference (TYPE) SWF_CLSTYP SWFEV_OBJCATEG_CL Class (SE24) 20010105
5 MC_PROP_DEBUGGING Instance attribute Public Attribute reference (LIKE) 20001030
6 MC_PROP_QUEUE_SYNC_INSERT Instance attribute Public Attribute reference (LIKE) 20050726
7 MC_PROP_START_WITH_DELAY Instance attribute Public Attribute reference (LIKE) 20000823
8 MC_PROP_SYNC_NO_COMMIT Instance attribute Public Attribute reference (LIKE) 20000823
9 M_PROPERTIES Instance attribute Public Type reference (TYPE) SWFDEVPRPS Event Properties (Internal) 20001030
10 M_REF_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20000628
11 M_REQUESTER_DONE Instance attribute Private Type reference (TYPE) XFELD Requester triggered 20000810
12 M_SPECIFIC_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20000814
13 M_SPECIFIC_PARAMETERS Instance attribute Public Type reference (TYPE) XFELD Specific Parameters Exist 20000814
14 M_STANDARD_ELEMENTS Instance attribute Public Type reference (TYPE) SWFREVTSTD Standard Container Elements of Event Manager 20000810
15 M_STARTED_COUNTER Instance attribute Protected Type reference (TYPE) I Number of Started Receivers 20000803
16 M_TOTAL_COUNTER Instance attribute Protected Type reference (TYPE) I Number of All Found Receivers 20000803
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20000608
2 GET_EVENT_CONTAINER Static method Public Method Delivers a Reference for Event Parameters 20001011
3 GET_EVENT_ID Instance method Public Method Delivers the Event ID 20051020
4 GET_EVENT_NAME Instance method Public Method 20000619
5 GET_HANDLER_CONTERS Instance method Public Method 20001011
6 GET_INSTANCE Static method Public Method Delivers an Event Instance 20000605
7 GET_OBJECT_KEY Instance method Public Method 20000619
8 GET_OBJTYPE_NAME Instance method Public Method 20000621
9 GET_PROPERTY Instance method Public Method 20050725
10 GET_REF_CONTAINER Instance method Protected Method Delivers the Container as Reference 20000628
11 RAISE Static method Public Method Triggers an event 20000605
12 RAISE_IN_UPDATE_TASK Static method Public Method Triggers an event in the VI update 20000907
13 SET_CREATOR Instance method Public Method 20000621
14 SET_EVENT_ID Instance method Protected Method Sets the event ID 20000803
15 SET_HANDLER_COUNTER Instance method Protected Method Sets counter of processed receivers 20000803
16 SET_PROPERTY Instance method Public Method 20000823
17 SET_REQUESTER Instance method Private Method Sets the requester in the structure of the standard elements 20000810
18 SET_STANDARDS_BY_CONTAINER Instance method Private Method Sets standard values from the container 20020320
Events
Class CL_SWF_EVT_EVENT has no event.
Types
Class CL_SWF_EVT_EVENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignis 20000621
2 Importing IM_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Ereignisparameter 20001011
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Workflow: Objekttyp BO , CL ... 20000921
4 Importing IM_OBJKEY Call by reference Type reference (TYPE) C Objektschlüssel 20000621
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp, Klasse 20000621

Method CONSTRUCTOR on class CL_SWF_EVT_EVENT has no exception.

Method GET_EVENT_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignisname 20001011
2 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP Workflow: Objekttyp BO , CL ... 20001011
3 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp / Klasse 20001011
4 Returning RE_REFERENCE Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Referenz für Ereignisparameter 20001011

Method GET_EVENT_CONTAINER on class CL_SWF_EVT_EVENT has no exception.

Method GET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EVENT_ID Value transfer Type reference (TYPE) SWE_EVTID ID of an event instance 20051020

Method GET_EVENT_ID on class CL_SWF_EVT_EVENT has no exception.

Method GET_EVENT_NAME Signature

Method GET_EVENT_NAME on class CL_SWF_EVT_EVENT has no parameter.
Method GET_EVENT_NAME on class CL_SWF_EVT_EVENT has no exception.

Method GET_HANDLER_CONTERS Signature

Method GET_HANDLER_CONTERS on class CL_SWF_EVT_EVENT has no parameter.
Method GET_HANDLER_CONTERS on class CL_SWF_EVT_EVENT has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignisname 20000621
2 Importing IM_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Ereignisparameter 20001011
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP MC_OBJCATEG_BC Workflow: Objekttyp BO , CL ... 20000921
4 Importing IM_OBJKEY Call by reference Type reference (TYPE) C Objektschlüssel 20000621
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Klasse 20000621
6 Returning RE_EVENT Value transfer Object reference (TYPE REF TO) IF_SWF_EVT_EVENT Ereignis 20000608

Method GET_INSTANCE on class CL_SWF_EVT_EVENT has no exception.

Method GET_OBJECT_KEY Signature

Method GET_OBJECT_KEY on class CL_SWF_EVT_EVENT has no parameter.
Method GET_OBJECT_KEY on class CL_SWF_EVT_EVENT has no exception.

Method GET_OBJTYPE_NAME Signature

Method GET_OBJTYPE_NAME on class CL_SWF_EVT_EVENT has no parameter.
Method GET_OBJTYPE_NAME on class CL_SWF_EVT_EVENT has no exception.

Method GET_PROPERTY Signature

Method GET_PROPERTY on class CL_SWF_EVT_EVENT has no parameter.
Method GET_PROPERTY on class CL_SWF_EVT_EVENT has no exception.

Method GET_REF_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20000628

Method GET_REF_CONTAINER on class CL_SWF_EVT_EVENT has no exception.

Method RAISE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignisname 20000621
2 Importing IM_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Ereignisparameter 20001011
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP MC_OBJCATEG_BC Workflow: Objekttyp BO , CL ... 20000921
4 Importing IM_OBJKEY Call by reference Type reference (TYPE) C Objektschlüssel 20000621
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp, Klasse 20000621
# Exception Resumable Description Created on
1 CX_SWF_EVT_INVALID_EVENT Fehler beim Ereignis 20000822
2 CX_SWF_EVT_INVALID_OBJTYPE Fehler in der Klasse / im Objekttyp 20000822

Method RAISE_IN_UPDATE_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT Call by reference Type reference (TYPE) C Ereignisname 20000907
2 Importing IM_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Ereignisparameter 20001011
3 Importing IM_OBJCATEG Call by reference Type reference (TYPE) SWF_CLSTYP MC_OBJCATEG_BC Workflow: Objekttyp BO , CL ... 20000921
4 Importing IM_OBJKEY Call by reference Type reference (TYPE) C Objektschlüssel 20000907
5 Importing IM_OBJTYPE Call by reference Type reference (TYPE) C Objekttyp, Klasse 20000907
# Exception Resumable Description Created on
1 CX_SWF_EVT_INVALID_EVENT Fehler beim Ereignis 20000907
2 CX_SWF_EVT_INVALID_OBJTYPE Fehler in der Klasse / im Objekttyp 20000907

Method SET_CREATOR Signature

Method SET_CREATOR on class CL_SWF_EVT_EVENT has no parameter.
Method SET_CREATOR on class CL_SWF_EVT_EVENT has no exception.

Method SET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT_ID Call by reference Type reference (TYPE) SWE_EVTID Kennung einer Ereignisinstanz 20000803

Method SET_EVENT_ID on class CL_SWF_EVT_EVENT has no exception.

Method SET_HANDLER_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STARTED Call by reference Type reference (TYPE) I 0 Anzahl der gestarteten Verbraucher 20000803
2 Importing IM_TOTAL Call by reference Type reference (TYPE) I 0 Anzahl aller Behandler 20000803

Method SET_HANDLER_COUNTER on class CL_SWF_EVT_EVENT has no exception.

Method SET_PROPERTY Signature

Method SET_PROPERTY on class CL_SWF_EVT_EVENT has no parameter.
Method SET_PROPERTY on class CL_SWF_EVT_EVENT has no exception.

Method SET_REQUESTER Signature

Method SET_REQUESTER on class CL_SWF_EVT_EVENT has no parameter.
Method SET_REQUESTER on class CL_SWF_EVT_EVENT has no exception.

Method SET_STANDARDS_BY_CONTAINER Signature

Method SET_STANDARDS_BY_CONTAINER on class CL_SWF_EVT_EVENT has no parameter.
Method SET_STANDARDS_BY_CONTAINER on class CL_SWF_EVT_EVENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610