SAP ABAP Class IF_SIC_LOGGING (Interface for Logging Functions)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIC_FLDGRP_CONFIG_LOG Log for Configuration 20060324
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIC_NORM_LOG_CONFIG Log for Configuration 20060306
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SIC_SINGLE_CONTAINER Container for Instances of Class CL_SIC_OBJECT 20051216
Properties
Class IF_SIC_LOGGING  
Short Description Interface for Logging Functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20051216   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SIC_LOGGING has no forward declaration.
Interfaces
Class IF_SIC_LOGGING has no interface implemented.
Friends
Class IF_SIC_LOGGING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_LOG_LEVEL_DEBUG Constant Public Type reference (TYPE) SIC_LOG_LEVEL 4 Log level: DEBUG 20060110
2 CO_LOG_LEVEL_ERROR Constant Public Type reference (TYPE) SIC_LOG_LEVEL 1 Log level: 'ERROR' 20060110
3 CO_LOG_LEVEL_INFO Constant Public Type reference (TYPE) SIC_LOG_LEVEL 3 Log level: 'INFO' 20060110
4 CO_LOG_LEVEL_WARNING Constant Public Type reference (TYPE) SIC_LOG_LEVEL 2 Log level: 'WARNING' 20060110
5 CO_MSG_TYPE_ABORT Constant Public Type reference (TYPE) SYMSGTY 'A' Message type: Abort 20051216
6 CO_MSG_TYPE_DEBUG Constant Public Type reference (TYPE) SYMSGTY 'D' Message type: Debug 20051216
7 CO_MSG_TYPE_ERROR Constant Public Type reference (TYPE) SYMSGTY 'E' Message type: Error 20051216
8 CO_MSG_TYPE_INFO Constant Public Type reference (TYPE) SYMSGTY 'I' Message type: Info 20051216
9 CO_MSG_TYPE_SUCCESS Constant Public Type reference (TYPE) SYMSGTY 'S' Message type: Success 20051216
10 CO_MSG_TYPE_WARNING Constant Public Type reference (TYPE) SYMSGTY 'W' Message type: Warning 20051216
11 GV_LOG_LEVEL Instance attribute Public Type reference (TYPE) SIC_LOG_LEVEL Log level 20060110
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Instance method Public Method Add a new message to the message log 20051216
2 ADD_SYSTEM_MESSAGE Instance method Public Method Add a new system message to the message log 20051216
3 GET_MESSAGE_LOG Instance method Public Method Returns the message log 20060123
Events
Class IF_SIC_LOGGING has no event.
Types
Class IF_SIC_LOGGING has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MESSAGE Value transfer Type reference (TYPE) BAPIRET2 Message 20051216
2 Importing IV_MSG_TYPE Value transfer Type reference (TYPE) SYMSGTY Message Type 20051216

Method ADD_MESSAGE on class IF_SIC_LOGGING has no exception.

Method ADD_SYSTEM_MESSAGE Signature

Method ADD_SYSTEM_MESSAGE on class IF_SIC_LOGGING has no parameter.
Method ADD_SYSTEM_MESSAGE on class IF_SIC_LOGGING has no exception.

Method GET_MESSAGE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGE_LOG Value transfer Type reference (TYPE) SIC_S_MESSAGE Status informations and messages 20060123

Method GET_MESSAGE_LOG on class IF_SIC_LOGGING has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in