SAP ABAP Class IF_INBOX_REFRESH_BADI (Interface to BAdI: WF_INBOX_REFRESH_BADI)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20120502
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
Class IF_INBOX_REFRESH_BADI  
Short Description Interface to BAdI: WF_INBOX_REFRESH_BADI    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120502   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_INBOX_REFRESH_BADI has no forward declaration.
Interfaces
Class IF_INBOX_REFRESH_BADI has no interface implemented.
Friends
Class IF_INBOX_REFRESH_BADI has no friend class.
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 GET_PROPERTIES Instance method Public Method 20120515
2 GET_REFRESH_TASKS Instance method Public Method 20120502
Events
Class 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 Changing PROPERTIES Call by reference Type reference (TYPE) TABLE_PROPERTY 20120515

Method GET_PROPERTIES on class 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 Changing TASKS Call by reference Type reference (TYPE) TABLE_REFRESH_TASKS 20120502

Method GET_REFRESH_TASKS on class IF_INBOX_REFRESH_BADI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in