SAP ABAP Interface IF_SWF_RUN_WIM_WFM (Workflow: WIM Interface for WFM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_RUN (Package) Workflow: Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_RUN_WIM_LOCAL Workflow: Service Class for WIM 20030526
Properties
Interface IF_SWF_RUN_WIM_WFM  
Short Description Workflow: WIM Interface for WFM    
General Data
Package SWF_RUN   Workflow: Runtime 
Created 20030526   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_RUN_WIM_WFM has no forward declaration.
Interfaces
Interface IF_SWF_RUN_WIM_WFM has no interface.
Friends
Interface IF_SWF_RUN_WIM_WFM has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_WIID Instance attribute Public Type reference (TYPE) SWW_WIID 20030526
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_VIA_LOCAL_EVENT Instance method Public Method Complete a Work Item Using a Local Event 20041022
2 DEQUEUE Instance method Public Method Unlocks Work Item 20030526
3 DISCARD Instance method Public Method 20030915
4 ENQUEUE Instance method Public Method Locks the Work Item 20030526
5 EXCEPTION_TO_LOG Instance method Public Method Writes an Exception to the Workflow Log 20031106
6 FREE Instance method Public Method 20030526
7 GET_BLOCKTYPE Instance method Public Method 20030918
8 GET_CALLBACK_TYPE Instance method Public Method 20050519
9 GET_CB_DONE Instance method Public Method Reads Callback Flag 20030526
10 GET_CONTEXT Instance method Public Method Gets Context of Work Item 20030526
11 GET_CREATION_TIMESTAMP Instance method Public Method Gets Creation Time-Stamp 20070403
12 GET_EVENTS_PARKED Instance method Public Method 20031021
13 GET_EXCEPTION_CAUGHT Instance method Public Method 20040128
14 GET_EXECUTE_VIA_TRFC Instance method Public Method Checks Whether Work Item Is Executed by tRFC 20031117
15 GET_MAIN_METHOD_RETURN Instance method Public Method Gets Return Value of Main Method 20030526
16 GET_NODEID Instance method Public Method Gets Node Number in Workflow Definition 20030526
17 GET_PARFOREACH_INDEX Instance method Public Method Gets Current ParForEach Index of Work Item 20030526
18 GET_PROCCAT Instance method Public Method 20050121
19 GET_PRS_PROFILE Instance method Public Method Gets Persistence Profile of Work Item Container 20030526
20 GET_RELEASE_CTX_BEF_EXEC Instance method Public Method 20060102
21 GET_RESULT Instance method Public Method Gets result of work item execution 20040122
22 GET_RHTEXT Instance method Public Method Gets Task Text of Work Item 20030820
23 GET_START_NODEID Instance method Public Method Gets Start Node Number 20030813
24 GET_SWZAIENTRIES Instance method Public Method 20050608
25 GET_SYNC_BEFORE_EXEC Instance method Public Method Checks Whether Commit Is Required Before Execution 20031022
26 GET_TASK Instance method Public Method Gets Work Item Task 20030526
27 GET_TASK_HANDLE Instance method Public Method Gets Task Handle of Work Item 20030526
28 GET_TOP_LEVEL_TASK Instance method Public Method 20100803
29 GET_TRANSIENT Instance method Public Method 20080128
30 GET_WFM_EXEC_POSSIBLE Instance method Public Method Checks Whether WFM Can Execute Work Item 20031022
31 GET_WFTYPE Instance method Public Method Gets Workflow Type 20030820
32 GET_WIID Instance method Public Method Delivers the Work Item ID 20030526
33 GET_WITYPE Instance method Public Method Gets Work Item Type 20030526
34 GET_WI_AED Instance method Public Method 20040128
35 GET_WI_AGENT Instance method Public Method 20040128
36 GET_WI_CONTAINER Instance method Public Method Gets Reference to Work Item Container 20030526
37 GET_WI_CREATOR Instance method Public Method Gets Work Item Creator 20030820
38 GET_WI_DISABLE Instance method Public Method Gets Lock Indicator for Work Item 20030820
39 GET_WI_HIERARCHY Instance method Public Method Gets Work Item IDs of Higher-Level Work Items 20030526
40 GET_WI_PRIORITY Instance method Public Method Gets Work Item Priority 20030820
41 GET_WI_RELEASE Instance method Public Method Gets Creation Release of Work Item 20030820
42 GET_WI_STATUS Instance method Public Method Gets Current Status of Work Item 20030820
43 GET_WI_WFDKEY Instance method Public Method Gets Definition GUID of Workflow 20030526
44 GET_WLC_FLAGS Instance method Public Method Gets WLC Flag for WI Header 20041103
45 MERGE_ATTACHMENTS Instance method Public Method Merges Attachment in Flow Item Container 20030925
46 RESET_PARKED_EVENTS Instance method Public Method Resets 'Parked Events' Bit 20031023
47 SAVE Instance method Public Method 20030526
48 SET_CB_DONE Instance method Public Method Sets Callback Flag for Work Item 20030526
49 SET_CONTEXT Instance method Public Method Sets Work Item Context 20030526
50 SET_CREATION_TIMESTAMP Instance method Public Method Sets Creation Time-Stamp 20070403
51 SET_DEADLINE_STATUS Instance method Public Method 20030819
52 SET_OBSOLETE Instance method Public Method 20030925
53 SET_PARKED_EVENTS Instance method Public Method Sets "Parked Events" Bit 20070403
54 SET_PRIORITY Instance method Public Method Sets Work Item Priority 20030826
55 SET_RESTART_STATUS Instance method Public Method Sets Status for Restart 20040108
56 SET_STATUS_CANCELLED Instance method Public Method Sets Status of Work Item to 'CANCELLED' 20030714
57 SET_STATUS_COMPLETED Instance method Public Method Sets Status of Work Item to 'COMPLETED' 20030526
58 SET_STATUS_ERROR Instance method Public Method Sets Status of Work Item to 'ERROR' 20030911
59 SET_STATUS_EXCPCAUGHT Instance method Public Method Sets Status of Block Item to 'EXCPCAUGHT' 20031119
60 SET_STATUS_EXCPHANDLR Instance method Public Method Sets Status of Block Item to 'EXCPHANDLR' 20031119
61 SET_STATUS_STARTED Instance method Public Method Sets Status of Work Item to 'STARTED' 20030815
62 SET_SWZAIENTRY Instance method Public Method Writes a Worklist Entry 20050608
63 SET_WI_CONTAINER Instance method Public Method Sets Work Item Container 20030526
64 SUCCESS_TO_LOG Instance method Public Method Writes Success Message to Workflow Log 20031111
Events
Interface IF_SWF_RUN_WIM_WFM has no event.
Types
Interface IF_SWF_RUN_WIM_WFM has no local type.
Method Signatures

Method COMPLETE_VIA_LOCAL_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOCAL_EVENT_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER Container - Implementierung einer 'Collection' 20050517
2 Importing IM_LOCAL_EVENT_NAME Call by reference Type reference (TYPE) SWD_LEVTNAM Name eines lokalen Ereignisses 20041022
3 Returning RE_RESULT_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_RESULT Workflow: Result 20041022
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20041022

Method DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FORCE_ENQUEUE Call by reference Type reference (TYPE) XFELD SPACE 20030526
2 Importing IM_TXMGR Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20040202

Method DEQUEUE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method DISCARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TX Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER 20031024

Method DISCARD on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REFRESH Call by reference Type reference (TYPE) XFELD 'X' Daten nachlesen, wenn notwendig 20030526
2 Importing IM_TXMGR Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER 20040202
3 Importing IM_WAIT Call by reference Type reference (TYPE) XFELD 'X' Warten auf Enqueue (nxZeiteinheit) 20030526
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030526
2 CX_SWF_RUN_WIM_ENQ_FAILED Enqueue fehlgeschlagen 20030526

Method EXCEPTION_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_SWF_WFM WFM: Ausnahme 20031106
2 Importing IM_PARENT_GUID Call by reference Type reference (TYPE) GUID_16 GUID im 'CHAR' Format in Großschreibung 20031116

Method EXCEPTION_TO_LOG on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method FREE Signature

Method FREE on Interface IF_SWF_RUN_WIM_WFM has no parameter.
Method FREE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_BLOCKTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_BLOCKTYPE Value transfer Type reference (TYPE) SWP_BLOCKTYPE 20030918

Method GET_BLOCKTYPE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_CALLBACK_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CALLBACK_TYPE Value transfer Type reference (TYPE) SWPCBTYPE Typ des Callbacks vom WIM an den WFM 20050519

Method GET_CALLBACK_TYPE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_CB_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CB_DONE Value transfer Type reference (TYPE) SWW_CBDONE 20030526

Method GET_CB_DONE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTEXT Value transfer Type reference (TYPE) SWW_WIMCTX 20030526

Method GET_CONTEXT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_CREATION_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CREATION_TIMESTAMP Value transfer Type reference (TYPE) SWFRCRETS Workflow: Erzeugungs-Timestamp 20070403

Method GET_CREATION_TIMESTAMP on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_EVENTS_PARKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EVENTS_PARKED Value transfer Type reference (TYPE) XFELD 20031021

Method GET_EVENTS_PARKED on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_EXCEPTION_CAUGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_EXCEPTION_CAUGHT Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20040128

Method GET_EXCEPTION_CAUGHT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_EXECUTE_VIA_TRFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BACKGROUND Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20031117
2 Returning RE_EXECUTE_VIA_TRFC Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20031117

Method GET_EXECUTE_VIA_TRFC on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_MAIN_METHOD_RETURN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RETURN Value transfer Type reference (TYPE) SWF_RETURN 20030526

Method GET_MAIN_METHOD_RETURN on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODEID Value transfer Type reference (TYPE) SWD_NODEID 20030526

Method GET_NODEID on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_PARFOREACH_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PARIND Value transfer Type reference (TYPE) SWP_PARIND 20030526

Method GET_PARFOREACH_INDEX on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_PROCCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROCCAT Value transfer Type reference (TYPE) SWD_PROCCAT Prozesskategorie 20050121

Method GET_PROCCAT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_PRS_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PRS_PROFILE Value transfer Type reference (TYPE) SWD_PERSID 20030526

Method GET_PRS_PROFILE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_RELEASE_CTX_BEF_EXEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RELEASE_CTX_BEF_EXEC Value transfer Type reference (TYPE) FLAG 20060102

Method GET_RELEASE_CTX_BEF_EXEC on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_RESULT Workflow: Result 20040122
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040123

Method GET_RHTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RHTEXT Value transfer Type reference (TYPE) SWW_RHTEXT 20030820

Method GET_RHTEXT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_START_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_NODEID Value transfer Type reference (TYPE) SWD_NODEID 20030813

Method GET_START_NODEID on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_SWZAIENTRIES Signature

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

Method GET_SWZAIENTRIES on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_SYNC_BEFORE_EXEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SYNC_BEFORE_EXEC Value transfer Type reference (TYPE) XFELD 20031022

Method GET_SYNC_BEFORE_EXEC on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_EXETYP Call by reference Type reference (TYPE) SWD_EXETYP Typ des Workflow 20040127
2 Exporting EX_TASK Call by reference Type reference (TYPE) SWW_TASK 20040127
3 Exporting EX_VERSION Call by reference Type reference (TYPE) SWD_VERSIO Version 20040127
4 Exporting EX_WFD_ID Call by reference Type reference (TYPE) SWD_WFD_ID Nummer der Workflow-Definition 20050406

Method GET_TASK on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_TASK_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TASK_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES 20030526
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030526

Method GET_TOP_LEVEL_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TASK_NAME Value transfer Type reference (TYPE) SWW_TOP_TASK 20100803

Method GET_TOP_LEVEL_TASK on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_TRANSIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TRANSIENT Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20080128

Method GET_TRANSIENT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WFM_EXEC_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_SWF_WFM_WIM_REQUEST 20031022
2 Returning RE_WFM_EXEC_POSSIBLE Value transfer Type reference (TYPE) XFELD 20031022

Method GET_WFM_EXEC_POSSIBLE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WFTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WFTYPE Value transfer Type reference (TYPE) SWD_WFTYPE 20030820

Method GET_WFTYPE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WIID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WIID Value transfer Type reference (TYPE) SWW_WIID 20030526

Method GET_WIID on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WITYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WITYPE Value transfer Type reference (TYPE) SWFRWITYPE 20030526

Method GET_WITYPE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_AED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_AED Value transfer Type reference (TYPE) SWW_AED Endedatum eines Workitem 20040128

Method GET_WI_AED on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_AGENT Value transfer Type reference (TYPE) SWW_AAGENT Tatsächlicher Bearbeiter eines Workitems 20040128

Method GET_WI_AGENT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACCESS_DATABASE Call by reference Type reference (TYPE) XFELD 'X' 20030526
2 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20030526
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030526

Method GET_WI_CREATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_CREATOR Value transfer Type reference (TYPE) SWW_OBJID 20030820

Method GET_WI_CREATOR on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_DISABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_DISABLE Value transfer Type reference (TYPE) SWW_DISABL 20030820

Method GET_WI_DISABLE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARENTWI Call by reference Type reference (TYPE) SWW_WIID 20030526
2 Exporting EX_TOP_WI_ID Call by reference Type reference (TYPE) SWW_WIID 20030526
3 Exporting EX_WI_CHCKWI Call by reference Type reference (TYPE) SWW_WIID 20030526

Method GET_WI_HIERARCHY on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_PRIORITY Value transfer Type reference (TYPE) SWW_PRIO 20030820

Method GET_WI_PRIORITY on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_RELEASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_RELEASE Value transfer Type reference (TYPE) SYSAPRL 20030820

Method GET_WI_RELEASE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WI_STATUS Value transfer Type reference (TYPE) SWW_WISTAT 20030820

Method GET_WI_STATUS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WI_WFDKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DEFGUID Value transfer Type reference (TYPE) SWD_WFDKEY 20030526

Method GET_WI_WFDKEY on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method GET_WLC_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WLC_FLAGS Value transfer Type reference (TYPE) SWA_X4 WF: Intern, Konvertierung 4-Byte Integer <-> 4-Byte Hex. 20041103

Method GET_WLC_FLAGS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method MERGE_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CALLING_BACK_WI Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WIM_WFM 20030925

Method MERGE_ATTACHMENTS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method RESET_PARKED_EVENTS Signature

Method RESET_PARKED_EVENTS on Interface IF_SWF_RUN_WIM_WFM has no parameter.
Method RESET_PARKED_EVENTS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SAVE Signature

Method SAVE on Interface IF_SWF_RUN_WIM_WFM has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20050701

Method SET_CB_DONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CB_DONE Call by reference Type reference (TYPE) SWW_CBDONE 20030526

Method SET_CB_DONE on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Type reference (TYPE) SWW_WIMCTX 20030526

Method SET_CONTEXT on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SET_CREATION_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CREATION_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL 20070403

Method SET_CREATION_TIMESTAMP on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SET_DEADLINE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATUS Call by reference Type reference (TYPE) SWW_WIDHST 20030819

Method SET_DEADLINE_STATUS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SET_OBSOLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TX Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20031103
2 Returning RE_RESULT_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_RESULT 20030925
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030925

Method SET_PARKED_EVENTS Signature

Method SET_PARKED_EVENTS on Interface IF_SWF_RUN_WIM_WFM has no parameter.
Method SET_PARKED_EVENTS on Interface IF_SWF_RUN_WIM_WFM has no exception.

Method SET_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PRIORITY Call by reference Type reference (TYPE) SWW_PRIO 20030826
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030826

Method SET_RESTART_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FROM_BREAKPOINT Call by reference Type reference (TYPE) XFELD SPACE Restart Workflow nach Breakpoint 20050204
2 Importing IM_IS_ENTRY_POINT Call by reference Type reference (TYPE) XFELD SPACE 20040108
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20040108

Method SET_STATUS_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TXMGR Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20031117
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030714

Method SET_STATUS_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_RESULT 20030924
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030526

Method SET_STATUS_ERROR Signature

Method SET_STATUS_ERROR on Interface IF_SWF_RUN_WIM_WFM has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030911

Method SET_STATUS_EXCPCAUGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESULT Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_RESULT Workflow: Result 20031119
2 Importing IM_TXMGR Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20031119
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20031120

Method SET_STATUS_EXCPHANDLR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TXMGR Call by reference Object reference (TYPE REF TO) CL_SWF_RUN_TRANSACTION_MANAGER Workflow: Transaktionsmanager 20031119
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20031120

Method SET_STATUS_STARTED Signature

Method SET_STATUS_STARTED on Interface IF_SWF_RUN_WIM_WFM has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030815

Method SET_SWZAIENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SWZAIENTRY Call by reference Type reference (TYPE) SWZAIENTRY 20050608
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20050929

Method SET_WI_CONTAINER 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' 20030526
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030526

Method SUCCESS_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METHOD Call by reference Type reference (TYPE) SWF_METNAM Workflow: Methodenname 20031111

Method SUCCESS_TO_LOG on Interface IF_SWF_RUN_WIM_WFM has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 640