SAP ABAP Class CL_ISU_WF_EMAIL_COMPONENT (CIC WF Inbox : E-Mail Processing)
Hierarchy
FI-CA (Software Component) FI-CA
   CS-CI-CIC (Application Component) Customer Interaction Center
     EE_CRM_CIC (Package) Generic IS-U/T Enhancements (Transport to CRM Follows)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ISU_WF_INBOX_SUB_COMPONENT Subcomponent for CIC WF Inbox 20000910
Properties
Class CL_ISU_WF_EMAIL_COMPONENT  
Short Description CIC WF Inbox : E-Mail Processing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EE_CRM_CIC   Generic IS-U/T Enhancements (Transport to CRM Follows) 
Created 20000910   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_CCM_WORKSPACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_ISU_WF_INBOX_SUB_COMPONENT Subcomponent for CIC WF Inbox 20000910
Friends
Class CL_ISU_WF_EMAIL_COMPONENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20000915
2 CICITEM Instance attribute Public Type reference (TYPE) OBJ_RECORD CIC Workitem 20000912
3 CICITEM_ID Instance attribute Public Type reference (TYPE) SWWWIHEAD-WI_ID CIC Workitem ID 20000912
4 CO_OK_DOC_SHOW Constant Public Type reference (TYPE) SYUCOMM 'E_DOC_SHOW' Action Code: E-mail Processed 20000911
5 CO_OK_WI_DONE Constant Public Type reference (TYPE) SYUCOMM 'E_DONE' Action Code: E-mail Processed 20000910
6 CO_OK_WI_KEEP Constant Public Type reference (TYPE) SYUCOMM 'E_WI_KEEP' Action Code: Retain E-mail 20000910
7 CO_OK_WI_REVERSE Constant Public Type reference (TYPE) SYUCOMM 'E_WI_REV' Replace action code for E-mail 20000910
8 CO_OK_WI_SHOW Constant Public Type reference (TYPE) SYUCOMM 'E_WI_SHOW' Action Code: E-mail Processed 20000911
9 FLOWITEM Instance attribute Public Type reference (TYPE) OBJ_RECORD Workflow (Flowitem) 20000912
10 FLOWITEM_ID Instance attribute Public Type reference (TYPE) SWWWIHEAD-WI_ID Workflow ID 20000912
11 MESSAGE Instance attribute Public Type reference (TYPE) OBJ_RECORD Original Document 20000910
12 NO_PARTNER Instance attribute Public Type reference (TYPE) FLAG Indicator: No Partner Identified 20000910
13 ORIG_DATA Instance attribute Public Type reference (TYPE) ISU_CIC_EMAIL_DATA CIC e-mail Processing: Screen Fields 20000911
14 ORIG_TEXT Instance attribute Public Type reference (TYPE) SOLI_TAB Original E-mail Text 20000911
15 PARTNER Instance attribute Private Type reference (TYPE) OBJ_RECORD Business Partner 20000910
16 PARTNER_ID Instance attribute Private Type reference (TYPE) BU_PARTNER Business Partner Key 20000912
17 PARTNER_OBJTYPE Instance attribute Private Type reference (TYPE) SWO_OBJTYP Business Partner Object Type 20010319
18 PROFILE Instance attribute Private Type reference (TYPE) ECIC_WFINBPROF WF Inbox Profile 20000910
19 RECEIVER Instance attribute Public Type reference (TYPE) OBJ_RECORD Recipients 20000910
20 SPLITTER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_EASY_SPLITTER_CONTAINER Splitter Container 20000915
21 SUB_DYNNR Instance attribute Private Type reference (TYPE) SYDYNNR Subscreen: Screen 20000910
22 SUB_REPID Instance attribute Private Type reference (TYPE) SYREPID Subscreen: Programm 20000910
23 TEXTEDIT Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TEXTEDIT Textedit Control 20000910
24 WORKSPACE Instance attribute Private Object reference (TYPE REF TO) CL_ISU_WF_INBOX_WORKSPACE Inbox Workspace 20000910
Methods
# Method Level Visibility Method type Description Created on
1 ANALYSE_DATA Instance method Private Method Analyzes the Objects Set 20000915
2 CONSTRUCTOR Instance method Public Constructor Constructor 20000910
3 FREE Instance method Public Method 20000911
4 SET_DATA Instance method Public Method Sets the Data to be Processed (Mail, etc.) 20000910
5 SET_PROFILE Instance method Private Method Sets the profile 20000910
Events
Class CL_ISU_WF_EMAIL_COMPONENT has no event.
Types
Class CL_ISU_WF_EMAIL_COMPONENT has no local type.
Method Signatures

Method ANALYSE_DATA Signature

Method ANALYSE_DATA on class CL_ISU_WF_EMAIL_COMPONENT has no parameter.
Method ANALYSE_DATA on class CL_ISU_WF_EMAIL_COMPONENT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFILE Call by reference Type reference (TYPE) ECIC_WFINBPROF Inbox Profil 20000910
2 Importing IM_WORKSPACE Call by reference Object reference (TYPE REF TO) CL_ISU_WF_INBOX_WORKSPACE Workspace 20000910

Method CONSTRUCTOR on class CL_ISU_WF_EMAIL_COMPONENT has no exception.

Method FREE Signature

Method FREE on class CL_ISU_WF_EMAIL_COMPONENT has no parameter.
Method FREE on class CL_ISU_WF_EMAIL_COMPONENT has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CICITEM Call by reference Type reference (TYPE) OBJ_RECORD Auszuführendes CIC Workitem 20000912
2 Importing IM_DOCUMENT Call by reference Type reference (TYPE) OBJ_RECORD SAP-Office-Dokument 20000910
3 Importing IM_FLOWITEM Call by reference Type reference (TYPE) OBJ_RECORD Auszuführendes Workitem 20000912
4 Importing IM_IS_UNIQUE_PARTNER Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner eindeutig 20000910
5 Importing IM_PARTNER_NOT_FOUND Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner nicht gefunden 20000910
6 Importing IM_RECEIVER Call by reference Type reference (TYPE) OBJ_RECORD Empfängerobjekt 20000910
7 Importing IM_SENDERSTRING Call by reference Type reference (TYPE) STRING Absenderstring 20000910
8 Importing IM_UNIQUE_PARTNER Call by reference Type reference (TYPE) OBJ_RECORD Geschäftspartner 20000910

Method SET_DATA on class CL_ISU_WF_EMAIL_COMPONENT has no exception.

Method SET_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFILE Call by reference Type reference (TYPE) ECIC_WFINBPROF Inbox Profil 20000910

Method SET_PROFILE on class CL_ISU_WF_EMAIL_COMPONENT has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 462