SAP /SOMO/IF_MA_TYPES OO Class -
/SOMO/IF_MA_TYPES 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/IF_MA_TYPES including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /SOMO/IF_MA_TYPES 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 |
/SOMO/IF_MA_TYPES types
TS_APPMONI -TS_APPMONI_PAR -
TS_APPMONZ -
TS_CONFIG -
TS_CONTEXT_RC -
TS_INPUT -
TS_KFV_CONFIG -
TS_KFV_RESULT -
TS_KFV_RESULTDREF -
TS_LOG_SYS -
TS_MONOBJ -
TS_MONOBJ_STRUC -
TS_MO_CONFIG -
TS_MO_RESULTDREF -
TS_MSG -
TS_RESULT -
TS_RXML -
TS_SUBRTN -
TT_APPMONI -
TT_APPMONI_PAR -
TT_APPMONZ -
TT_CALL_LIST -
TT_CONFIG -
TT_CONTEXT_RC -
TT_INPUT -
TT_KFV_CONFIG -
TT_KFV_RESULT -
TT_KFV_RESULTDREF -
TT_LOGTY -
TT_MONOBJ -
TT_MO_CONFIG -
TT_MO_RESULTDREF -
TT_MSG - Messages
TT_PARA -
TT_RESULT -
TY_ACTVT -
TY_BTC_RUN -
TY_CLIENT -
TY_CONTEXT_ID -
TY_JOBCOUNT -
TY_KEYFIGID -
TY_KEY_FIG -
TY_KEY_FIG_VAR -
TY_LOGTY -
TY_MNG_ENTITY -
TY_MONID -
TY_MONOBJTYPE -
TY_MONTY -
TY_PARAM_ID -
TY_PARAM_TYPE -
TY_SID -
TY_STATE -
TY_SUBRTID -
TY_SYS_TYPE -
TY_TIMESTAMP -
Links to Related Class(s)
/SOMO/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects