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 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SALRT 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 GT_LOG_HANDLE_TAB Static Attribute Private See coding 20041119
2 GT_PROTOCOLS Static Attribute Private Type reference (TYPE) LTT_PROTOCOL Table Log with Level of Detail 20041119
3 HANDLER_REGISTERED Static Attribute Private Type reference (TYPE) CHAR1 Single-Character Indicator 20041119
4 LOG_COLOURS 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 ADD_MESSAGE Static method Public Method Add Message 20041119
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20041119
3 CREATE_LOG Static method Public Method Initialize Log 20041119
4 DECREASE_DETAIL_LEVEL Static method Public Method Lowers the Level of Detail of a Log 20041119
5 INCREASE_DETAIL_LEVEL Static method Public Method Increases the Level of Detail of a Log 20041119
6 LOAD_LOG Static method Public Method Load Log 20041119
7 REFRESH_LOG Static method Public Method Remove a Log from Main Memory 20041119
8 REFRESH_LOGS Static method Public Event handling method Remove Log from Main Memory 20041119
9 SAVE_LOG Static method Public Method Save log 20041119
10 SET_DETAIL_LEVEL Static method Public Method Sets Level of Detail of a Log 20041119
11 SHOW_LOG 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 Importing IP_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Protokollhandle 20041119
2 Importing IP_MSG_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20041119
3 Importing IP_MSG_ID Call by reference Type reference (TYPE) SYMSGID 'SALERT' Nachrichtenklasse 20041119
4 Importing IP_MSG_NO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20041119
5 Importing IP_MSG_TYPE Call by reference Type reference (TYPE) SYMSGTY 'S' Nachrichtentyp 20041119
6 Importing IP_MSG_V1 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20041119
7 Importing IP_MSG_V2 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20041119
8 Importing IP_MSG_V3 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20041119
9 Importing IP_MSG_V4 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20041119
10 Importing 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 Returning EP_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Protokollhandle 20041119
2 Importing IP_EXT_NO Call by reference Type reference (TYPE) BALNREXT Externe Identifikation 20041119
3 Importing IP_OBJECT Call by reference Type reference (TYPE) BALOBJ_D 'PPF' Objekt 20041119
4 Importing 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 Importing 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 Importing 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 Importing IP_LOGNO Call by reference Type reference (TYPE) BALOGNR Protokollnummer 20041119
2 Returning 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 Importing 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 Importing IP_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Protokollhandle 20041119
2 Importing IP_UPDATE_TASK Call by reference Type reference (TYPE) CHAR1 SPACE Speichern in Update Task 20041119
3 Returning 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 Importing IP_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20041119
2 Importing 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 Importing 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