SAP /SOMO/CL_SOMO_ACTIVATION OO Class -
/SOMO/CL_SOMO_ACTIVATION 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_SOMO_ACTIVATION 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_TYPESMethod list of /SOMO/CL_SOMO_ACTIVATION 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 |
| ACTIVATE | Public | |
| CALL METHOD /somo/cl_somo_activation=>ACTIVATE...more details | ||
| ADD_LINE_TO_CONFIG_TABLE_ACTI | Private | |
| CALL METHOD /somo/cl_somo_activation=>ADD_LINE_TO_CONFIG_TABLE_ACTI...more details | ||
| ADD_LINE_TO_CONFIG_TABLE_DEAC | Private | |
| CALL METHOD /somo/cl_somo_activation=>ADD_LINE_TO_CONFIG_TABLE_DEAC...more details | ||
| ADD_LINE_TO_MAPPING_TABLE | Protected | |
| CALL METHOD /somo/cl_somo_activation=>ADD_LINE_TO_MAPPING_TABLE...more details | ||
| CHECK_CONFIG_IS_OKAY | Protected | |
| CALL METHOD /somo/cl_somo_activation=>CHECK_CONFIG_IS_OKAY...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Private |
| CALL METHOD /somo/cl_somo_activation=>CONSTRUCTOR...more details | ||
|
| ||
| DEACTIVATE | Public | |
| CALL METHOD /somo/cl_somo_activation=>DEACTIVATE...more details | ||
| DELETE_CONFIG | Protected | |
| CALL METHOD /somo/cl_somo_activation=>DELETE_CONFIG...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /somo/cl_somo_activation=>GET_INSTANCE...more details | ||
| GET_RFC_DEST | Protected | |
| CALL METHOD /somo/cl_somo_activation=>GET_RFC_DEST...more details | ||
| HANDLE_LOGS | Private | |
| CALL METHOD /somo/cl_somo_activation=>HANDLE_LOGS...more details | ||
| SET_CONFIG | Protected | |
| CALL METHOD /somo/cl_somo_activation=>SET_CONFIG...more details | ||
/SOMO/CL_SOMO_ACTIVATION 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_AGGR | Constant | 'AGGR' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_AGGRLEVEL | Constant | 'AGGRLEVEL' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_APPSERVER | Constant | 'APPSERVER' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_BALM_COUNT | Constant | 'BALM_COUNT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONFRIDAY | Constant | 'CHECKONFRIDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONMONDAY | Constant | 'CHECKONMONDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONSATURDAY | Constant | 'CHECKONSATURDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONSUNDAY | Constant | 'CHECKONSUNDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONTHURSDAY | Constant | 'CHECKONTHURSDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONTUESDAY | Constant | 'CHECKONTUESDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKONWEDNESDAY | Constant | 'CHECKONWEDNESDAY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CHECKTIME | Constant | 'CHECKTIME' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_CLIENT | Constant | 'CLIENT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_DATE | Constant | 'DATE' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_DECIMALS | Constant | 'DECIMALS' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_DUELISTTYPE | Constant | 'DUE_LIST_TYPE' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_FLAVOUR | Constant | 'FLAVOUR' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_INIT_SESSNO | Constant | Session number | '0000000000000' | LIKE /SOMO/INPUTDATA-SESSNO | Protected |
| CO_INT4_MAX | Constant | 2147483647 | LIKE INT4 | Protected | |
| CO_INT4_MIN | Constant | -2147483648 | LIKE INT4 | Protected | |
| CO_INT4_MIN2 | Constant | -2147483647 | LIKE INT4 | Protected | |
| CO_JOBNAME | Constant | 'JOBNAME' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_KEEP_DAYS | Constant | 'KEEP_DAYS' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_LANGU | Constant | 'LANGU' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_LOGNO | Constant | 'LOGNO' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MANDT | Constant | 'MANDT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MONITORID | Constant | 'MONITORID' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MSGID | Constant | 'MSGID' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MSGNO | Constant | 'MSGNO' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MSGTY | Constant | 'MSGTY' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MSG_NUM | Constant | 'MSGV_NUM' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MTE_NAME | Constant | 'MTE_NAME' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_MTE_TYPE | Constant | 'MTE_TYPE' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_OBJECT | Constant | 'OBJECT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_OPERATION | Constant | 'OPERATION' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PARAM01 | Constant | 'PARAM01' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PARAM02 | Constant | 'PARAM02' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PARAM03 | Constant | 'PARAM03' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PARAM04 | Constant | 'PARAM04' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PARAM05 | Constant | 'PARAM05' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PATTERNEXTID | Constant | 'PATTERNEXTID' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_PROGRAM | Constant | 'PROGRAM' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_RMONID | Constant | 'RMONID' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_SID | Constant | 'SID' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_SLANGU | Constant | 'SLANGU' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_SUBOBJECT | Constant | 'SUBOBJECT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_TABLENAME | Constant | 'TABLENAME' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_TCODE | Constant | 'TCODE' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_THRESH_ALERTVALUE | Constant | 'ALERTVALUE' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_THRESH_LOWER_RED | Constant | 'LOWER_RED' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_THRESH_LOWER_YEL | Constant | 'LOWER_YEL' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_THRESH_UPPER_RED | Constant | 'UPPER_RED' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_THRESH_UPPER_YEL | Constant | 'UPPER_YEL' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_TIME | Constant | 'TIME' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_UNIT | Constant | 'UNIT' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| CO_USER | Constant | 'USER' | LIKE /SOMO/MA_D_PARAMID | Protected | |
| GT_RFCDEST | Static Attribute | LIKE TT_RFCDEST | Private | ||
| MV_MONTY | Instance Attribute | LIKE /SOMO/MA_D_MONTY | Protected |
/SOMO/CL_SOMO_ACTIVATION types
TS_CONFIG_DATA -TS_MSG -
TS_RFCDEST -
TT_CONFIG_DATA -
TT_MAPPING -
TT_MSG -
TT_RFCDEST -
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