SAP ABAP Class /IWWRK/CL_WF_MGW_EXE_ACTION (Execute action)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_ODC_RUNTIME (Package) Workflow ODC Runtime for Gateway - Runtime
Properties
Class /IWWRK/CL_WF_MGW_EXE_ACTION  
Short Description Execute action    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWWRK/WF_ODC_RUNTIME   Workflow ODC Runtime for Gateway - Runtime 
Created 20110724   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWWRK/CL_WF_MGW_EXE_ACTION has no forward declaration.
Interfaces
Class /IWWRK/CL_WF_MGW_EXE_ACTION has no interface implemented.
Friends
Class /IWWRK/CL_WF_MGW_EXE_ACTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCS_ACTIONS Constant Private See coding 20110724
2 GCS_OPERATIONS Constant Private See coding 20110724
3 GCS_SUB_ACTIONS Constant Private See coding 20110724
4 MR_DATA Instance attribute Private Object reference (TYPE REF TO) DATA Output of action 20110725
5 MT_PARAMETER Instance attribute Private Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20110724
6 MT_RETURN_TAB Instance attribute Private Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110724
7 MT_WF_CONT Instance attribute Private Type reference (TYPE) /IWWRK/TT_WF_CONTAINER Table of Workflow Container elements 20110724
8 MV_ACTION_NAME Instance attribute Private Type reference (TYPE) STRING 20110724
9 MV_USER Instance attribute Private Type reference (TYPE) ACTORID Agent ID in Organizational Management 20110724
10 MV_WORKITEM Instance attribute Private Type reference (TYPE) SWW_WIID Work item ID 20110724
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_GET_USER_SUBSTITUTES Instance method Private Method Execute action read user substitutes 20110724
2 ACTION_STEP_HISTORY Instance method Private Method Execute action step history 20110724
3 ACTION_SUBSTITUTION Instance method Private Method Execute action substitution activate/deactivate 20110724
4 APPEND_APPROVER_COMMENTS Instance method Private Method Append the approver comments to the workflow container 20110724
5 APPEND_FORWARD_USER_LIST Instance method Private Method Append the users list to forward them the workflow item 20110724
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110724
7 EXECUTE_ACTION Instance method Public Method Execute specific action 20110724
8 GET_OPERATION Instance method Private Method Get the operation by the action name 20110724
9 GET_PARAMETER_VALUE Instance method Private Method Get value from the parameters internal table 20110724
10 GET_RETURN_TAB Instance method Public Method Return message tab 20110724
11 GET_WORKITEM_UPD Instance method Private Method Get the workitem update instance 20110724
12 IS_STEP_LAST Instance method Private Method Check if current step is last step and return true if yes 20110724
Events
Class /IWWRK/CL_WF_MGW_EXE_ACTION has no event.
Types
Class /IWWRK/CL_WF_MGW_EXE_ACTION has no local type.
Method Signatures

Method ACTION_GET_USER_SUBSTITUTES Signature

Method ACTION_GET_USER_SUBSTITUTES on class /IWWRK/CL_WF_MGW_EXE_ACTION has no parameter.
Method ACTION_GET_USER_SUBSTITUTES on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method ACTION_STEP_HISTORY Signature

Method ACTION_STEP_HISTORY on class /IWWRK/CL_WF_MGW_EXE_ACTION has no parameter.
Method ACTION_STEP_HISTORY on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method ACTION_SUBSTITUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUB_ACTION Call by reference Type reference (TYPE) C 20110724

Method ACTION_SUBSTITUTION on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method APPEND_APPROVER_COMMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WRITE_CONT_FLAG Value transfer Type reference (TYPE) FLAG General Flag 20110724

Method APPEND_APPROVER_COMMENTS on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method APPEND_FORWARD_USER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER_LIST Call by reference Type reference (TYPE) /IWWRK/TT_USER_LIST Table of users 20110724

Method APPEND_FORWARD_USER_LIST on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) /IWBEP/T_MGW_NAME_VALUE_PAIR table for name value pairs 20110724
2 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20110724

Method CONSTRUCTOR on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method EXECUTE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20110724
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20110724
2 /IWBEP/CX_MGW_TECH_EXCEPTION Technical Exception 20110724

Method GET_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OPERATION Value transfer Type reference (TYPE) /IWWRK/DT_WI_OPERATION_ID Workitem Operation ID 20110724

Method GET_OPERATION on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method GET_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20110724
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING 20110724

Method GET_PARAMETER_VALUE on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method GET_RETURN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RETURN_TAB Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110724

Method GET_RETURN_TAB on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method GET_WORKITEM_UPD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_WI_UPDATE Value transfer Object reference (TYPE REF TO) /IWWRK/CL_WF_UPDATE_WORKITEM Update workitem handler class 20110724

Method GET_WORKITEM_UPD on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.

Method IS_STEP_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TOP_WI Call by reference Type reference (TYPE) SWW_WIID Work item ID 20110724
2 Importing IV_WF_STEP Call by reference Type reference (TYPE) SWD_NODEID Node Number 20110724
3 Importing IV_WF_TASK Call by reference Type reference (TYPE) SWD_STEP_T Task abbreviation 20110724
4 Returning RV_NEXT_TASK Value transfer Type reference (TYPE) STRING General Flag 20110726

Method IS_STEP_LAST on class /IWWRK/CL_WF_MGW_EXE_ACTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200