SAP ABAP Class CL_CCMS_LOG_SERVICE (CCMS Service Class for application log)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SMOI (Package) CCMS: Monitoring Architecture
Properties
Class CL_CCMS_LOG_SERVICE  
Short Description CCMS Service Class for application log    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SMOI   CCMS: Monitoring Architecture 
Created 20110823   SAP 
Last change 20140121   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 IF_CCMS_APPLOG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_CCMS_LOG_SERVICE has no interface implemented.
Friends
Class CL_CCMS_LOG_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_LOGOBJECTS Static Attribute Private See coding 20110823
2 HANDLER_REGISTERED Static Attribute Private Type reference (TYPE) CHAR1 Single-Character Flag 20110823
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method Initialize Log 20110823
2 LOAD_LOG Static method Private Method Load Log 20110823
3 REFRESH_LOG Static method Public Method Remove a Log from Main Memory 20110823
4 REFRESH_LOGS Static method Public Event handling method Remove Log from Main Memory 20110823
5 SAVE_ALL Static method Public Method Saves all logs to database 20110823
Events
Class CL_CCMS_LOG_SERVICE has no event.
Types
Class CL_CCMS_LOG_SERVICE has no local type.
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_EXT_NO Call by reference Type reference (TYPE) BALNREXT External identification 20110823
2 Importing IP_LOGNR Call by reference Type reference (TYPE) BALOGNR Application log: log number 20110823
3 Importing IP_OBJECT Call by reference Type reference (TYPE) BALOBJ_D 'CCMS' Object 20110823
4 Importing IP_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ IF_CCMS_APPLOG=>C_SUBOBJECT_PROCESSING Subobject 20110823
5 Returning R_LOGOBJ Value transfer Object reference (TYPE REF TO) CL_CCMS_APPLOG Log object 20110823
# Exception Resumable Description Created on
1 CX_CCMS_LOG_SERVICE Exception for log service 20110823

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 Log number 20110823
2 Returning RP_LOGHANDLE Value transfer Type reference (TYPE) BALLOGHNDL Log handle 20110823

Method LOAD_LOG on class CL_CCMS_LOG_SERVICE has no exception.

Method REFRESH_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_HANDLEOBJ Call by reference Object reference (TYPE REF TO) CL_CCMS_APPLOG Log object 20110823

Method REFRESH_LOG on class CL_CCMS_LOG_SERVICE has no exception.

Method REFRESH_LOGS Signature

Method REFRESH_LOGS on class CL_CCMS_LOG_SERVICE has no parameter.
Method REFRESH_LOGS on class CL_CCMS_LOG_SERVICE has no exception.

Method SAVE_ALL Signature

Method SAVE_ALL on class CL_CCMS_LOG_SERVICE has no parameter.
Method SAVE_ALL on class CL_CCMS_LOG_SERVICE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 732