SAP ABAP Class /BOBF/CL_TUI_CTRL_CHANGE_LOG (Control: Change Logging)
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_CHANGE_LOG | |
Short Description | Control: Change Logging | |
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_CHANGE_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_CHANGE_LOG | Control: Change Logging | 20120510 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20090528 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | asdf | 20120510 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TT_CHANGE_GRID | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20090528 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 1 | 20090528 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20090528 |
2 | ![]() |
Static method | Public | Method | 20120510 | |
3 | ![]() |
Instance method | Public | Event handling method | 20090528 | |
4 | ![]() |
Instance method | Public | Event handling method | 20090528 | |
5 | ![]() |
Instance method | Public | Event handling method | 20090528 | |
6 | ![]() |
Instance method | Public | Event handling method | 20090528 | |
7 | ![]() |
Instance method | Public | Method | 20120510 | |
8 | ![]() |
Instance method | Private | Method | 20120420 |
Events
Class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_CHANGE_GRID | Private | See coding | 20090528 | tt_change_grid TYPE STANDARD TABLE OF ty_change_grid
|
||
2 | TY_CHANGE_GRID | Private | See coding | 20090528 | BEGIN OF ty_change_grid,
id TYPE i,
bo_name TYPE /bobf/obm_name,
bo_key TYPE /bobf/obm_bo_key,
node_name TYPE /bobf/obm_name,
node_key TYPE /bobf/obm_node_key,
key TYPE /bobf/conf_key,
change TYPE string,
END OF ty_change_grid
|
Method Signatures
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 List Viewer | 20090528 | ||
2 | ![]() |
IO_DOCKING_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control Container | 20120510 |
Method CONSTRUCTOR on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CHANGE_LOG | Value transfer | Object reference (TYPE REF TO) | /BOBF/CL_TUI_CTRL_CHANGE_LOG | Control: Change Logging | 20120510 | ||
2 | ![]() |
IO_ALV_GRID | Call by reference | Object reference (TYPE REF TO) | CL_GUI_ALV_GRID | ALV List Viewer | 20120510 | ||
3 | ![]() |
IO_DOCKING_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_DOCKING_CONTAINER | Docking Control Container | 20120510 |
Method GET_INSTANCE on class /BOBF/CL_TUI_CTRL_CHANGE_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 | Value transfer | Attribute reference (LIKE) | 20090528 | ||||
2 | ![]() |
E_OBJECT | Value transfer | Attribute reference (LIKE) | 20090528 |
Method HANDLE_TOOLBAR on class /BOBF/CL_TUI_CTRL_CHANGE_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_CHANGE_LOG has no exception.
Method ON_TRANSACTION_CLEANEDUP Signature
Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no parameter.
Method ON_TRANSACTION_CLEANEDUP on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no exception.
Method ON_TRANSACTION_SAVED Signature
Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no parameter.
Method ON_TRANSACTION_SAVED on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no exception.
Method SET_VISIBILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_VISIBLE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120510 |
Method SET_VISIBILITY on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no exception.
Method UPDATE_DISPLAY Signature
Method UPDATE_DISPLAY on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no parameter.
Method UPDATE_DISPLAY on class /BOBF/CL_TUI_CTRL_CHANGE_LOG has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |