SAP ABAP Interface IF_SWF_WFM_WIM_REQUEST (WFM: Interface for WIM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWP (Package) Business Workflow: Processor
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SWF_WFM_COMPONENT_WIM WFM: Process Component 20030620
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_WFM_COMPOSITE_WIM WFM: Structured Process Component with WIM Handle 20030623
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWF_WFM_LEAF_WIM 20030620
Properties
Interface IF_SWF_WFM_WIM_REQUEST  
Short Description WFM: Interface for WIM    
General Data
Package SWP   Business Workflow: Processor 
Created 20030311   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_SWF_WFM_WIM_REQUEST has no forward declaration.
Interfaces
Interface IF_SWF_WFM_WIM_REQUEST has no interface.
Friends
Interface IF_SWF_WFM_WIM_REQUEST has no friend.
Attributes
Interface IF_SWF_WFM_WIM_REQUEST has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DEADLINE_MODELLED Instance method Public Method Checks whether a particular deadline is modeled 20030818
2 GET_BINDING_DATAFLOW Instance method Public Method Gets direction of binding for binding 20030816
3 GET_BINDING_DEFINITION Instance method Public Method Gets binding definition 20030311
4 GET_BLOCKTYPE Instance method Public Method Gets type of block (for block items) 20030812
5 GET_CALLBACK_FB Instance method Public Method Gets name of callback function module 20030317
6 GET_CALLED_IN_BACKGROUND Instance method Public Method Gets "called in background" indicator 20030312
7 GET_COMPLETION_EVENTS Instance method Public Method Gets terminating event of step 20030314
8 GET_CONTEXT_CONTAINER Instance method Public Method Gets container of current context 20030312
9 GET_CREATION_PARAMETERS Instance method Public Method Gets additional create parameters 20030325
10 GET_FLOW_HANDLE Instance method Public Method Gets handle of workflow 20030311
11 GET_LANGUAGE Instance method Public Method Gets language of workflow 20030314
12 GET_LINK_CONTEXT_AS_PARENT Instance method Public Method Do you want to link the context container as parent? 20041103
13 GET_MAX_SUBWF_LEVEL Instance method Public Method Gets maximum subflow level 20040203
14 GET_PARFOREACH_INDEX Instance method Public Method Gets ParForEach index 20030312
15 GET_PART_OF_DIALOG_BLOCK Instance method Public Method Gets Part of a Dialog Block 20050510
16 GET_PERSISTENCY_PROFILE Instance method Public Method Gets persistence profile 20030312
17 GET_PROCCAT Instance method Public Method 20050121
18 GET_REJECTABLE Instance method Public Method Gets "rejectable" indicator 20030312
19 GET_SOURCE_CONTAINER Instance method Public Method Gets source container for binding 20031117
20 GET_STEP_HANDLE Instance method Public Method Gets a runtime object of current step 20030318
21 GET_SUSPEND_DATA Instance method Public Method Gets data for the suspend entry 20031020
22 GET_TASK Instance method Public Method Gets task ID 20030312
23 GET_USER Instance method Public Method Gets user of current context 20030314
24 GET_WFDKEY Instance method Public Method Gets WFD key 20030312
25 GET_WFM_FOR_START Instance method Public Method Gets a WFM at start of flow item 20031120
26 GET_WFTYPE Instance method Public Method Gets workflow type 20030314
27 GET_WITYPE Instance method Public Method Gets work item type 20030312
28 GET_WI_HIERARCHY Instance method Public Method Gets higher-level WI IDs 20030312
Events
Interface IF_SWF_WFM_WIM_REQUEST has no event.
Types
Interface IF_SWF_WFM_WIM_REQUEST has no local type.
Method Signatures

Method CHECK_DEADLINE_MODELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DEADLINE_TYPE Value transfer Type reference (TYPE) SWW_WIDHST 20030818
2 Returning RE_MODELLED Value transfer Type reference (TYPE) FLAG 20030818

Method CHECK_DEADLINE_MODELLED on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_BINDING_DATAFLOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATAFLOW Value transfer Type reference (TYPE) SWA_DAFLOW 20030816

Method GET_BINDING_DATAFLOW on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_BINDING_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_BINDING_DEFINITION Value transfer Type reference (TYPE) SWFBNDPTAB $REF$ 20030311

Method GET_BINDING_DEFINITION on Interface IF_SWF_WFM_WIM_REQUEST 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 20030812
# Exception Resumable Description Created on
1 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031011

Method GET_CALLBACK_FB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CALLBACK_FB Value transfer Type reference (TYPE) SWW_CBFB 20030317
# Exception Resumable Description Created on
1 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031014

Method GET_CALLED_IN_BACKGROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CALLED_IN_BACKGROUND Value transfer Type reference (TYPE) XFELD $REF$ 20030312

Method GET_CALLED_IN_BACKGROUND on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_COMPLETION_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COMPLETION_EVENTS Value transfer Type reference (TYPE) SWWTCOMPEVT 20030314
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20040401
2 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031011

Method GET_CONTEXT_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031011

Method GET_CREATION_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PARAMETERS Value transfer Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER 20030325

Method GET_CREATION_PARAMETERS on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_FLOW_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FLOW_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_WIM_WFM 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031011

Method GET_LANGUAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LANGU Value transfer Type reference (TYPE) SYLANGU 20030314

Method GET_LANGUAGE on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_LINK_CONTEXT_AS_PARENT Signature

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

Method GET_LINK_CONTEXT_AS_PARENT on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_MAX_SUBWF_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MAX_SUBWF_LEVEL Value transfer Type reference (TYPE) SWP_MAXSUB Maximales Sub-Workflow-Level (Abbruchkriterium) 20040203

Method GET_MAX_SUBWF_LEVEL on Interface IF_SWF_WFM_WIM_REQUEST 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_PARFOREACH_INDEX Value transfer Type reference (TYPE) SWC_INDEX $REF$ 20030312

Method GET_PARFOREACH_INDEX on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_PART_OF_DIALOG_BLOCK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PART_OF_DIALOG_BLOCK Value transfer Type reference (TYPE) FLAG allgemeines flag 20050510

Method GET_PART_OF_DIALOG_BLOCK on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_PERSISTENCY_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PERSISTENCY_PROFILE Value transfer Type reference (TYPE) SWD_PERSID $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031011

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_WFM_WIM_REQUEST has no exception.

Method GET_REJECTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_REJECTABLE Value transfer Type reference (TYPE) SWW_REJECT $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031011

Method GET_SOURCE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONTAINER Value transfer Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER $REF$ 20031117
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031117

Method GET_STEP_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STEP_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_STEP_ATTRIBUTES 20030318
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031020
2 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031011

Method GET_SUSPEND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODEID Value transfer Type reference (TYPE) SWD_NODEID 20031020
2 Exporting EX_WFID Value transfer Type reference (TYPE) SWW_WIID 20031020
3 Exporting EX_WIID Value transfer Type reference (TYPE) SWW_WIID 20031020
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031020

Method GET_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_TASK Value transfer Type reference (TYPE) SWW_TASK $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM_METHOD_ABSURD WFM: Methodenaufruf an konkreter Instanz unsinnig 20031011

Method GET_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_USER Value transfer Type reference (TYPE) SYUNAME 20030314

Method GET_USER on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_WFDKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WFDKEY Value transfer Type reference (TYPE) SWD_WFDKEY $REF$ 20030312

Method GET_WFDKEY on Interface IF_SWF_WFM_WIM_REQUEST has no exception.

Method GET_WFM_FOR_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_WFM Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_WFM Interface für den Workflow-Manager 20031120
# Exception Resumable Description Created on
1 CX_SWF_WFM_WIM_RETURN_ERROR WFM: Exception für den WIM 20040116

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 20030314

Method GET_WFTYPE on Interface IF_SWF_WFM_WIM_REQUEST 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) SWW_WITYPE $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20040206

Method GET_WI_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARENT_WI Call by reference Type reference (TYPE) SWW_WIID Workitem-Kennung 20030331
2 Exporting EX_TOP_WI_ID Call by reference Type reference (TYPE) SWW_WIID $REF$ 20030312
3 Exporting EX_WI_CHCKWI Call by reference Type reference (TYPE) SWW_WIID $REF$ 20030312
# Exception Resumable Description Created on
1 CX_SWF_WFM WFM: Ausnahme 20031011
History
Last changed by/on SAP  20110908 
SAP Release Created in 640