SAP ABAP Class IF_SALV_BS_WATCH_LOG_P (Watch Change Log Provider)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SALV_BS_CHANGE_LOG | Change Log | 20090311 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SALV_BS_CHANGE_LOG_P | Data Change Log Provider | 20090311 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_SALV_BS_WATCH_LOG | Watch Change Log | 20090311 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SALV_BS_WATCH_LOG | Watch Change Log | 20090311 |
Properties
| Class | IF_SALV_BS_WATCH_LOG_P | |
| Short Description | Watch Change Log Provider | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090311 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SALV_BS_WATCH_LOG_P has no forward declaration.
Interfaces
Class IF_SALV_BS_WATCH_LOG_P has no interface implemented.
Friends
Class IF_SALV_BS_WATCH_LOG_P has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20090311 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Watch (Table, TableLine, TableCell) | 20090311 | |
| 2 | Instance method | Public | Method | Add Watch List Entry | 20090311 | |
| 3 | Instance method | Public | Method | Clear Watch | 20090311 | |
| 4 | Instance method | Public | Method | 20090319 | ||
| 5 | Instance method | Public | Method | 20090311 | ||
| 6 | Instance method | Public | Method | 20090311 | ||
| 7 | Instance method | Public | Method | 20090311 | ||
| 8 | Instance method | Public | Method | 20090311 | ||
| 9 | Instance method | Public | Method | 20090311 | ||
| 10 | Instance method | Public | Method | Remove Watch | 20090311 | |
| 11 | Instance method | Public | Method | 20090311 | ||
| 12 | Instance method | Public | Method | 20090311 | ||
| 13 | Instance method | Public | Method | 20090311 |
Events
Class IF_SALV_BS_WATCH_LOG_P has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_WATCH | Public | See coding | Watch Item | 20090311 | begin of ys_watch,
index type sytabix,
attribute type string,
r_value type ref to data,
end of ys_watch
|
|
| 2 | YT_WATCH | Public | See coding | Watch Items | 20090311 | yt_watch type sorted table of ys_watch with unique key index attribute
|
Method Signatures
Method ADD_WATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090311 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090311 | ||||
| 3 | R_DATA | Call by reference | Object reference (TYPE REF TO) | IF_SALV_BS_DATA_SOURCE | DataController | 20090311 |
Method ADD_WATCH on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method ADD_WATCH_LIST_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090311 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090311 | ||||
| 3 | R_NEW_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090319 | ||||
| 4 | R_OLD_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090319 |
Method ADD_WATCH_LIST_ENTRY on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method CLEAR_WATCH Signature
Method CLEAR_WATCH on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method CLEAR_WATCH on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method FREE Signature
Method FREE on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method FREE on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method GET_WATCH_LIST Signature
Method GET_WATCH_LIST on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method GET_WATCH_LIST on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method IS_BEING_WATCHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090311 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090311 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090311 |
Method IS_BEING_WATCHED on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method IS_CHANGED Signature
Method IS_CHANGED on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method IS_CHANGED on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method IS_REGISTERED Signature
Method IS_REGISTERED on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method IS_REGISTERED on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method REGISTER Signature
Method REGISTER on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method REGISTER on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method REMOVE_WATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | 20090311 | ||||
| 2 | INDEX | Call by reference | Type reference (TYPE) | SYTABIX | 20090311 |
Method REMOVE_WATCH on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method RESET Signature
Method RESET on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method RESET on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method SET_CHANGED Signature
Method SET_CHANGED on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method SET_CHANGED on class IF_SALV_BS_WATCH_LOG_P has no exception.
Method UNREGISTER Signature
Method UNREGISTER on class IF_SALV_BS_WATCH_LOG_P has no parameter.
Method UNREGISTER on class IF_SALV_BS_WATCH_LOG_P has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |