SAP ABAP Class CL_ISU_WF_INBOX_WORKSPACE (CIC WF Inbox: Workspace)
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 Inheritance (c INHERITING FROM c_ref)  CL_CCM_ABSTR_CMPWSP Abstract Base Class for CIC Component Workspace 20000905
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CCM_SUBSCREEN_WORKSPACE Subscreen Interface for Workspaces 20000905
Properties
Class CL_ISU_WF_INBOX_WORKSPACE  
Short Description CIC WF Inbox: Workspace    
Super Class CL_CCM_ABSTR_CMPWSP Abstract Base Class for CIC Component Workspace 
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 20000905   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_GUI_CONTROL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CCM_SUBSCREEN_WORKSPACE Subscreen Interface for Workspaces 20000905
Friends
Class CL_ISU_WF_INBOX_WORKSPACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTROL_VISIBLE Instance attribute Private Type reference (TYPE) CHAR1 CL_GUI_CONTROL=>VISIBLE_FALSE Visibilty Indicator 20000905
2 CO_MODE_EMAIL Constant Public Type reference (TYPE) CHAR1 'E' Workspace Mode E-mail 20000905
3 CO_MODE_INBOX Constant Public Type reference (TYPE) CHAR1 'W' Workspace Mode Inbox 20000905
4 CO_MODE_PHONE Constant Public Type reference (TYPE) CHAR1 'P' Workspace Mode Call 20000905
5 CO_SUB_ACTION_CALLBACK Constant Private Type reference (TYPE) SEOCPDNAME 'CB_SUB_ACTION' Full Component Name 20000910
6 DUPLICATE Instance attribute Private Type reference (TYPE) EBA_FLAG Indicator: Component Occurs More then Once in CIC 20000915
7 PROFILE Instance attribute Private Type reference (TYPE) ECIC_WFINBPROF Inbox Profile 20000905
8 SUB_ACTIVE Instance attribute Private Object reference (TYPE REF TO) IF_ISU_WF_INBOX_SUB_COMPONENT Active Subcomponents for CIC WF Inbox 20000910
9 SUB_CALLBACK Instance attribute Private Type reference (TYPE) CCM_WORKSPACE_CALLBACK_T Components of Callback 20000910
10 SUB_EMAIL Instance attribute Private Object reference (TYPE REF TO) CL_ISU_WF_EMAIL_COMPONENT E-mail of CIC Components 20000910
11 SUB_INBOX Instance attribute Private Object reference (TYPE REF TO) CL_ISU_WF_INBOX_COMPONENT Inbox Components of CIC 20000910
12 SUB_PHONE Instance attribute Private Object reference (TYPE REF TO) CL_ISU_WF_CALLBACK_COMPONENT Callback Component CIC 20000919
13 WS_LIST Static Attribute Private See coding List of Workspace Instances 20000905
14 WS_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_CCM_WORKSPACE_MANAGER Workspace Manager 20000905
15 WS_MODE Instance attribute Private Type reference (TYPE) CHAR1 Workspace Mode 20000905
Methods
# Method Level Visibility Method type Description Created on
1 CB_DELETE_WS Instance method Public Method Handles Close-Pushbutton 20000905
2 CB_SUB_ACTION Instance method Public Method Handles Component Actions 20000910
3 CHANGE_WS_MODE Instance method Public Method Sets New Mode 20000905
4 EXECUTE_CALLBACK_WORKITEM Static method Public Method Executes Work Item "Callback" 20000919
5 EXECUTE_CALLBACK_WORKITEM_INT Instance method Private Method Executes Work Item "Callback" 20000919
6 EXECUTE_DOCUMENT_WORKITEM Static method Public Method Executes Workitem of Type "Incoming CIC Document" 20000905
7 EXECUTE_DOCUMENT_WORKITEM_INT Instance method Private Method Executes Workitem of Type "Incoming CIC Document" 20000905
8 FINISH_CICITEM Instance method Public Method Exits a CIC Workitem 20000911
9 REVERSE_CICITEM Instance method Public Method Exit CIC Workitem 20000911
Events
Class CL_ISU_WF_INBOX_WORKSPACE has no event.
Types
Class CL_ISU_WF_INBOX_WORKSPACE has no local type.
Method Signatures

Method CB_DELETE_WS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM Ok code 20000905

Method CB_DELETE_WS on class CL_ISU_WF_INBOX_WORKSPACE has no exception.

Method CB_SUB_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM Ok code 20000910

Method CB_SUB_ACTION on class CL_ISU_WF_INBOX_WORKSPACE has no exception.

