SAP ABAP Class CL_SWF_MOD_EVENT (Workflow System: Event in a Workflow)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  BI_OBJECT Business Instance 20020710
2 Interface implementation (CLASS c. INTERFACES i_ref)  BI_PERSISTENT Persistent Business Instance 20020710
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WORKFLOW Business Workflow 20020710
Properties
Class CL_SWF_MOD_EVENT  
Short Description Workflow System: Event in a Workflow    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20020710   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_CNT_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SWFCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 BI_OBJECT Business Instance 20020710
2 BI_PERSISTENT Persistent Business Instance 20020710
3 IF_WORKFLOW Business Workflow 20020710
Friends
Class CL_SWF_MOD_EVENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTAINER Instance attribute Public Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20020710
2 CRT_DATE Instance attribute Public Type reference (TYPE) SWW_CRTDAT Workflow: Creation Time 20020724
3 DESCRIPTION Instance attribute Private Type reference (TYPE) STRING Screens, Title Text 20020710
4 EVENT Instance attribute Public Type reference (TYPE) SIBFEVENT Event 20020710
5 MC_CNT_PERSISTENCE Constant Private Type reference (TYPE) SIBFTYPEID 'CL_SWF_CNT_PADD_CONTAINER' Type of Objects in Persistent Object References 20020710
6 MC_ELEM_CONTAINER Constant Private Type reference (TYPE) SWFDNAME 'CONTAINER' Element ID (32 Characters, Unique, Not Language-Dependent) 20020710
7 MC_ELEM_CREATION_DATE Constant Private Type reference (TYPE) SWFDNAME 'CRT_DATE' Element ID (32 Characters, Unique, Not Language-Dependent) 20020724
8 MC_ELEM_EVENT Constant Private Type reference (TYPE) SWFDNAME 'EVENT' Element ID (32 Characters, Unique, Not Language-Dependent) 20020710
9 MC_ELEM_RECTYPE Constant Private Type reference (TYPE) SWFDNAME 'RECTYPE' Element ID (32 Characters, Unique, Not Language-Dependent) 20020710
10 MC_ELEM_SENDER Constant Private Type reference (TYPE) SWFDNAME 'SENDER' Element ID (32 Characters, Unique, Not Language-Dependent) 20020710
11 MC_ELEM_TIMESTAMP Constant Private Type reference (TYPE) SWFDNAME 'TIMESTAMP' Element ID (32 Characters, Unique, Not Language-Dependent) 20020724
12 MST_INSTANCES Static Attribute Private Type reference (TYPE) T_INSTANCES 20020710
13 M_CNT Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20020710
14 M_DISP_CNT Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementation of a 'Collection' 20020712
15 M_POR Instance attribute Private Type reference (TYPE) SIBFLPOR Local Persistent Object Reference 20020710
16 M_TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMPL UTC time stamp in long form (YYYYMMDDhhmmssmmmuuun) 20020724
17 RECTYPE Instance attribute Public Type reference (TYPE) SWFERECTYP Name of Receiver Type 20020710
18 SENDER Instance attribute Public Type reference (TYPE) SIBFLPORB Local Persistent Object Reference - BOR Compatible 20020710
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020710
2 CREATE Static method Public Method Create an Event 20020710
3 EXISTENCECHECK Instance method Private Method 20020710
4 GET_DISPLAY_CONTAINER Instance method Private Method Determines Container for Display 20020712
5 GET_LPOR Instance method Public Method 20031023
6 GET_TIMESTAMP Instance method Public Method Determines Creation Time Stamp 20020724
Events
Class CL_SWF_MOD_EVENT has no event.
Types
Class CL_SWF_MOD_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_INSTID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20020710
# Exception Resumable Description Created on
1 CX_BO_ERROR Error Bus. Exception 20020710

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20020710
2 Importing IM_EVENT Call by reference Type reference (TYPE) SIBFEVENT Ereignis 20020710
3 Importing IM_RECTYPE Call by reference Type reference (TYPE) SWFERECTYP Name des Verbrauchertyps 20020710
4 Importing IM_SENDER Call by reference Type reference (TYPE) SIBFLPORB Lokale Persistente Objektreferenz - BOR kompatibel 20020710
5 Importing IM_WFID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20020710
6 Returning RESULT Value transfer Object reference (TYPE REF TO) CL_SWF_MOD_EVENT Workflow-Objekt: Ereignis 20020710

Method CREATE on class CL_SWF_MOD_EVENT has no exception.

Method EXISTENCECHECK Signature

Method EXISTENCECHECK on class CL_SWF_MOD_EVENT has no parameter.
# Exception Resumable Description Created on
1 CX_BO_ERROR Error Bus. Exception 20020710

Method GET_DISPLAY_CONTAINER Signature

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

Method GET_DISPLAY_CONTAINER on class CL_SWF_MOD_EVENT has no exception.

Method GET_LPOR Signature

Method GET_LPOR on class CL_SWF_MOD_EVENT has no parameter.
Method GET_LPOR on class CL_SWF_MOD_EVENT has no exception.

Method GET_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20020724

Method GET_TIMESTAMP on class CL_SWF_MOD_EVENT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 630