SAP /SCMB/CL_APP_MODEL_TRIG_COUNT OO Class - PSM Trigger Monitor UI Application Model
/SCMB/CL_APP_MODEL_TRIG_COUNT 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 /SCMB/CL_APP_MODEL_TRIG_COUNT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMB/CL_APP_MODEL_TRIG_COUNT is /SCF/CL_WD_APPL_MODEL_ABSMethod list of /SCMB/CL_APP_MODEL_TRIG_COUNT 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 |
| CONSTRUCTOR | Public | |
| CALL METHOD /scmb/cl_app_model_trig_count=>CONSTRUCTOR...more details | ||
| GET_APPL_DIR | Get application directory | Public |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_APPL_DIR...more details | ||
| GET_DDIC_TOOLTIP | Get tooltip text from data element | Public |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_DDIC_TOOLTIP...more details | ||
| GET_F4HELP_SELETYPE | Get F4 help for selection type | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_F4HELP_SELETYPE...more details | ||
| GET_F4HELP_SERVICE | Get F4 help for planning service | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_F4HELP_SERVICE...more details | ||
| GET_SELECTION_RANGE | Convert selection range | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_SELECTION_RANGE...more details | ||
|
| ||
| GET_TRIG_COUNT_DETAILS | Get details list | Public |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_TRIG_COUNT_DETAILS...more details | ||
| GET_TRIG_COUNT_OVERVIEW | Get overview list | Public |
| CALL METHOD /scmb/cl_app_model_trig_count=>GET_TRIG_COUNT_OVERVIEW...more details | ||
| MAP_EXT2INT | Convert UI format to service format | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>MAP_EXT2INT...more details | ||
| MAP_INT2EXT | Convert service format to UI format | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>MAP_INT2EXT...more details | ||
| READ_TRIG_COUNTS | Read all trigger counts for selection | Private |
| CALL METHOD /scmb/cl_app_model_trig_count=>READ_TRIG_COUNTS...more details | ||
/SCMB/CL_APP_MODEL_TRIG_COUNT 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 |
| MC_ACTIVE_VERSION | Constant | Planning Version | '000' | LIKE /SCMB/MDL_VRSIOEX | Private |
| MC_MAX_HITS | Constant | Maximum number of hits | 'MAX_HITS' | LIKE CHAR30 | Private |
| MC_PE_DATE_FROM | Constant | Planning run date from | 'PE_DATE_FROM' | LIKE CHAR30 | Private |
| MC_PE_DATE_TO | Constant | Planning run date to | 'PE_DATE_TO' | LIKE CHAR30 | Private |
| MC_PE_TIME_FROM | Constant | Planning run time from | 'PE_TIME_FROM' | LIKE CHAR30 | Private |
| MC_PE_TIME_TO | Constant | Planning run time to | 'PE_TIME_TO' | LIKE CHAR30 | Private |
| MC_PLANNING_PROFILE_ID | Constant | Planning Profile ID | 'PPR_ID' | LIKE CHAR30 | Private |
| MC_PLANNING_SERVICE | Constant | Planning Service | 'SRV_TYP' | LIKE CHAR30 | Private |
| MC_SELECTION_NAME | Constant | Selection Name | 'SELENAME' | LIKE CHAR30 | Private |
| MC_SELECTION_TYPE | Constant | Selection Type | 'SELETYPE' | LIKE CHAR30 | Private |
| MC_TRIGGER | Constant | Trigger | 'TG_ID' | LIKE CHAR30 | Private |
| MC_TRIGGER_GROUP | Constant | Trigger Group | 'TG_GROUP' | LIKE CHAR30 | Private |
| MC_VERSION | Constant | Planning Version | 'VRSIOEX' | LIKE CHAR30 | Private |
| MT_PSM_TIME_FLG_TXT | Instance Attribute | Texts for single values | LIKE MTY_PSM_TIME_FLG_TXT_TAB | Private | |
| MT_TRIG_COUNT | Instance Attribute | Trigger Count Table | LIKE /SCMB/TG_COUNT_TAB | Private |
/SCMB/CL_APP_MODEL_TRIG_COUNT types
MTY_PARAM_TAB -MTY_PSM_TIME_FLG_TXT_STR -
MTY_PSM_TIME_FLG_TXT_TAB -
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects