SAP ABAP Interface IF_WF_INBOX_REFRESH (Interface to BAdI: WF_INBOX_REFRESH_BADI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWL (Package) Business Workflow: Worklist Client
⤷
⤷
Properties
| Interface | IF_WF_INBOX_REFRESH | |
| Short Description | Interface to BAdI: WF_INBOX_REFRESH_BADI |
General Data
| Package | SWL | Business Workflow: Worklist Client |
| Created | 20120502 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_WF_INBOX_REFRESH has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120502 |
Friends
Interface IF_WF_INBOX_REFRESH has no friend.
Attributes
Interface IF_WF_INBOX_REFRESH has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Refresh Period | 20120502 | |
| 2 | Instance method | Public | Method | Returns tasks for which a refresh is to be created | 20120502 |
Events
Interface IF_WF_INBOX_REFRESH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | REFRESH_TASK | Public | See coding | 20120502 | BEGIN OF refresh_task,
user TYPE syuname,
task TYPE sww_task,
create_event TYPE xfeld,
update_event TYPE xfeld,
delete_event TYPE xfeld,
END OF refresh_task
|
||
| 2 | TABLE_REFRESH_TASKS | Public | See coding | 20120502 | table_refresh_tasks TYPE SORTED TABLE OF refresh_task
WITH UNIQUE KEY user task
|
Method Signatures
Method GET_REFRESH_INTERVALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PERIOD_IN_SECONDS | Value transfer | Type reference (TYPE) | I | 20120502 |
Method GET_REFRESH_INTERVALL on Interface IF_WF_INBOX_REFRESH has no exception.
Method GET_REFRESH_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_TASKS | Value transfer | Type reference (TYPE) | TABLE_REFRESH_TASKS | 20120502 |
Method GET_REFRESH_TASKS on Interface IF_WF_INBOX_REFRESH has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |