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_ABS

Method 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 NameDescriptionVisability
CONSTRUCTORPublic
CALL METHOD /scmb/cl_app_model_trig_count=>CONSTRUCTOR...more details

GET_APPL_DIRGet application directoryPublic
CALL METHOD /scmb/cl_app_model_trig_count=>GET_APPL_DIR...more details

GET_DDIC_TOOLTIPGet tooltip text from data elementPublic
CALL METHOD /scmb/cl_app_model_trig_count=>GET_DDIC_TOOLTIP...more details

GET_F4HELP_SELETYPEGet F4 help for selection typePrivate
CALL METHOD /scmb/cl_app_model_trig_count=>GET_F4HELP_SELETYPE...more details

GET_F4HELP_SERVICEGet F4 help for planning servicePrivate
CALL METHOD /scmb/cl_app_model_trig_count=>GET_F4HELP_SERVICE...more details

GET_SELECTION_RANGEConvert selection rangePrivate
CALL METHOD /scmb/cl_app_model_trig_count=>GET_SELECTION_RANGE...more details

GET_TRIG_COUNT_DETAILSGet details listPublic
CALL METHOD /scmb/cl_app_model_trig_count=>GET_TRIG_COUNT_DETAILS...more details

GET_TRIG_COUNT_OVERVIEWGet overview listPublic
CALL METHOD /scmb/cl_app_model_trig_count=>GET_TRIG_COUNT_OVERVIEW...more details

MAP_EXT2INTConvert UI format to service formatPrivate
CALL METHOD /scmb/cl_app_model_trig_count=>MAP_EXT2INT...more details

MAP_INT2EXTConvert service format to UI formatPrivate
CALL METHOD /scmb/cl_app_model_trig_count=>MAP_INT2EXT...more details

READ_TRIG_COUNTSRead all trigger counts for selectionPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_ACTIVE_VERSIONConstantPlanning Version'000'LIKE
/SCMB/MDL_VRSIOEX
Private
MC_MAX_HITSConstantMaximum number of hits'MAX_HITS'LIKE
CHAR30
Private
MC_PE_DATE_FROMConstantPlanning run date from'PE_DATE_FROM'LIKE
CHAR30
Private
MC_PE_DATE_TOConstantPlanning run date to'PE_DATE_TO'LIKE
CHAR30
Private
MC_PE_TIME_FROMConstantPlanning run time from'PE_TIME_FROM'LIKE
CHAR30
Private
MC_PE_TIME_TOConstantPlanning run time to'PE_TIME_TO'LIKE
CHAR30
Private
MC_PLANNING_PROFILE_IDConstantPlanning Profile ID'PPR_ID'LIKE
CHAR30
Private
MC_PLANNING_SERVICEConstantPlanning Service'SRV_TYP'LIKE
CHAR30
Private
MC_SELECTION_NAMEConstantSelection Name'SELENAME'LIKE
CHAR30
Private
MC_SELECTION_TYPEConstantSelection Type'SELETYPE'LIKE
CHAR30
Private
MC_TRIGGERConstantTrigger'TG_ID'LIKE
CHAR30
Private
MC_TRIGGER_GROUPConstantTrigger Group'TG_GROUP'LIKE
CHAR30
Private
MC_VERSIONConstantPlanning Version'VRSIOEX'LIKE
CHAR30
Private
MT_PSM_TIME_FLG_TXTInstance AttributeTexts for single valuesLIKE
MTY_PSM_TIME_FLG_TXT_TAB
Private
MT_TRIG_COUNTInstance AttributeTrigger Count TableLIKE
/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



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!