SAP ABAP Class CL_IBO_CH_WD_INB_ACTHDL_BA (base class for action handler)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-IBO (Application Component) Suite Inbox
⤷
IBO_INBOX_ACTION (Package) Suite Inbox Action
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IBO_CLL_INBOX_ACTHDLR | action handler for workitems in inbox | 20090807 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_CH_WD_INB_ACTHDL_FM | subclass for function module call | 20090807 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_CH_WD_INB_ACTHDL_IN | subclass for actions handled internally | 20090807 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_CH_WD_INB_ACTHDL_LP | subclass for URL navigation via launchpad | 20090827 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_IBO_CH_WD_INB_ACTHDL_ON | subclass for object based navigation | 20090807 |
Properties
| Class | CL_IBO_CH_WD_INB_ACTHDL_BA | |
| Short Description | base class for action handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IBO_INBOX_ACTION | Suite Inbox Action |
| Created | 20090807 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IBO_CH_WD_INB_ACTHDL_BA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IBO_CLL_INBOX_ACTHDLR | action handler for workitems in inbox | 20090807 |
Friends
Class CL_IBO_CH_WD_INB_ACTHDL_BA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWR_TEXT_API | API for Determining Texts | 20110117 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWR_WORKITEM_API | API for Handling a Work Item | 20110117 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | SWRTWISTATTEXT | Texts for Work Item Status | 20110117 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | POWL_APPLID_TY | application ID from POWL customizing | 20090819 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | constructor | 20090819 | |
| 2 | Instance method | Protected | Method | execute action with paramters filled from work item | 20090807 | |
| 3 | Instance method | Protected | Method | Fill place holders in parameter list with actual WI values | 20090807 | |
| 4 | Instance method | Protected | Method | Notify that a workitem has been handled | 20090807 |
Events
Class CL_IBO_CH_WD_INB_ACTHDL_BA has no event.
Types
Class CL_IBO_CH_WD_INB_ACTHDL_BA has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 |
Method CONSTRUCTOR on class CL_IBO_CH_WD_INB_ACTHDL_BA has no exception.
Method EXECUTE_ACTION_WITH_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_WORKITEM | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_INBOX_WI | 20090807 | ||||
| 2 | IT_ACTION_PARAMS | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | 20090807 | ||||
| 3 | IT_DYNAMIC_TASK_ATTRIBUTES | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | 20090807 | ||||
| 4 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | IBO_WF_CFG_INBOX_ACT_NAME | 20090807 | ||||
| 5 | IV_REFRESH_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_CFG_INBOX_REFRESH_TYPE | Type of refresh after action | 20090827 | |||
| 6 | RS_OBN_TARGET | Value transfer | Type reference (TYPE) | IBO_S_WD_UI_OBN | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 |
Method FILL_PARAM_LIST_WITH_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION_PARAMS | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | 20090807 | ||||
| 2 | ET_DYNAMIC_TASK_ATTRIBUTES | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | 20090807 | ||||
| 3 | IS_TASK_INFO | Call by reference | Type reference (TYPE) | IBO_S_WF_CFG_TASK_INFO | 20090807 | ||||
| 4 | IS_WORKITEM | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_INBOX_WI | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 |
Method FIRE_WORKITEM_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WIID | Call by reference | Type reference (TYPE) | SWW_WIID | 20090807 |
Method FIRE_WORKITEM_EVENT on class CL_IBO_CH_WD_INB_ACTHDL_BA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |