SAP ABAP Class /IWWRK/CL_TGW_TASK_ACTION (/IWWRK/CL_TGW_TASK_ACTION)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_ODC_INBOX (Package) Workflow ODC Runtime for Gateway - Generic Inbox
Properties
Class /IWWRK/CL_TGW_TASK_ACTION  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWWRK/WF_ODC_INBOX   Workflow ODC Runtime for Gateway - Generic Inbox 
Created 20120219   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /IWWRK/CL_TGW_TASK_ACTION has no interface implemented.
Friends
Class /IWWRK/CL_TGW_TASK_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 20120219
2 GCS_OPERATIONS Constant Private See coding 20120219
3 MT_RETURN_TAB Instance attribute Private Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20120219
4 MT_WI_CONTAINER Instance attribute Private Type reference (TYPE) /IWWRK/TT_WF_CONTAINER Table of Workflow Container elements 20120219
5 MV_ACTION_NAME Instance attribute Private Type reference (TYPE) STRING Workitem Operation ID 20120219
6 MV_COMMENT Instance attribute Private Type reference (TYPE) STRING 20120219
7 MV_DECISION_KEY Instance attribute Private Type reference (TYPE) STRING 20120219
8 MV_FORWARD_USER Instance attribute Private Type reference (TYPE) SYUNAME User Name 20120219
9 MV_INSTANCE_ID Instance attribute Private Type reference (TYPE) SWW_WIID Work item ID 20120219
10 MV_PRIORITY Instance attribute Private Type reference (TYPE) SWW_PRIO Task priority 20130228
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ACTION_COMMENTS Instance method Public Method Add commetns to action execution 20120219
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120219
3 EXECUTE_ACTIONS Instance method Public Method Execute action for task 20130228
4 EXECUTE_PRIORITY Instance method Protected Method Exceute priority change 20130228
5 EXECUTE_PRIORITY_VALIDATION Instance method Private Method Priority change validation 20130228
6 GET_ACTION_COMMENT_COUNT Instance method Private Method count number of action comments in WI container 20121129
7 GET_BAPIRET_FROM_BUSI_EXP Instance method Private Method Get message from exception 20130304
8 GET_DECISION_KEY Instance method Public Method 20120219
9 GET_FORWARD_USER_LIST Instance method Private Method 20120219
10 GET_RETURN_TAB Instance method Public Method Get the return tab 20130228
11 GET_TASK_UPDATE_INST Instance method Public Method Return task update class instance 20120219
12 MAP_ACTION_TO_OPERATION Instance method Private Method Return the corrent operation 20130303
13 SET_ACTION_PROPERTIES Instance method Public Method 20120219
14 WAPI_MSG_TO_RETTAB Instance method Private Method Insert messages to member return table 20130228
Events
Class /IWWRK/CL_TGW_TASK_ACTION has no event.
Types
Class /IWWRK/CL_TGW_TASK_ACTION has no local type.
Method Signatures

Method ADD_ACTION_COMMENTS Signature

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

Method ADD_ACTION_COMMENTS on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /IWWRK/CL_TGW_TASK_ACTION has no parameter.
Method CONSTRUCTOR on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method EXECUTE_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_FLAG Call by reference Type reference (TYPE) /IWWRK/WF_FLAG Flag 20130228

Method EXECUTE_ACTIONS on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method EXECUTE_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR_FLAG Call by reference Type reference (TYPE) FLAG General Flag 20130228

Method EXECUTE_PRIORITY on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method EXECUTE_PRIORITY_VALIDATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) SY-SUBRC Return Value of ABAP Statements 20130228

Method EXECUTE_PRIORITY_VALIDATION on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method GET_ACTION_COMMENT_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COMMNETS_COUNT Value transfer Type reference (TYPE) I 20121129

Method GET_ACTION_COMMENT_COUNT on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method GET_BAPIRET_FROM_BUSI_EXP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130304
2 Importing IX_BUSI_EXCEPTION Call by reference Object reference (TYPE REF TO) /IWBEP/CX_MGW_BUSI_EXCEPTION Business Exception 20130304

Method GET_BAPIRET_FROM_BUSI_EXP on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method GET_DECISION_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DECISION_KEY Value transfer Type reference (TYPE) SWR_DECIKEY Index of an Alternative of a User Decision 20120219

Method GET_DECISION_KEY on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method GET_FORWARD_USER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_USER_LIST Value transfer Type reference (TYPE) /IWWRK/TT_USER_LIST Table of users 20120219

Method GET_FORWARD_USER_LIST on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method GET_RETURN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Return Parameter 20130228

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

Method GET_TASK_UPDATE_INST 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 20120219

Method GET_TASK_UPDATE_INST on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method MAP_ACTION_TO_OPERATION Signature

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

Method MAP_ACTION_TO_OPERATION on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method SET_ACTION_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20120219
2 Importing IV_COMMENTS Call by reference Type reference (TYPE) STRING 20120219
3 Importing IV_DECISION_KEY Call by reference Type reference (TYPE) SWR_DECIKEY Index of an Alternative of a User Decision 20120219
4 Importing IV_FORWARD_USER Call by reference Type reference (TYPE) SYUNAME User Name 20120219
5 Importing IV_INSTANCE_ID Call by reference Type reference (TYPE) SWW_WIID Work item ID 20120219
6 Importing IV_PRIORITY Call by reference Type reference (TYPE) SWW_PRIO Priority of a Work Item 20130228

Method SET_ACTION_PROPERTIES on class /IWWRK/CL_TGW_TASK_ACTION has no exception.

Method WAPI_MSG_TO_RETTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG_LINES Call by reference Type reference (TYPE) SAPI_MSG_LINES Table with sap wapi Message (Lines) 20130228

Method WAPI_MSG_TO_RETTAB on class /IWWRK/CL_TGW_TASK_ACTION has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200