SAP ABAP Class CL_SRM_TOOLS_BW_MONITOR_LOG (A Log Writer that writes to BW monitor logs)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-SPL-SDR (Application Component) Supplier Delivery Performance Rating
⤷
RS_BCT_SPL_SDPR (Package) BW: Content Logistics - Supplier Delivery Performance Rating
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_TOOLS_LOG_TARGET | Set of operations provided by a log target | 20040109 |
Properties
| Class | CL_SRM_TOOLS_BW_MONITOR_LOG | |
| Short Description | A Log Writer that writes to BW monitor logs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_BCT_SPL_SDPR | BW: Content Logistics - Supplier Delivery Performance Rating |
| Created | 20040109 | SAP |
| Last change | 20141101 | |
| 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 | CL_SRM_TOOLS_LOG_TARGET | Set of operations provided by a log target | 20040109 |
Friends
Class CL_SRM_TOOLS_BW_MONITOR_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | C | hide debug entries | 20040109 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | C | hide source location of exceptions | 20040109 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | technical name of the application log | 20050209 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | BW monitor log | 20040112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Create a console log writer | 20040109 | |
| 2 | Instance method | Public | Method | Assign the log table (to be done right after construction!) | 20040112 | |
| 3 | Instance method | Private | Method | Write a log entry | 20040109 |
Events
Class CL_SRM_TOOLS_BW_MONITOR_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_RSMONITOR | Public | See coding | 20040112 | t_rsmonitor type table of rsmonitor
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_ID | Call by reference | Type reference (TYPE) | CHAR20 | specifies the logging application | 20050209 | |||
| 2 | HIDE_DEBUG | Call by reference | Type reference (TYPE) | C | Debug-Einträge ausblenden | 20040109 | |||
| 3 | HIDE_EXC_SOURCE_LOCATIONS | Call by reference | Type reference (TYPE) | C | Lokation protokollierter Ausnahmen ausblenden | 20040109 |
Method CONSTRUCTOR on class CL_SRM_TOOLS_BW_MONITOR_LOG has no exception.
Method SET_LOG_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MONITOR_LOG | Call by reference | Type reference (TYPE) | T_RSMONITOR | Liste der Monitoreinträge | 20040112 |
Method SET_LOG_TABLE on class CL_SRM_TOOLS_BW_MONITOR_LOG has no exception.
Method WRITE_LOG_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE_ARG1 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 1 | 20040112 | |||
| 2 | MESSAGE_ARG2 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 2 | 20040112 | |||
| 3 | MESSAGE_ARG3 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 3 | 20040112 | |||
| 4 | MESSAGE_ARG4 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 4 | 20040112 | |||
| 5 | MESSAGE_CLASS | Call by reference | Type reference (TYPE) | STRING | Nachrichtenklasse | 20040112 | |||
| 6 | MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | STRING | Nachrichtennummer | 20040112 | |||
| 7 | SEVERITY | Call by reference | Type reference (TYPE) | I | 1-4 | 20040109 |
Method WRITE_LOG_ENTRY on class CL_SRM_TOOLS_BW_MONITOR_LOG has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in | 352 |