SAP ABAP Class CL_ALERT_LOG_MANAGER (PPF: Service Class for Log)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-ALM (Application Component) Alert Framework
⤷
SALERT_CORE (Package) Central Alert Server
⤷
⤷
Properties
| Class | CL_ALERT_LOG_MANAGER | |
| Short Description | PPF: Service Class for Log | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALERT_CORE | Central Alert Server |
| Created | 20041119 | SAP |
| Last change | 20041228 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ALERT_LOG_MANAGER has no interface implemented.
Friends
Class CL_ALERT_LOG_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 20041119 | |||||
| 2 | Static Attribute | Private | Type reference (TYPE) | LTT_PROTOCOL | Table Log with Level of Detail | 20041119 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20041119 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | BAL_S_COL | Application Log: Display: Problem class colors | 20041119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add Message | 20041119 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20041119 | |
| 3 | Static method | Public | Method | Initialize Log | 20041119 | |
| 4 | Static method | Public | Method | Lowers the Level of Detail of a Log | 20041119 | |
| 5 | Static method | Public | Method | Increases the Level of Detail of a Log | 20041119 | |
| 6 | Static method | Public | Method | Load Log | 20041119 | |
| 7 | Static method | Public | Method | Remove a Log from Main Memory | 20041119 | |
| 8 | Static method | Public | Event handling method | Remove Log from Main Memory | 20041119 | |
| 9 | Static method | Public | Method | Save log | 20041119 | |
| 10 | Static method | Public | Method | Sets Level of Detail of a Log | 20041119 | |
| 11 | Static method | Public | Method | Display Log | 20041119 |
Events
Class CL_ALERT_LOG_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LST_PROTOCOL | Private | See coding | 20041119 | begin of LST_PROTOCOL,
handle type balloghndl,
detlevel type ballevel,
end of lst_protocol
|
||
| 2 | LTT_PROTOCOL | Private | See coding | 20041119 | ltt_protocol type standard table of lst_protocol
|
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Protokollhandle | 20041119 | |||
| 2 | IP_MSG_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Anwendungs-Log: Detaillierungsgrad | 20041119 | |||
| 3 | IP_MSG_ID | Call by reference | Type reference (TYPE) | SYMSGID | 'SALERT' | Nachrichtenklasse | 20041119 | ||
| 4 | IP_MSG_NO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer | 20041119 | |||
| 5 | IP_MSG_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | 'S' | Nachrichtentyp | 20041119 | ||
| 6 | IP_MSG_V1 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20041119 | |||
| 7 | IP_MSG_V2 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20041119 | |||
| 8 | IP_MSG_V3 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20041119 | |||
| 9 | IP_MSG_V4 | Call by reference | Type reference (TYPE) | SYMSGV | Nachrichtenvariable | 20041119 | |||
| 10 | IP_PROBLEMCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | '4' | Problemklasse | 20041119 |
Method ADD_MESSAGE on class CL_ALERT_LOG_MANAGER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ALERT_LOG_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ALERT_LOG_MANAGER has no exception.
Method CREATE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Protokollhandle | 20041119 | |||
| 2 | IP_EXT_NO | Call by reference | Type reference (TYPE) | BALNREXT | Externe Identifikation | 20041119 | |||
| 3 | IP_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | 'PPF' | Objekt | 20041119 | ||
| 4 | IP_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | 'PROCESSING' | Subobjekt | 20041119 |
Method CREATE_LOG on class CL_ALERT_LOG_MANAGER has no exception.
Method DECREASE_DETAIL_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20041119 |
Method DECREASE_DETAIL_LEVEL on class CL_ALERT_LOG_MANAGER has no exception.
Method INCREASE_DETAIL_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20041119 |
Method INCREASE_DETAIL_LEVEL on class CL_ALERT_LOG_MANAGER has no exception.
Method LOAD_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_LOGNO | Call by reference | Type reference (TYPE) | BALOGNR | Protokollnummer | 20041119 | |||
| 2 | RP_LOGHANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Protokollhandle | 20041119 |
Method LOAD_LOG on class CL_ALERT_LOG_MANAGER has no exception.
Method REFRESH_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20041119 |
Method REFRESH_LOG on class CL_ALERT_LOG_MANAGER has no exception.
Method REFRESH_LOGS Signature
Method REFRESH_LOGS on class CL_ALERT_LOG_MANAGER has no parameter.
Method REFRESH_LOGS on class CL_ALERT_LOG_MANAGER has no exception.
Method SAVE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_LOGHANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Protokollhandle | 20041119 | |||
| 2 | IP_UPDATE_TASK | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Speichern in Update Task | 20041119 | ||
| 3 | RP_LOGNO | Value transfer | Type reference (TYPE) | BALOGNR | Protokollnummer | 20041119 |
Method SAVE_LOG on class CL_ALERT_LOG_MANAGER has no exception.
Method SET_DETAIL_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | Anwendungs-Log: Detaillierungsgrad | 20041119 | |||
| 2 | IP_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20041119 |
Method SET_DETAIL_LEVEL on class CL_ALERT_LOG_MANAGER has no exception.
Method SHOW_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_PROTOCOL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20041119 |
Method SHOW_LOG on class CL_ALERT_LOG_MANAGER has no exception.
History
| Last changed by/on | SAP | 20041228 |
| SAP Release Created in | 700 |