SAP ABAP Interface IF_IBO_INBOX_REFRESH_HDL (Inbox refresh handler interface)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-IBO (Application Component) Suite Inbox
⤷
IBO_INBOX_FEEDER (Package) Suite Inbox Feeder

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IBO_INBOX_REFRESH_HDL | Inbox Refresh Handler | 20090806 |
Properties
Interface | IF_IBO_INBOX_REFRESH_HDL | |
Short Description | Inbox refresh handler interface |
General Data
Package | IBO_INBOX_FEEDER | Suite Inbox Feeder |
Created | 20090806 | SAP |
Last changed | 20110908 | SAP |
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) |
2 | IF_IBO_INBOX_FEEDER_C | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_IBO_INBOX_REFRESH_HDL has no interface.
Friends
Interface IF_IBO_INBOX_REFRESH_HDL has no friend.
Attributes
Interface IF_IBO_INBOX_REFRESH_HDL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get alerts from inbox facade | 20090806 |
2 | ![]() |
Instance method | Public | Method | Get notifications from inbox facade | 20090806 |
3 | ![]() |
Instance method | Public | Method | Get workitem list from inbox facade or worklist API | 20090806 |
4 | ![]() |
Instance method | Public | Method | returns ABAP_TRUE if Text API is bound | 20110112 |
5 | ![]() |
Instance method | Public | Method | Returns ABAP_TRUE if Worklist API is bound | 20110112 |
6 | ![]() |
Instance method | Public | Method | Sets the SWR text API | 20110111 |
7 | ![]() |
Instance method | Public | Method | Sets the worklist API | 20110111 |
Events
Interface IF_IBO_INBOX_REFRESH_HDL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_GS_WI_EXEC_STARTED | Public | See coding | Structure of Work Item Execution Information | 20090807 | BEGIN OF ty_gs_wi_exec_started,
wi_id TYPE sww_wiid,
at TYPE syuzeit,
END OF ty_gs_wi_exec_started
|
|
2 | TY_GT_WI_EXEC_STARTED | Public | See coding | Table of Work Item Execution Information | 20090807 | ty_gt_wi_exec_started TYPE TABLE OF ty_gs_wi_exec_started
|
Method Signatures
Method GET_ALERTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ALERT | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_INBOX_AL | Alert | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090807 | |
2 | ![]() |
IBO WF error | 20090807 |
Method GET_NOTIFICATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_NOTIFICATIONS | Call by reference | Type reference (TYPE) | IBO_T_WF_FACADE_INBOX_NOT | table of notifications in lean inbox | 20090807 | ||
2 | ![]() |
IV_FOLDER_TYPE | Call by reference | Type reference (TYPE) | IBO_WF_FACADE_INBOX_FOLDER | Folder of Inbox | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090807 | |
2 | ![]() |
IBO WF error | 20090807 |
Method GET_WORKITEM_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_WORKITEM | Call by reference | Type reference (TYPE) | INDEX TABLE | table type for workitem data | 20090807 | ||
2 | ![]() |
IT_TASK_FILTER | Call by reference | Type reference (TYPE) | IBO_T_INBOX_TASK_ID | Table Type of IBO_INBOX_TASK_ID | 20090923 | ||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Language Key of Current Text Environment | 20090807 | |
4 | ![]() |
IV_SINCE_DATE | Call by reference | Type reference (TYPE) | DATS | SY-DATUM | Field of type DATS | 20090807 | |
5 | ![]() |
IV_TASK_SELECTION | Call by reference | Type reference (TYPE) | IBO_WF_FACADE_INBOX_TS_SEL | IF_IBO_INBOX_FEEDER_C=>GC_TASK_SELECTION_RDY_OR_IN_PR | task selection | 20090807 | |
6 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
IBO WF root exception for program errors (unrecoverable) | 20090807 | |
2 | ![]() |
IBO WF Error | 20090807 |
Method IS_TEXT_API_BOUND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_BOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Text API is bound | 20110112 |
Method IS_TEXT_API_BOUND on Interface IF_IBO_INBOX_REFRESH_HDL has no exception.
Method IS_WORKLIST_API_BOUND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_BOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Worklist API is bound | 20110112 |
Method IS_WORKLIST_API_BOUND on Interface IF_IBO_INBOX_REFRESH_HDL has no exception.
Method SET_TEXT_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TEXT_API | Call by reference | Object reference (TYPE REF TO) | IF_SWR_TEXT_API | API for Determining Texts | 20110111 |
Method SET_TEXT_API on Interface IF_IBO_INBOX_REFRESH_HDL has no exception.
Method SET_WORKLIST_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_WORKLIST_API | Call by reference | Object reference (TYPE REF TO) | IF_SWR_WORKLIST_API | API for Determining Worklists | 20110111 |
Method SET_WORKLIST_API on Interface IF_IBO_INBOX_REFRESH_HDL has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |