SAP ABAP Class IF_ICI_CCS_DB_MONITOR (CCS monitoring DB access layer interface)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB_MONITOR | CCS MONITORING DB access class | 20051214 |
Properties
| Class | IF_ICI_CCS_DB_MONITOR | |
| Short Description | CCS monitoring DB access layer interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20051214 | SAP |
| Last change | 20081007 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_ICI_CCS_DB_MONITOR has no interface implemented.
Friends
Class IF_ICI_CCS_DB_MONITOR has no friend class.
Attributes
Class IF_ICI_CCS_DB_MONITOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Evaluate Monitoring Key Figure | 20051214 | |
| 2 | Instance method | Public | Method | Add new record to XMLTB table | 20051214 | |
| 3 | Instance method | Public | Method | Get active item for a given agent | 20051214 | |
| 4 | Instance method | Public | Method | Get Monitoring Catalog | 20051214 | |
| 5 | Instance method | Public | Method | Get Monitoring Instances | 20051214 | |
| 6 | Instance method | Public | Method | Send Monitoring Data | 20051214 | |
| 7 | Instance method | Public | Method | Subscribe to Monitoring | 20051214 | |
| 8 | Instance method | Public | Method | Unsubscribe to Monitoring | 20051214 |
Events
Class IF_ICI_CCS_DB_MONITOR has no event.
Types
Class IF_ICI_CCS_DB_MONITOR has no local type.
Method Signatures
Method EVALUATE_KF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE_VALUE | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 | |||
| 2 | KEYFIGURE_ID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 | |||
| 3 | MONITORING_MODE | Call by reference | Type reference (TYPE) | N | '1' | 20051214 | |||
| 4 | RESULT | Value transfer | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 |
Method EVALUATE_KF on class IF_ICI_CCS_DB_MONITOR has no exception.
Method FILL_XMLTB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | H | Call by reference | Type reference (TYPE) | INT1 | Dummy for B20 int1 (Local Everywhere) | 20051214 | |||
| 2 | N | Call by reference | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 3 | T | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20051214 | |||
| 4 | V | Call by reference | Type reference (TYPE) | CHAR255 | Char255 | 20051214 |
Method FILL_XMLTB on class IF_ICI_CCS_DB_MONITOR has no exception.
Method GET_ACTIVE_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANNEL_DESC | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 2 | CHANNEL_ID | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 3 | ITEM_ID | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 4 | MONITORING_MODE | Call by reference | Type reference (TYPE) | N | '1' | 20051214 | |||
| 5 | QUEUE_DESC | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 6 | QUEUE_ID | Value transfer | Type reference (TYPE) | CHAR255 | Character field, length 32 | 20051214 | |||
| 7 | STATUS_DESC | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 8 | STATUS_ID | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 9 | TIME | Value transfer | Type reference (TYPE) | CHAR255 | Char255 | 20051214 | |||
| 10 | USER_ID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 |
Method GET_ACTIVE_ITEM on class IF_ICI_CCS_DB_MONITOR has no exception.
Method GET_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESPONSE | Value transfer | Type reference (TYPE) | STRING | 20051214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CCS Exceptions | 20051216 |
Method GET_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MONITOROBJECTTYPES | Call by reference | Type reference (TYPE) | CRM_ICI_MONITOR_OBJECT_TYPES | transfer table: monitor object types | 20051214 | |||
| 2 | RESPONSE | Value transfer | Type reference (TYPE) | STRING | 20051214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051216 |
Method MONITOR_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MONITOR_ID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 | |||
| 2 | TIMEPERIOD | Call by reference | Type reference (TYPE) | FLOAT | Field of type FLTP | 20051214 | |||
| 3 | XMLT | Call by reference | Type reference (TYPE) | ICI_CCS_MONI_SUB_T | XML Table structure used for retreive and output XML doc | 20051214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CCS Exceptions | 20051216 |
Method SUBSCRIBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPID | Call by reference | Type reference (TYPE) | STRING | 20051214 | ||||
| 2 | APPURL | Call by reference | Type reference (TYPE) | STRING | 20051214 | ||||
| 3 | SUBSCRIBEFORM | Call by reference | Type reference (TYPE) | STRING | 20051214 | ||||
| 4 | TIMEPERIOD | Call by reference | Type reference (TYPE) | STRING | 20051214 | ||||
| 5 | USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CCS Exceptions | 20051216 |
Method UNSUBSCRIBE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPID | Call by reference | Type reference (TYPE) | STRING | 20051214 | ||||
| 2 | APPURL | Call by reference | Type reference (TYPE) | STRING | 20051214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CCS Exceptions | 20051216 |
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in |