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 | Constant | Private | See coding | 20110724 | |||||
| 2 | Constant | Private | See coding | 20110724 | |||||
| 3 | Constant | Private | See coding | 20110724 | |||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Output of action | 20110725 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110724 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110724 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | /IWWRK/TT_WF_CONTAINER | Table of Workflow Container elements | 20110724 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | 20110724 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | ACTORID | Agent ID in Organizational Management | 20110724 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SWW_WIID | Work item ID | 20110724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Execute action read user substitutes | 20110724 | |
| 2 | Instance method | Private | Method | Execute action step history | 20110724 | |
| 3 | Instance method | Private | Method | Execute action substitution activate/deactivate | 20110724 | |
| 4 | Instance method | Private | Method | Append the approver comments to the workflow container | 20110724 | |
| 5 | Instance method | Private | Method | Append the users list to forward them the workflow item | 20110724 | |
| 6 | Instance method | Public | Constructor | CONSTRUCTOR | 20110724 | |
| 7 | Instance method | Public | Method | Execute specific action | 20110724 | |
| 8 | Instance method | Private | Method | Get the operation by the action name | 20110724 | |
| 9 | Instance method | Private | Method | Get value from the parameters internal table | 20110724 | |
| 10 | Instance method | Public | Method | Return message tab | 20110724 | |
| 11 | Instance method | Private | Method | Get the workitem update instance | 20110724 | |
| 12 | 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 | 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 | 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 | 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 | IT_PARAMETER | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_NAME_VALUE_PAIR | table for name value pairs | 20110724 | |||
| 2 | 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 | ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Exception | 20110724 | ||
| 2 | Technical Exception | 20110724 |
Method GET_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20110724 | ||||
| 2 | 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 | 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 | 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 | IV_TOP_WI | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20110724 | |||
| 2 | IV_WF_STEP | Call by reference | Type reference (TYPE) | SWD_NODEID | Node Number | 20110724 | |||
| 3 | IV_WF_TASK | Call by reference | Type reference (TYPE) | SWD_STEP_T | Task abbreviation | 20110724 | |||
| 4 | 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 |