SAP /SOMO/CL_MA_LOG OO Class - Logging object









/SOMO/CL_MA_LOG is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SOMO/CL_MA_LOG including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SOMO/IF_MA_CONSTANTS

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SOMO/IF_MA_TYPES

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SOMO/IF_SOMO_LOG

Method list of /SOMO/CL_MA_LOG SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_EXCEPTIONPublic
CALL METHOD /somo/cl_ma_log=>ADD_EXCEPTION...more details

ADD_MESSAGEPublic
CALL METHOD /somo/cl_ma_log=>ADD_MESSAGE...more details

ADD_T100_MESSAGEPublic
CALL METHOD /somo/cl_ma_log=>ADD_T100_MESSAGE...more details

ADD_TEXT_MESSAGEPublic
CALL METHOD /somo/cl_ma_log=>ADD_TEXT_MESSAGE...more details

CONSTRUCTORCONSTRUCTORPrivate
CALL METHOD /somo/cl_ma_log=>CONSTRUCTOR...more details

CREATEPublic
CALL METHOD /somo/cl_ma_log=>CREATE...more details

ENDPublic
CALL METHOD /somo/cl_ma_log=>END...more details

GET_DC_LOGGet Logging objectPublic
CALL METHOD /somo/cl_ma_log=>GET_DC_LOG...more details

GET_LOG_HEADERPublic
CALL METHOD /somo/cl_ma_log=>GET_LOG_HEADER...more details

GET_MESSAGESPublic
CALL METHOD /somo/cl_ma_log=>GET_MESSAGES...more details

LOG_TYPESPublic
CALL METHOD /somo/cl_ma_log=>LOG_TYPES...more details

SAVEPublic
CALL METHOD /somo/cl_ma_log=>SAVE...more details

SET_LOGGING_LEVELPublic
CALL METHOD /somo/cl_ma_log=>SET_LOGGING_LEVEL...more details

SET_MESSAGESPublic
CALL METHOD /somo/cl_ma_log=>SET_MESSAGES...more details

SET_SAVE_LOGPublic
CALL METHOD /somo/cl_ma_log=>SET_SAVE_LOG...more details



/SOMO/CL_MA_LOG attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CO_LEVEL_EWAConstant'EWA'LIKE
Private
CO_LEVEL_EWISAConstant'EWISA'LIKE
Private
CO_LOGTY_ACTIInstance AttributeLIKE
Private
CO_LOGTY_ACTLInstance AttributeLIKE
Private
CO_LOGTY_DCOLInstance AttributeLIKE
Private
CO_LOGTY_DEACInstance AttributeLIKE
Private
CO_LOGTY_DEALInstance AttributeLIKE
Private
CO_LOGTY_DELEInstance AttributeLIKE
Private
CO_LOGTY_FTCHInstance AttributeLIKE
Private
CO_LOGTY_LDKFConstant'LDKF'LIKE
TY_LOGTY
Public
CO_LOGTY_SCHDInstance AttributeLIKE
Private
CO_LOG_OBJECTInstance AttributeLIKE
Private
CO_LOG_SUBOBJECTInstance AttributeLIKE
Private
MT_MSGInstance AttributeLIKE
/SOMO/MA_T_LOG
Private
MV_LOGGING_LEVELInstance AttributeR/2 tableLIKE
CHAR5
Public
MV_LOG_HANDLEInstance AttributeApplication Log: Log HandleLIKE
BALLOGHNDL
Public
MV_SAVE_LOGInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Public




/SOMO/CL_MA_LOG types

TT_LOGTY -
TT_MSG -
TY_CONTEXT_ID -
TY_LOGTY -
TY_MNG_ENTITY -
TY_TIMESTAMP -

Links to Related Class(s)

/SOMO/CL...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!