SAP ABAP Interface IF_INBOX_REFRESH_BADI (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

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWL_BADI_INBOX_REFRESH | Workflow: Example for BAdI | 20120502 |
Properties
Interface | IF_INBOX_REFRESH_BADI | |
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_INBOX_REFRESH_BADI has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20120502 |
Friends
Interface IF_INBOX_REFRESH_BADI has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_PROPERTY_NAME_BUFFER_REFRESH | Constant | Public | Type reference (TYPE) | STRING | 'BUFFER_REFRESH_TIME' | 20120515 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120515 | |
2 | ![]() |
Instance method | Public | Method | 20120502 |
Events
Interface IF_INBOX_REFRESH_BADI has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | PROPERTY | Public | See coding | 20120515 | BEGIN OF property,
name TYPE string,
value TYPE string,
END OF property
|
||
2 | REFRESH_TASK | Public | See coding | 20120502 | BEGIN OF refresh_task.
INCLUDE TYPE refresh_task_key.
INCLUDE TYPE refresh_task_data.
TYPES: END OF refresh_task
|
||
3 | REFRESH_TASK_DATA | Public | See coding | 20120503 | BEGIN OF refresh_task_data,
create_event TYPE xfeld,
change_event TYPE xfeld,
complete_event TYPE xfeld,
END OF refresh_task_data
|
||
4 | REFRESH_TASK_KEY | Public | See coding | 20120503 | BEGIN OF refresh_task_key,
uname TYPE syuname,
task TYPE sww_task,
END OF refresh_task_key
|
||
5 | TABLE_PROPERTY | Public | See coding | 20120515 | table_property TYPE SORTED TABLE OF property
WITH NON-UNIQUE KEY name
|
||
6 | TABLE_REFRESH_TASKS | Public | See coding | 20120502 | table_refresh_tasks TYPE SORTED TABLE OF refresh_task
WITH UNIQUE KEY uname task
|
Method Signatures
Method GET_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTIES | Call by reference | Type reference (TYPE) | TABLE_PROPERTY | 20120515 |
Method GET_PROPERTIES on Interface IF_INBOX_REFRESH_BADI has no exception.
Method GET_REFRESH_TASKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TASKS | Call by reference | Type reference (TYPE) | TABLE_REFRESH_TASKS | 20120502 |
Method GET_REFRESH_TASKS on Interface IF_INBOX_REFRESH_BADI has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |