Hierarchy
⤷
⤷
Properties
| Class | /SDF/CL_WS_MON_HELPER | |
| Short Description | Helper Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/WS_MON | Web Service Monitoring |
| Created | 20110914 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /SDF/CL_WS_MON_HELPER has no interface implemented.
Friends
Class /SDF/CL_WS_MON_HELPER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'AGG_LIFETIME' | Character field, length 32 | 20110928 | ||
| 2 | Constant | Public | Type reference (TYPE) | /SDF/WS_AGG_TIME | 2 | Lifetime of aggregated values | 20110928 | ||
| 3 | Constant | Public | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'ENABLE_AGGREGATION' | 20110926 | |||
| 4 | Constant | Public | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'ENABLE_DB_MONITORING' | 20110914 | |||
| 5 | Constant | Public | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'ENABLE_MONITORING' | 20110914 | |||
| 6 | Constant | Public | Type reference (TYPE) | I | 2 | 20110914 | |||
| 7 | Constant | Public | Type reference (TYPE) | I | 1 | 20110914 | |||
| 8 | Constant | Public | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'MEASURE_MESSAGE_SIZE' | 20110914 | |||
| 9 | Constant | Private | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 'MON_LIFETIME' | Character field, length 32 | 20110929 | ||
| 10 | Constant | Public | Type reference (TYPE) | /SDF/WS_MON_TIME | 2 | Time in minutes how long non aggregated values are persisted | 20110929 | ||
| 11 | Constant | Public | Type reference (TYPE) | RELID | 'AG' | Relation ID | 20110914 | ||
| 12 | Constant | Public | Type reference (TYPE) | RELID | 'MO' | Relation ID | 20110914 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'rsdb/obj/buffersize' | 20110927 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | TT_CLIENTS | 20110914 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | TT_PACKAGES | 20110914 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | TT_PROPERTIES | 20110914 | ||||
| 17 | Static Attribute | Private | Object reference (TYPE REF TO) | /SDF/CL_WS_MON_HELPER | 20110914 |
Methods
Events
Class /SDF/CL_WS_MON_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PACKAGE | Public | See coding | 20110914 | BEGIN OF ts_package,
value TYPE i, " upper border
name TYPE name_feld,
END OF ts_package
|
||
| 2 | TT_CLIENTS | Private | See coding | 20110914 | TT_CLIENTS type TABLE OF mandt
|
||
| 3 | TT_PACKAGES | Public | See coding | 20110914 | tt_packages TYPE SORTED TABLE OF ts_package WITH UNIQUE KEY value
|
||
| 4 | TT_PROPERTIES | Public | See coding | 20110914 | TT_PROPERTIES type hashed table of /sdf/ws_mon_conf with UNIQUE key client property
|
||
| 5 | TY_BUF | Private | See coding | 20110914 | ty_buf(103) TYPE c
|
Method Signatures
Method AGGREGATE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_AGG_DATA | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_TT | 20110914 | ||||
| 2 | I_MON_RECORD | Call by reference | Type reference (TYPE) | /SDF/WS_MON_RECORD | 20110914 | ||||
| 3 | I_WITHOUT_USER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20120125 |
Method AGGREGATE_DATA on class /SDF/CL_WS_MON_HELPER has no exception.
Method AGGREGATE_DATA_WP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_AGG_DATA | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_HH_TT | 20110914 | ||||
| 2 | I_AGG_RECORD | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_HH | 20110914 |
Method AGGREGATE_DATA_WP on class /SDF/CL_WS_MON_HELPER has no exception.
Method AGGREGATE_RECORD_AND_PERSIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MON_RECORD | Call by reference | Type reference (TYPE) | /SDF/WS_MON_RECORD | 20110914 | ||||
| 2 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | 20110914 |
Method AGGREGATE_RECORD_AND_PERSIST on class /SDF/CL_WS_MON_HELPER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /SDF/CL_WS_MON_HELPER has no parameter.
Method CONSTRUCTOR on class /SDF/CL_WS_MON_HELPER has no exception.
Method DELETE_SHM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RELID | Call by reference | Type reference (TYPE) | RELID | 'MO' | 20110914 |
Method DELETE_SHM_BUFFER on class /SDF/CL_WS_MON_HELPER has no exception.
Method DELETE_SHM_BUFFER_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STATUS | Call by reference | Type reference (TYPE) | /SDF/WS_STRING_TAB | table with strings | 20110922 | |||
| 2 | I_LIFETIME | Call by reference | Type reference (TYPE) | I | Lifetime in hours | 20110921 | |||
| 3 | I_RELID | Call by reference | Type reference (TYPE) | RELID | 'AG' | 20110921 | |||
| 4 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | Key for SHM Buffer | 20110921 |
Method DELETE_SHM_BUFFER_ENTRIES on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_AGGREGATED_DATA_SHM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AGG_DATA | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_HH_TT | 20110914 |
Method GET_AGGREGATED_DATA_SHM on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_AGG_LIFETIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LIFETIME | Value transfer | Type reference (TYPE) | /SDF/WS_AGG_TIME | Time in hours how long aggregated values are persisted | 20110928 |
Method GET_AGG_LIFETIME on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_AGG_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECORDS | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_SHM | 20110914 | ||||
| 2 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | 20110914 |
Method GET_AGG_RECORDS on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_ALL_MON_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECORDS | Call by reference | Type reference (TYPE) | /SDF/WS_MON_RECORD_TT | Table with WS monitoring records | 20110920 | |||
| 2 | IV_END_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20110920 | |||
| 3 | IV_START_TS | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20110920 |
Method GET_ALL_MON_RECORDS on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_IMPLEMENTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENHANCEMENTS | Call by reference | Type reference (TYPE) | ENHNAME_IT | 20110914 |
Method GET_IMPLEMENTATION on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_MON_LIFETIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LIFETIME | Value transfer | Type reference (TYPE) | /SDF/WS_MON_TIME | 20110929 |
Method GET_MON_LIFETIME on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_MON_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RECORDS | Call by reference | Type reference (TYPE) | /SDF/WS_MON_RECORD_SHM | 20110914 | ||||
| 2 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | 20110914 |
Method GET_MON_RECORDS on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_PACKAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PACKAGES | Call by reference | Type reference (TYPE) | TT_PACKAGES | 20110914 |
Method GET_PACKAGES on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROPERTIES | Call by reference | Type reference (TYPE) | TT_PROPERTIES | 20110914 | ||||
| 2 | IV_ALL_CLIENTS | Call by reference | Type reference (TYPE) | C | 20110914 |
Method GET_PROPERTIES on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROPERTY | Call by reference | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 20110914 | ||||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | /SDF/WS_MON_CONF-VALUE | 20110914 |
Method GET_PROPERTY on class /SDF/CL_WS_MON_HELPER has no exception.
Method GET_SHM_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGG_LIFETIME | Call by reference | Type reference (TYPE) | /SDF/WS_AGG_TIME | Time in hours how long aggregated values are persisted | 20110928 | |||
| 2 | I_EXP_DIFF_WS | Call by reference | Type reference (TYPE) | I | Number of different WS calls | 20110919 | |||
| 3 | I_EXP_WS_PER_S | Call by reference | Type reference (TYPE) | I | Number of expected WS calls per second | 20110919 | |||
| 4 | I_MON_LIFETIME | Call by reference | Type reference (TYPE) | /SDF/WS_MON_TIME | 20110929 | ||||
| 5 | RS_SETTINGS | Value transfer | Type reference (TYPE) | /SDF/WS_MON_SETTINGS | Table with key value pair | 20110919 |
Method GET_SHM_PARAMETERS on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_AGG_LIFETIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALL_CLIENTS | Call by reference | Type reference (TYPE) | C | 20110928 | ||||
| 2 | IV_LIFETIME | Call by reference | Type reference (TYPE) | /SDF/WS_AGG_TIME | Time in hours how long aggregated values are persisted | 20110928 |
Method SET_AGG_LIFETIME on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_AGG_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECORDS | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG_SHM | 20110914 | ||||
| 2 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | Key for SHM Buffer | 20110914 |
Method SET_AGG_RECORDS on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_BF_REVERSIBLE Signature
Method SET_BF_REVERSIBLE on class /SDF/CL_WS_MON_HELPER has no parameter.
Method SET_BF_REVERSIBLE on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_INITIAL_VALUES Signature
Method SET_INITIAL_VALUES on class /SDF/CL_WS_MON_HELPER has no parameter.
Method SET_INITIAL_VALUES on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_MON_LIFETIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALL_CLIENTS | Call by reference | Type reference (TYPE) | C | 20110929 | ||||
| 2 | IV_LIFETIME | Call by reference | Type reference (TYPE) | /SDF/WS_MON_TIME | 20110929 |
Method SET_MON_LIFETIME on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_MON_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_RECORDS | Call by reference | Type reference (TYPE) | /SDF/WS_MON_RECORD_SHM | 20110914 | ||||
| 2 | I_SHMKEY | Call by reference | Type reference (TYPE) | /SDF/WS_SHM_KEY | 20110914 |
Method SET_MON_RECORDS on class /SDF/CL_WS_MON_HELPER has no exception.
Method SET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ALL_CLIENTS | Call by reference | Type reference (TYPE) | C | 20110914 | ||||
| 2 | IV_PROPERTY | Call by reference | Type reference (TYPE) | /SDF/WS_MON_CONF-PROPERTY | 20110914 | ||||
| 3 | IV_VALUE | Call by reference | Type reference (TYPE) | /SDF/WS_MON_CONF-VALUE | 20110914 |
Method SET_PROPERTY on class /SDF/CL_WS_MON_HELPER has no exception.
Method UPDATE_HISTOGRAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_LINE | Call by reference | Type reference (TYPE) | /SDF/WS_MON_AGG | 20110914 |
Method UPDATE_HISTOGRAM on class /SDF/CL_WS_MON_HELPER has no exception.
Method UPDATE_MON_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_WS_MON | Call by reference | Object reference (TYPE REF TO) | /SDF/CL_WS_MON | WS Monitoring | 20111110 |
Method UPDATE_MON_RECORD on class /SDF/CL_WS_MON_HELPER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_700 |