SAP ABAP Class CL_IBO_WF_INBOX_CFG_PROV (configuration provider for inbox)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-IBO (Application Component) Suite Inbox
⤷
IBO_INBOX_CFG (Package) Suite Inbox Configuration
⤷
⤷
Properties
| Class | CL_IBO_WF_INBOX_CFG_PROV | |
| Short Description | configuration provider for inbox | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IBO_INBOX_CFG | Suite Inbox Configuration |
| Created | 20090807 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IBO_WF_INBOX_CFG_PROV has no forward declaration.
Interfaces
Class CL_IBO_WF_INBOX_CFG_PROV has no interface implemented.
Friends
Class CL_IBO_WF_INBOX_CFG_PROV has no friend class.
Attributes
Class CL_IBO_WF_INBOX_CFG_PROV has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | return all actions defined for an alert | 20090807 | |
| 2 | Static method | Public | Method | return all actions defined for a notification | 20090807 | |
| 3 | Static method | Public | Method | return all actions defined for given task type | 20090807 | |
| 4 | Static method | Public | Method | get info about an action | 20090807 | |
| 5 | Static method | Public | Method | return additional task type informat defined in customizing | 20100315 | |
| 6 | Static method | Public | Method | gets the default action for a given task type | 20090807 | |
| 7 | Static method | Private | Method | return parameters for workitem via workitem API | 20110117 | |
| 8 | Static method | Private | Method | return all static actions | 20090807 | |
| 9 | Static method | Public | Method | return all task types defined in customizing | 20090807 | |
| 10 | Static method | Public | Method | return all task types defined in customizing | 20090807 | |
| 11 | Static method | Public | Method | resolve parameters for a workitem | 20090807 |
Events
Class CL_IBO_WF_INBOX_CFG_PROV has no event.
Types
Class CL_IBO_WF_INBOX_CFG_PROV has no local type.
Method Signatures
Method GET_ACTIONS_FOR_ALERT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_LIST | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_ACTION_INFO | 20090807 | ||||
| 2 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 |
Method GET_ACTIONS_FOR_ALERT on class CL_IBO_WF_INBOX_CFG_PROV has no exception.
Method GET_ACTIONS_FOR_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_LIST | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_ACTION_INFO | 20090807 | ||||
| 2 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 |
Method GET_ACTIONS_FOR_NOTIFICATION on class CL_IBO_WF_INBOX_CFG_PROV has no exception.
Method GET_ACTIONS_FOR_TASK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_LIST | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_ACTION_INFO | 20090807 | ||||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20090807 | |||
| 3 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 | |||
| 4 | IV_TASK_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_WORKFLOW_TASK_ID | 20090807 | ||||
| 5 | IV_WI_STATUS | Call by reference | Type reference (TYPE) | SWW_WISTAT | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
Method GET_ACTION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | IBO_WF_CFG_INBOX_ACT_NAME | 20090807 | ||||
| 2 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | 20090807 | |||
| 3 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 | |||
| 4 | RS_ACTION_INFO | Value transfer | Type reference (TYPE) | IBO_S_WF_CFG_ACTION_INFO | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
Method GET_ADDITIONAL_TASK_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ADD_INFO | Call by reference | Type reference (TYPE) | IBO_S_WF_CFG_TASK_ADD_INFO | 20100315 | ||||
| 2 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20100315 | |||
| 3 | IV_TASK_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_WORKFLOW_TASK_ID | 20100315 | ||||
| 4 | IV_WI_DEST_ID | Call by reference | Type reference (TYPE) | RFC_DEST | Destination where the task may comes from | 20110118 | |||
| 5 | IV_WI_STATUS | Call by reference | Type reference (TYPE) | SWW_WISTAT | 20100315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IBO WF root exception for program errors (unrecoverable) | 20100315 | ||
| 2 | CX static check | 20100315 |
Method GET_DEFAULT_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ACTION | Call by reference | Type reference (TYPE) | IBO_WF_CFG_INBOX_ACT_NAME | 20090807 | ||||
| 2 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 | |||
| 3 | IV_TASK_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_WORKFLOW_TASK_ID | 20090807 | ||||
| 4 | IV_WI_DEST_ID | Call by reference | Type reference (TYPE) | RFC_DEST | SAPOSCOL destination | 20110117 | |||
| 5 | IV_WI_STATUS | Call by reference | Type reference (TYPE) | SWW_WISTAT | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
Method GET_DYN_PARAMS_FOR_WI_BY_API Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SWR_WORKITEM_API | Call by reference | Object reference (TYPE REF TO) | IF_SWR_WORKITEM_API | API for Handling a Work Item | 20110117 | |||
| 2 | IT_ATTRIBUTE_NAMES | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_TS_ATTR | list of dynamic task attributes | 20110117 | |||
| 3 | RT_DYNAMIC_TASK_ATTRIBUTES | Value transfer | Type reference (TYPE) | IBO_T_WF_CFG_INBOX_PARAM | parameter map for customizing of lean workflow inbox | 20110117 |
Method GET_DYN_PARAMS_FOR_WI_BY_API on class CL_IBO_WF_INBOX_CFG_PROV has no exception.
Method GET_STA_ACTIONS_FOR_TASK_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_LIST | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_ACTION_INFO | 20090812 |
Method GET_STA_ACTIONS_FOR_TASK_TYPE on class CL_IBO_WF_INBOX_CFG_PROV has no exception.
Method GET_TASK_INFO_FOR_TASK_TYPE 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 | |||
| 2 | IV_TASK_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_WORKFLOW_TASK_ID | 20090807 | ||||
| 3 | RS_TASK_TYPE | Value transfer | Type reference (TYPE) | IBO_S_WF_CFG_TASK_INFO | 20090807 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
Method GET_TASK_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TASK_TYPES | Call by reference | Type reference (TYPE) | IBO_T_WF_CFG_TASK_INFO | 20090807 | ||||
| 2 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
Method RESOLVE_DYNAMIC_PARAMS_FOR_WI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTION_PARAMETER_MAP | 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 | IO_SWR_WORKITEM_API | Call by reference | Object reference (TYPE REF TO) | IF_SWR_WORKITEM_API | API for Handling a Work Item | 20110117 | |||
| 4 | IS_TASK_INFO | Call by reference | Type reference (TYPE) | IBO_S_WF_CFG_TASK_INFO | 20090807 | ||||
| 5 | IS_WORKITEM | Call by reference | Type reference (TYPE) | IBO_S_WF_FACADE_INBOX_WI | 20090807 | ||||
| 6 | IV_POWL_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20090819 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20090807 | |||
| 2 | 20090807 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |