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_CONSTANTSInterface 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_TYPESInterface 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_LOGMethod 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 Name | Description | Visability |
| ADD_EXCEPTION | Public | |
| CALL METHOD /somo/cl_ma_log=>ADD_EXCEPTION...more details | ||
| ADD_MESSAGE | Public | |
| CALL METHOD /somo/cl_ma_log=>ADD_MESSAGE...more details | ||
| ADD_T100_MESSAGE | Public | |
| CALL METHOD /somo/cl_ma_log=>ADD_T100_MESSAGE...more details | ||
| ADD_TEXT_MESSAGE | Public | |
| CALL METHOD /somo/cl_ma_log=>ADD_TEXT_MESSAGE...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /somo/cl_ma_log=>CONSTRUCTOR...more details | ||
| CREATE | Public | |
| CALL METHOD /somo/cl_ma_log=>CREATE...more details | ||
|
| ||
| END | Public | |
| CALL METHOD /somo/cl_ma_log=>END...more details | ||
| GET_DC_LOG | Get Logging object | Public |
| CALL METHOD /somo/cl_ma_log=>GET_DC_LOG...more details | ||
| GET_LOG_HEADER | Public | |
| CALL METHOD /somo/cl_ma_log=>GET_LOG_HEADER...more details | ||
| GET_MESSAGES | Public | |
| CALL METHOD /somo/cl_ma_log=>GET_MESSAGES...more details | ||
| LOG_TYPES | Public | |
| CALL METHOD /somo/cl_ma_log=>LOG_TYPES...more details | ||
| SAVE | Public | |
| CALL METHOD /somo/cl_ma_log=>SAVE...more details | ||
| SET_LOGGING_LEVEL | Public | |
| CALL METHOD /somo/cl_ma_log=>SET_LOGGING_LEVEL...more details | ||
| SET_MESSAGES | Public | |
| CALL METHOD /somo/cl_ma_log=>SET_MESSAGES...more details | ||
| SET_SAVE_LOG | Public | |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_LEVEL_EWA | Constant | 'EWA' | LIKE | Private | |
| CO_LEVEL_EWISA | Constant | 'EWISA' | LIKE | Private | |
| CO_LOGTY_ACTI | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_ACTL | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_DCOL | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_DEAC | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_DEAL | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_DELE | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_FTCH | Instance Attribute | LIKE | Private | ||
| CO_LOGTY_LDKF | Constant | 'LDKF' | LIKE TY_LOGTY | Public | |
| CO_LOGTY_SCHD | Instance Attribute | LIKE | Private | ||
| CO_LOG_OBJECT | Instance Attribute | LIKE | Private | ||
| CO_LOG_SUBOBJECT | Instance Attribute | LIKE | Private | ||
| MT_MSG | Instance Attribute | LIKE /SOMO/MA_T_LOG | Private | ||
| MV_LOGGING_LEVEL | Instance Attribute | R/2 table | LIKE CHAR5 | Public | |
| MV_LOG_HANDLE | Instance Attribute | Application Log: Log Handle | LIKE BALLOGHNDL | Public | |
| MV_SAVE_LOG | Instance Attribute | Data 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