Method CHANGE_WS_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODE Call by reference Type reference (TYPE) CHAR1 zu setzender Modus 20000905
# Exception Resumable Description Created on
1 MODE_INVALID Unbekannter Modus 20000905

Method EXECUTE_CALLBACK_WORKITEM 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 20000919
2 Importing IM_DATE Call by reference Type reference (TYPE) SYDATUM Datum und Zeit, aktuelles (Applikationsserver-)Datum 20000920
3 Importing IM_FLOWITEM Call by reference Type reference (TYPE) OBJ_RECORD Workflow (Flowitem) 20000919
4 Importing IM_PARTNER Call by reference Type reference (TYPE) OBJ_RECORD Geschäftspartner 20000920
5 Importing IM_PHONENUMBER Call by reference Type reference (TYPE) SP_TELNO Telefonnummer 20000920
6 Importing IM_REASONCODE Call by reference Type reference (TYPE) EWW_REASON_CODE Grund für Rückruf 20000920
7 Importing IM_TIME Call by reference Type reference (TYPE) SYUZEIT Datum und Zeit, aktuelle (Applikationsserver-) Uhrzeit 20000920
# Exception Resumable Description Created on
1 WF_INBOX_NOT_ACTIVE CIC oder CIC Workflow Inbox ist nicht aktiv 20000919

Method EXECUTE_CALLBACK_WORKITEM_INT 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 CIC Workitem 20000919
2 Importing IM_DATE Call by reference Type reference (TYPE) SYDATUM Datum 20000920
3 Importing IM_FLOWITEM Call by reference Type reference (TYPE) OBJ_RECORD Workflow (Flowitem) 20000919
4 Importing IM_PARTNER Call by reference Type reference (TYPE) OBJ_RECORD Geschäftspartner 20000920
5 Importing IM_PHONENUMBER Call by reference Type reference (TYPE) SP_TELNO Teleonnummer 20000920
6 Importing IM_REASONCODE Call by reference Type reference (TYPE) EWW_REASON_CODE Anrufgrund 20000920
7 Importing IM_TIME Call by reference Type reference (TYPE) SYUZEIT Uhrzeit 20000920

Method EXECUTE_CALLBACK_WORKITEM_INT on class CL_ISU_WF_INBOX_WORKSPACE has no exception.

Method EXECUTE_DOCUMENT_WORKITEM 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 20000905
3 Importing IM_FLOWITEM Call by reference Type reference (TYPE) OBJ_RECORD Workflow (Flowitem) 20000912
4 Importing IM_IS_UNIQUE_PARTNER Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner eindeutig 20000905
5 Importing IM_PARTNER_NOT_FOUND Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner nicht gefunden 20000905
6 Importing IM_RECEIVER Call by reference Type reference (TYPE) OBJ_RECORD Empfängerobjekt 20000905
7 Importing IM_SENDERSTRING Call by reference Type reference (TYPE) STRING Absenderstring 20000905
8 Importing IM_UNIQUE_PARTNER Call by reference Type reference (TYPE) OBJ_RECORD Geschäftspartner 20000905
# Exception Resumable Description Created on
1 WF_INBOX_NOT_ACTIVE CIC oder CIC Workflow Inbox ist nicht aktiv 20000905

Method EXECUTE_DOCUMENT_WORKITEM_INT 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 20000905
3 Importing IM_FLOWITEM Call by reference Type reference (TYPE) OBJ_RECORD Workflow (Flowitem) 20000912
4 Importing IM_IS_UNIQUE_PARTNER Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner eindeutig 20000905
5 Importing IM_PARTNER_NOT_FOUND Call by reference Type reference (TYPE) EBA_FLAG Kennz: Partner nicht gefunden 20000905
6 Importing IM_RECEIVER Call by reference Type reference (TYPE) OBJ_RECORD Empfängerobjekt 20000905
7 Importing IM_SENDERSTRING Call by reference Type reference (TYPE) STRING Absenderstring 20000905
8 Importing IM_UNIQUE_PARTNER Call by reference Type reference (TYPE) OBJ_RECORD Geschäftspartner 20000905

Method EXECUTE_DOCUMENT_WORKITEM_INT on class CL_ISU_WF_INBOX_WORKSPACE has no exception.

Method FINISH_CICITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WORKITEM Call by reference Type reference (TYPE) SWWWIHEAD-WI_ID Zu beendendes Workitem 20000911

Method FINISH_CICITEM on class CL_ISU_WF_INBOX_WORKSPACE has no exception.

Method REVERSE_CICITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WORKITEM Call by reference Type reference (TYPE) SWWWIHEAD-WI_ID Zurückzulegendes Workitem 20000911

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