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 | 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 | Static Attribute | Private | Object reference (TYPE REF TO) | /BOBF/CL_TUI_CTRL_MESSAGE_LOG | Message Control | 20090528 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV Tree Control | 20090528 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | mo docking container | 20120508 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_MESSAGE_TABLE | 20090528 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20090601 |
Methods
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 | IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_MESSAGE | Interface of Message Object | 20090528 | |||
| 2 | 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 | IO_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV Tree Control | 20090528 | |||
| 2 | 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 | EO_MESSAGE_CONTROL | Value transfer | Object reference (TYPE REF TO) | /BOBF/CL_TUI_CTRL_MESSAGE_LOG | Message Control | 20090528 | |||
| 2 | IO_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV Tree Control | 20090528 | |||
| 3 | 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 | E_INTERACTIVE | Call by reference | Attribute reference (LIKE) | 20120507 | |||||
| 2 | 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 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20120507 | |||||
| 2 | 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 | 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 | 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 |