SAP ABAP Class /BOBF/CL_TUI_CTRL_MESSAGE_LOG (Control: Message)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-TST (Application Component) Business Object Processing Framework Tests
     /BOBF/TEST_UI (Package) Business Object Processing Framework Test UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_TUI_EVENTS Interface containing all Events of the Controls 20090528
Properties
Class /BOBF/CL_TUI_CTRL_MESSAGE_LOG  
Short Description Control: Message    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/TEST_UI   Business Object Processing Framework Test UI 
Created 20090528   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_TUI_EVENTS Interface containing all Events of the Controls 20090528
Friends
Class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_MESSAGE_CONTROL Static Attribute Private Object reference (TYPE REF TO) /BOBF/CL_TUI_CTRL_MESSAGE_LOG Message Control 20090528
2 MO_ALV_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Tree Control 20090528
3 MO_DOCKING_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER mo docking container 20120508
4 MT_ALV_GRID Instance attribute Private Type reference (TYPE) TT_MESSAGE_TABLE 20090528
5 MV_MESSAGE_COUNTER Instance attribute Private Type reference (TYPE) I 20090601
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Private Method 20090528
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090528
3 GET_INSTANCE Static method Public Method 20090528
4 HANDLE_TOOLBAR Instance method Public Event handling method handle toolbar clicks 20120507
5 ON_ALV_DOUBLE_CLICKED Instance method Public Event handling method on_alv_double_clicked 20090528
6 ON_ALV_TOOLBAR_CLICKED Instance method Private Method 20120515
7 ON_MENU_BUTTON Instance method Private Event handling method 20120507
8 ON_MESSAGE_CREATED Instance method Public Event handling method Adds the currently created messages 20090528
9 ON_NEW_CONSUMER_ROUNDTRIP Instance method Public Event handling method Clear messages with lifetime transition 20090528
10 ON_SYNC_NOTIFICATIONS Instance method Public Event handling method 20090528
11 ON_TRANSACTION_CLEANEDUP Instance method Public Event handling method 20090528
12 ON_TRANSACTION_SAVED Instance method Public Event handling method 20090528
Events
Class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_MESSAGE_TABLE Private See coding 20090528 tt_message_table TYPE STANDARD TABLE OF ty_message_table
2 TY_MESSAGE_TABLE Private See coding 20090528 BEGIN OF ty_message_table, severity TYPE c LENGTH 1, symptom TYPE c LENGTH 15, lifetime TYPE i, text TYPE string, longtext TYPE string, bo_name TYPE /bobf/obm_name, " out of /BOBF/S_FRW_LOCATION of origin location bo_key TYPE /bobf/obm_bo_key, node_name TYPE /bobf/obm_name, " out of /BOBF/S_FRW_LOCATION of origin location node_key TYPE /bobf/obm_node_key, key TYPE /bobf/conf_key, attributes TYPE /bobf/t_frw_name, id TYPE i, msg_id TYPE symsgid, msg_no TYPE symsgno, severity_icon TYPE string, END OF ty_message_table
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20090528
2 Returning RV_MESSAGE_ADDED Value transfer Type reference (TYPE) ABAP_BOOL 20120411

Method ADD_MESSAGE on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Tree Control 20090528
2 Importing IO_DOCKING_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20120508

Method CONSTRUCTOR on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_MESSAGE_CONTROL Value transfer Object reference (TYPE REF TO) /BOBF/CL_TUI_CTRL_MESSAGE_LOG Message Control 20090528
2 Importing IO_ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Tree Control 20090528
3 Importing IO_DOCKING_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20120508

Method GET_INSTANCE on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20120507
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20120507

Method HANDLE_TOOLBAR on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_ALV_DOUBLE_CLICKED Signature

Method ON_ALV_DOUBLE_CLICKED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no parameter.
Method ON_ALV_DOUBLE_CLICKED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_ALV_TOOLBAR_CLICKED Signature

Method ON_ALV_TOOLBAR_CLICKED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no parameter.
Method ON_ALV_TOOLBAR_CLICKED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_MENU_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20120507
2 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20120507

Method ON_MENU_BUTTON on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_MESSAGE_CREATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MESSAGE Value transfer Attribute reference (LIKE) 20090528

Method ON_MESSAGE_CREATED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_NEW_CONSUMER_ROUNDTRIP Signature

Method ON_NEW_CONSUMER_ROUNDTRIP on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no parameter.
Method ON_NEW_CONSUMER_ROUNDTRIP on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_SYNC_NOTIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CHANGE Value transfer Attribute reference (LIKE) 20090528

Method ON_SYNC_NOTIFICATIONS on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_TRANSACTION_CLEANEDUP Signature

Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no parameter.
Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.

Method ON_TRANSACTION_SAVED Signature

Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no parameter.
Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_MESSAGE_LOG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702