SAP ABAP Class CL_UG_MD_CCMS_MONITOR (FinBasis: Connection with CCMS Monitor)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-MDF (Application Component) Master Data Framework
⤷
UGMD_TOOLS (Package) Tools for the Master Data Service
⤷
⤷
Properties
| Class | CL_UG_MD_CCMS_MONITOR | |
| Short Description | FinBasis: Connection with CCMS Monitor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGMD_TOOLS | Tools for the Master Data Service |
| Created | 20040208 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UG_MD_CCMS_MONITOR has no forward declaration.
Interfaces
Class CL_UG_MD_CCMS_MONITOR has no interface implemented.
Friends
Class CL_UG_MD_CCMS_MONITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ALGLOBTID | Alert: Global Monitoring Type Identifier | 20040208 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Number of Calls | 20040208 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | Mode: ' ' - absolute , 'A'-average | 20040208 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 20040316 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | 20040316 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | I | Accumulated number | 20040208 | |||
| 7 | Constant | Public | Type reference (TYPE) | CHAR1 | 'M' | Single-Character Indicator | 20040409 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | ALGLOBTID | Alert: Global Monitoring Type Identifier | 20040208 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TS_INSTANCE | 20040208 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040208 | |
| 2 | Static method | Public | Method | 20040208 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20040208 | |
| 4 | Static method | Public | Method | Get Instance | 20040208 | |
| 5 | Instance method | Public | Method | Write back measured value | 20040208 | |
| 6 | Instance method | Public | Method | 20040208 | ||
| 7 | Instance method | Public | Method | Begin of time measurement | 20040316 | |
| 8 | Instance method | Public | Method | End of time measurement | 20040316 |
Events
Class CL_UG_MD_CCMS_MONITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_INSTANCE | Private | See coding | 20040208 | BEGIN OF s_instance,
proc_class TYPE almtcreate-cusgroupmt,
instance TYPE REF TO cl_ug_md_ccms_monitor,
END OF s_instance
|
||
| 2 | TS_INSTANCE | Private | See coding | 20040208 | ts_instance TYPE SORTED TABLE OF s_instance WITH UNIQUE KEY proc_class
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_UG_MD_CCMS_MONITOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UG_MD_CCMS_MONITOR has no exception.
Method CLEANUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | STRING | 20040325 |
Method CLEANUP on class CL_UG_MD_CCMS_MONITOR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODUS | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20040208 | |||
| 2 | I_PROC_CLASS | Call by reference | Type reference (TYPE) | ALMTCREATE-CUSGROUPMT | Alert: Customization: Name of Customization Group | 20040208 | |||
| 3 | I_PROC_DESCR | Call by reference | Type reference (TYPE) | TEXT40 | Text in der Länge 40 | 20040208 | |||
| 4 | I_THRESHOLD_GREEN_TO_YELLOW | Call by reference | Type reference (TYPE) | I | 0 | 20040316 | |||
| 5 | I_THRESHOLD_RED_TO_YELLOW | Call by reference | Type reference (TYPE) | I | 0 | 20040316 | |||
| 6 | I_THRESHOLD_YELLOW_TO_GREEN | Call by reference | Type reference (TYPE) | I | 0 | 20040316 | |||
| 7 | I_THRESHOLD_YELLOW_TO_RED | Call by reference | Type reference (TYPE) | I | 0 | 20040316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040326 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODUS | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20040208 | |||
| 2 | I_PROC_CLASS | Call by reference | Type reference (TYPE) | ALMTCREATE-CUSGROUPMT | 20040208 | ||||
| 3 | I_PROC_DESCR | Call by reference | Type reference (TYPE) | TEXT40 | 20040208 | ||||
| 4 | I_THRESHOLD_GREEN_TO_YELLOW | Call by reference | Type reference (TYPE) | I | 20040316 | ||||
| 5 | I_THRESHOLD_RED_TO_YELLOW | Call by reference | Type reference (TYPE) | I | 20040316 | ||||
| 6 | I_THRESHOLD_YELLOW_TO_GREEN | Call by reference | Type reference (TYPE) | I | 20040316 | ||||
| 7 | I_THRESHOLD_YELLOW_TO_RED | Call by reference | Type reference (TYPE) | I | 20040316 | ||||
| 8 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_UG_MD_CCMS_MONITOR | Finbasis: Verbindung mit CCMS Monitor | 20040208 |
Method GET_INSTANCE on class CL_UG_MD_CCMS_MONITOR has no exception.
Method REPORT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NUMBER_OF_EVENTS | Call by reference | Type reference (TYPE) | ALPERFRVAL-NUMOFEVENT | Alert: Report New Performance Value: Number of Events | 20040208 | |||
| 2 | I_TOTAL | Call by reference | Type reference (TYPE) | ALPERFRVAL-NEWPVALSUM | Alert: Report New Performance Value: New Perf Value Sum | 20040208 |
Method REPORT_VALUE on class CL_UG_MD_CCMS_MONITOR has no exception.
Method SEND_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGARG1 | Call by reference | Type reference (TYPE) | MSGV1 | Messagevariable-01 | 20040208 | |||
| 2 | I_MSGARG2 | Call by reference | Type reference (TYPE) | MSGV2 | Messagevariable-02 | 20040208 | |||
| 3 | I_MSGARG3 | Call by reference | Type reference (TYPE) | MSGV3 | Messagevariable-03 | 20040316 | |||
| 4 | I_MSGARG4 | Call by reference | Type reference (TYPE) | MSGV4 | Messagevariable-04 | 20040316 | |||
| 5 | I_MSGNO | Call by reference | Type reference (TYPE) | MSGNO | Nummer der System-Nachricht | 20040208 | |||
| 6 | I_SEVERITY | Call by reference | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20040317 |
Method SEND_MESSAGE on class CL_UG_MD_CCMS_MONITOR has no exception.
Method SET_START Signature
Method SET_START on class CL_UG_MD_CCMS_MONITOR has no parameter.
Method SET_START on class CL_UG_MD_CCMS_MONITOR has no exception.
Method SET_STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REPORTED_BY | Call by reference | Type reference (TYPE) | STRING | 20040316 |
Method SET_STOP on class CL_UG_MD_CCMS_MONITOR has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 300 |