SAP ABAP Class CL_SWF_RUN_STEP_ATTRIBUTES (Workflow: Access to Steps)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWW (Package) Business Workflow: Work Items
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SWF_RUN_STEP_ATTRIBUTES PoA: Attributes of a Step 20030124
Properties
Class CL_SWF_RUN_STEP_ATTRIBUTES  
Short Description Workflow: Access to Steps    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SWW   Business Workflow: Work Items 
Created 20030124   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SWFCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SWF_RUN_STEP_ATTRIBUTES PoA: Attributes of a Step 20030124
Friends
Class CL_SWF_RUN_STEP_ATTRIBUTES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_WF_NODEID Constant Public Type reference (TYPE) SWD_NODEID 0000000001 Node Number of Flow 20030128
2 M_LANGUAGE Instance attribute Private Type reference (TYPE) SYLANGU 20030525
3 M_NODEID Instance attribute Private Type reference (TYPE) SWD_NODEID Node Number 20030124
4 M_NODE_DEFINITION Instance attribute Private Type reference (TYPE) SWD_SNODES 20030525
5 M_STEP_DEFINITION Instance attribute Private Object reference (TYPE REF TO) SWD_SSTEPS Workflow Definition: Steps (Runtime + Definition) 20050705
6 M_TABLE_OF_STEPS Static Attribute Private Type reference (TYPE) TABLE_DEFGUID_TO_HANDLE 20050507
7 M_WF_ACTUAL_TASK_HANDLE Instance attribute Private Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES Task of Current Work Item 20030318
8 M_WF_PARENT_TASK_HANDLE Instance attribute Private Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES Task of Enclosing Workflow 20030318
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20030124
2 GET_DEF_GUID Static method Private Method 20050507
3 GET_INSTANCE_VIA_NODEID Static method Public Method Generates instance using NODEID/TASK 20030318
4 GET_INSTANCE_VIA_REQUEST Static method Public Method Generates instance using request 20030508
5 GET_INSTANCE_VIA_WORKITEM Static method Public Method Generates instance using work item 20030318
6 GET_TASK_HANDLE Instance method Private Method 20031013
7 TRANSLATE_NODETYPE Instance method Private Method 20030930
8 _GET_WITEXT_FROM_DEFINITION Instance method Private Method Gets work item text using workflow definition 20030526
9 _INITIALIZE Instance method Private Method Initializes object 20030525
10 _INIT_VIA_NODEID Instance method Private Method Initializes using NODEID/TASK 20030318
11 _INIT_VIA_REQUEST Instance method Private Method Initializes using request 20030508
12 _INIT_VIA_WORKITEM Instance method Private Method Initializes using work item 20030318
Events
Class CL_SWF_RUN_STEP_ATTRIBUTES has no event.
Types
Class CL_SWF_RUN_STEP_ATTRIBUTES has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_DEF_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Workitemmanager (lokal) 20050507
2 Returning RE_DEFGUID Value transfer Type reference (TYPE) SWFRDGUID Workflow: GUID der Schrittdefinition (6.1/get) 20050507

Method GET_DEF_GUID on class CL_SWF_RUN_STEP_ATTRIBUTES has no exception.

Method GET_INSTANCE_VIA_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTUAL_TASK_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES 20030318
2 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20030525
3 Importing IM_NODEID Call by reference Type reference (TYPE) SWD_NODEID 20030318
4 Importing IM_PARENT_TASK_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES 20030318
5 Returning RE_STEP_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_STEP_ATTRIBUTES Workflow: Attribute eines Schrittes 20030318
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030318

Method GET_INSTANCE_VIA_REQUEST 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) CL_SWF_RUN_CREATE_API_REQUEST 20030508
2 Returning RE_STEP_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_STEP_ATTRIBUTES Workflow: Attribute eines Schrittes 20030508
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030508

Method GET_INSTANCE_VIA_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL Workflow: Workitemmanager (lokal) 20030318
2 Returning RE_STEP_HANDLE Value transfer Object reference (TYPE REF TO) IF_SWF_RUN_STEP_ATTRIBUTES Workflow: Attribute eines Schrittes 20030318
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030318

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 20031013

Method GET_TASK_HANDLE on class CL_SWF_RUN_STEP_ATTRIBUTES has no exception.

Method TRANSLATE_NODETYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODETYPE Call by reference Type reference (TYPE) SWD_NODETP 20030930
2 Returning RE_NODETYPE Value transfer Type reference (TYPE) SWD_TRETYP 20030930

Method TRANSLATE_NODETYPE on class CL_SWF_RUN_STEP_ATTRIBUTES has no exception.

Method _GET_WITEXT_FROM_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SWW_LANG 20130205
2 Returning RE_WITEXT Value transfer Type reference (TYPE) TEXT255 20030526

Method _GET_WITEXT_FROM_DEFINITION on class CL_SWF_RUN_STEP_ATTRIBUTES has no exception.

Method _INITIALIZE Signature

Method _INITIALIZE on class CL_SWF_RUN_STEP_ATTRIBUTES has no parameter.
Method _INITIALIZE on class CL_SWF_RUN_STEP_ATTRIBUTES has no exception.

Method _INIT_VIA_NODEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTUAL_TASK_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES 20030318
2 Importing IM_LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20030525
3 Importing IM_NODEID Call by reference Type reference (TYPE) SWD_NODEID 20030318
4 Importing IM_PARENT_TASK_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_TASK_ATTRIBUTES 20030318
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030318

Method _INIT_VIA_REQUEST 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) CL_SWF_RUN_CREATE_API_REQUEST 20030508
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030508

Method _INIT_VIA_WORKITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_WI_HANDLE Call by reference Object reference (TYPE REF TO) IF_SWF_RUN_WIM_INTERNAL 20030318
# Exception Resumable Description Created on
1 CX_SWF_RUN_WIM Ausnahme im WIM 20030318
History
Last changed by/on SAP  20110908 
SAP Release Created in 640