SAP ABAP Interface IF_SWF_RUN_WIM_WORK_QUEUE (Workflow: Work Item Manager (Work Queue))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWW (Package) Business Workflow: Work Items
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_RUN_WIM_WORKQUEUE Workflow: Service Functions for Work Queue 20020121
Properties
Interface IF_SWF_RUN_WIM_WORK_QUEUE  
Short Description Workflow: Work Item Manager (Work Queue)    
General Data
Package SWW   Business Workflow: Work Items 
Created 20020106   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no forward declaration.
Interfaces
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no interface.
Friends
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no friend.
Attributes
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AI_CREATE_AI_ENTRIES Instance method Public Method Generates entries for work queue (on generation) 20020121
2 AI_ELEMENT_APPEND Instance method Public Method Append a Line to an Existing Work Queue 20020108
3 AI_ELEMENT_DELETE Instance method Public Method Delete a Line from an Existing Work Queue 20020108
4 AI_ELEMENT_GET Instance method Public Method Read a Line from an Existing Work Queue 20020108
5 AI_ELEMENT_LIST_UPDATE Instance method Public Method Update Element List of Work Queue 20020108
6 AI_ELEMENT_OBJECT_DISPLAY Instance method Public Method Display Object of Entry 20020108
7 AI_ELEMENT_STATUS_CHANGE Instance method Public Method Change Status of Line of Work Queue 20020108
8 AI_ELEMENT_WORKITEM_DISPLAY Instance method Public Method Display Work Item of Entry 20020108
9 AI_EXECUTE Instance method Public Method Execute Work Queue 20020106
10 AI_GET_ELEMENT_LIST Instance method Public Method Gets element list of work queue 20020107
11 AI_GET_WI_HANDLE Instance method Public Method Gets work item 20030128
12 AI_HANDLE_APPLIC_EXECUTION Instance method Public Method Handles error from application exit 20020118
13 AI_REFRESH_ELEMENT_LIST Instance method Public Method Reads Element List from Database 20080129
14 AI_RELEASE Instance method Public Method Release Work Queue 20020106
15 AI_RESTART Instance method Public Method Restart Work Queue 20020108
16 AI_SET_ELEMENT_LIST Instance method Public Method Sets Element List of a Worklist 20020107
17 AI_SET_STATUS Instance method Public Method Sets status of work queue 20020108
Events
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no event.
Types
Interface IF_SWF_RUN_WIM_WORK_QUEUE has no local type.
Method Signatures

Method AI_CREATE_AI_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENTRIES Call by reference Type reference (TYPE) SWZTAIELEM Workflow: Tabelle mit Einträgen für Arbeitsvorrat 20020121

Method AI_CREATE_AI_ENTRIES on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_ELEMENT_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENTRY Call by reference Type reference (TYPE) SWZAIELEM Struktur der Zeile eines Arbeitsvorrats 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020108

Method AI_ELEMENT_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTID Call by reference Type reference (TYPE) SWO_OBJID Objekt-ID 20020108
2 Importing IM_TASKID Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020108
2 CX_SWF_RUN_WIM_READ_FAILED Ausführung fehlgeschlagen 20020108

Method AI_ELEMENT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTID Call by reference Type reference (TYPE) SWO_OBJID Objekt-ID 20020108
2 Importing IM_TASKID Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20020108
3 Returning RE_ENTRY Value transfer Type reference (TYPE) SWZAIENTRY Objekttabelle für Arbeitsvorräte (Einträge) 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_READ_FAILED Eintrag kann nicht gelesen werden 20020108

Method AI_ELEMENT_LIST_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENTRIES Call by reference Type reference (TYPE) SWZTAIENTR Workflow: Tabelle mit Einträgen für Arbeitsvorrat 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20020108

Method AI_ELEMENT_OBJECT_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTID Call by reference Type reference (TYPE) SWO_OBJID Objekt-ID 20020108
2 Importing IM_TASKID Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_READ_FAILED Ausführung fehlgeschlagen 20020108

Method AI_ELEMENT_STATUS_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENTRY Call by reference Type reference (TYPE) SWZAIENTRY Objekttabelle für Arbeitsvorräte (Einträge) 20020108
2 Importing IM_STATUS Call by reference Type reference (TYPE) SWW_WISTAT Bearbeitungsstatus eines Workitem 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20020108
2 CX_SWF_RUN_WIM_STATUS_FAILED Fehlerhafter Statusübergang 20020108

Method AI_ELEMENT_WORKITEM_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTID Call by reference Type reference (TYPE) SWO_OBJID Objekt-ID 20020108
2 Importing IM_TASKID Call by reference Type reference (TYPE) SWW_TASK Aufgabenkennung 20020108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_READ_FAILED Ausführung fehlgeschlagen 20020108

Method AI_EXECUTE Signature

Method AI_EXECUTE on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020106

Method AI_GET_ELEMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ENTRIES Value transfer Type reference (TYPE) SWZTAIENTR Workflow: Tabelle mit Einträgen für Arbeitsvorrat 20020107

Method AI_GET_ELEMENT_LIST on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_GET_WI_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Workitemmanager (lokal) 20030128

Method AI_GET_WI_HANDLE on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_HANDLE_APPLIC_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLICATION_EXCP Call by reference Object reference (TYPE REF TO) CX_WAPI_EXCEPTION Workflow-WAPI: Ausnahme 20020118
2 Returning RE_EXCEPTION Value transfer Object reference (TYPE REF TO) CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020118

Method AI_HANDLE_APPLIC_EXECUTION on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_REFRESH_ELEMENT_LIST Signature

Method AI_REFRESH_ELEMENT_LIST on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no parameter.
Method AI_REFRESH_ELEMENT_LIST on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_RELEASE Signature

Method AI_RELEASE on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020106
2 CX_SWF_RUN_WIM_RELEASE_FAILED Freigabe fehlgeschlagen 20020108

Method AI_RESTART Signature

Method AI_RESTART on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_EXEC_FAILED Ausführung fehlgeschlagen 20020108

Method AI_SET_ELEMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ENTRIES Call by reference Type reference (TYPE) SWZTAIENTR Workflow: Tabelle mit Einträgen für Arbeitsvorrat 20020107

Method AI_SET_ELEMENT_LIST on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no exception.

Method AI_SET_STATUS Signature

Method AI_SET_STATUS on Interface IF_SWF_RUN_WIM_WORK_QUEUE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM_STATUS_FAILED Fehlerhafter Statusübergang 20020108
History
Last changed by/on SAP  20110908 
SAP Release Created in 620