SAP ABAP Class CL_COM_BSP_WORKFLOW_ACCESS (Manager for Workflow Management)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-PCF-SRV-SAM (Application Component) Application Manager
     COM_WORKFLOW_BSP (Package) Workflow Administration in CRM UI Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_INIT_IL Interface for Initialization 20030115
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_MODEL_ACCESS_IL Application Interface to BSP IL 20030115
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CRM_BSP_PROCESS_IL Interface for Process Methods 20030115
Properties
Class CL_COM_BSP_WORKFLOW_ACCESS  
Short Description Manager for Workflow Management    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package COM_WORKFLOW_BSP   Workflow Administration in CRM UI Framework 
Created 20030115   SAP 
Last change 20030117   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWRCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CRM_BSP_INIT_IL Interface for Initialization 20030115
2 IF_CRM_BSP_MODEL_ACCESS_IL Application Interface to BSP IL 20030115
3 IF_CRM_BSP_PROCESS_IL Interface for Process Methods 20030115
Friends
Class CL_COM_BSP_WORKFLOW_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACCESS_CLASS Instance attribute Private Type reference (TYPE) CRMT_MODELACCESSCLASS 'CL_COM_BSP_WORKFLOW_ACCESS' Model Access Class 20030115
2 GC_SCREEN_STRUCT_PROTOCOL Instance attribute Private Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME 'COMT_BSP_WORKFLOW_PROTOCOL' Structure Name of Workflow Log 20030128
3 GC_SCREEN_STRUCT_WORKITEM Instance attribute Private Type reference (TYPE) CRMT_BSP_SCRSTRUCNAME 'COMT_BSP_WORKITEM' Structure Name for Work Items 20030128
4 GR_BADI_IF Instance attribute Private Object reference (TYPE REF TO) IF_EX_COM_BSP_WORKFLOW BAdI Interface IF_EX_COM_BSP_WORKFLOW 20040218
5 GR_MANAGER_INST Instance attribute Private Object reference (TYPE REF TO) CL_COM_BSP_SRV_APPL_MANAGER Service Application Manager (SAM) 20030116
6 GR_WORKFLOW_IF Instance attribute Private Object reference (TYPE REF TO) IF_COM_BSP_WORKFLOW IF for Workflow in CRM UI 20030117
7 GS_OBJECT_INFO Static Attribute Private Type reference (TYPE) COMT_BSP_WORKFLOW_OBJ_INFO BSP UI: Object Information 20030120
8 GT_APPLOG Instance attribute Private Type reference (TYPE) CRMT_BSP_APPLOG_TAB Application Log 20030115
9 GT_HTML_TEXT Instance attribute Private Type reference (TYPE) TT_WF_DESCR_HTML Description of WF Item 20030127
10 GT_WF_PROTOCOL Instance attribute Private Type reference (TYPE) TT_WF_PROTOCOL Simple WF Log 20030128
11 GT_WORKITEMS Instance attribute Private Type reference (TYPE) TT_BSP_WORKITEM Workflow Items for Object 20030123
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method Add Message to Log 20030116
2 CONSTRUCTOR Instance method Public Constructor Constructor 20030116
3 FILL_SCREEN_STRUCTURE_TAB Instance method Private Method Fill SCREEN_STRUCTURE Table 20030121
4 GET_OBJECT_INFO Instance method Private Method Conversion of CRM UI Object into BOR Object 20030124
5 READ_OBJECT_WORKITEMS Instance method Private Method Read Work Items for Object 20030120
6 READ_WORKFLOW_PROTOCOL Instance method Private Method Read Workflow Log 20030128
7 READ_WORKITEM_DESCRIPTION Instance method Private Method Read Description of Workflow 20030130
Events
Class CL_COM_BSP_WORKFLOW_ACCESS has no event.
Types
Class CL_COM_BSP_WORKFLOW_ACCESS has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20030116

Method ADD_MESSAGE on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_COM_BSP_WORKFLOW_ACCESS has no parameter.
Method CONSTRUCTOR on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method FILL_SCREEN_STRUCTURE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCREEN_STRUCTURE Call by reference Type reference (TYPE) TABLE 20030121
2 Importing IT_VALUES Call by reference Type reference (TYPE) TABLE 20030121

Method FILL_SCREEN_STRUCTURE_TAB on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method GET_OBJECT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_INFO Call by reference Type reference (TYPE) COMT_BSP_WORKFLOW_OBJ_INFO BSP-UI: Objektinformation 20030124

Method GET_OBJECT_INFO on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method READ_OBJECT_WORKITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECT_INFO Call by reference Type reference (TYPE) COMT_BSP_WORKFLOW_OBJ_INFO 20030120
2 Exporting ET_WORKITEMS Call by reference Type reference (TYPE) TT_BSP_WORKITEM BSP-UI: Workitems zum Objekt 20030130

Method READ_OBJECT_WORKITEMS on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method READ_WORKFLOW_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_WF_PROT Call by reference Type reference (TYPE) TT_WF_PROTOCOL Einfaches Workflow-Protokoll 20030128
2 Importing IV_LANGU Call by reference Type reference (TYPE) SWW_LANG SY-LANGU Sprache für Texte eines Workitem 20030130
3 Importing IV_WI_ID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20030128

Method READ_WORKFLOW_PROTOCOL on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.

Method READ_WORKITEM_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LTEXT Call by reference Type reference (TYPE) COMT_WORKFLOW_DESCRIPTION Beschreibung zum Workitem 20030130
2 Importing IV_LANGU Call by reference Type reference (TYPE) SWW_LANG SY-LANGU Sprache für Texte eines Workitem 20030130
3 Importing IV_WIID Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20030130

Method READ_WORKITEM_DESCRIPTION on class CL_COM_BSP_WORKFLOW_ACCESS has no exception.
History
Last changed by/on SAP  20030117 
SAP Release Created in 200