SAP ABAP Class CL_CIM_MESSAGE (Represents a CIM message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
⤷
S_WBEM_CIM (Package) WBEM Client: CIM Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CIM_ELEMENT | Basis Class for CIM Elements | 20081008 |
Properties
| Class | CL_CIM_MESSAGE | |
| Short Description | Represents a CIM message | |
| Super Class | CL_CIM_ELEMENT | Basis Class for CIM Elements |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_WBEM_CIM | WBEM Client: CIM Objects |
| Created | 20081008 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CIM_MESSAGE has no forward declaration.
Interfaces
Class CL_CIM_MESSAGE has no interface implemented.
Friends
Class CL_CIM_MESSAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | STRING | ID Attribute of Message | 20081008 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | PROTOCOLVERSION Attribute | 20081008 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CIM_T_BASEREQUEST | Included CIM requests | 20081008 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | CIM_T_BASERESPONSE | Include CIM responses | 20081008 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a CIM request | 20081008 | |
| 2 | Instance method | Public | Method | Adds a CIM response | 20081008 | |
| 3 | Instance method | Public | Method | Removes all requests or responses | 20081008 | |
| 4 | Instance method | Private | Constructor | CONSTRUCTOR | 20081008 | |
| 5 | Static method | Public | Method | Static Creation Method | 20081023 |
Events
Class CL_CIM_MESSAGE has no event.
Types
Class CL_CIM_MESSAGE has no local type.
Method Signatures
Method ADD_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_CIM_BASEREQUEST | Repräsentiert einen CIM-Request | 20081008 |
Method ADD_REQUEST on class CL_CIM_MESSAGE has no exception.
Method ADD_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESPONSE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_BASERESPONSE | Repräsentiert eine CIM-Response | 20081008 |
Method ADD_RESPONSE on class CL_CIM_MESSAGE has no exception.
Method CLEAR Signature
Method CLEAR on class CL_CIM_MESSAGE has no parameter.
Method CLEAR on class CL_CIM_MESSAGE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20081008 | ||||
| 2 | PROTOCOLVERSION | Call by reference | Type reference (TYPE) | STRING | 20081008 |
Method CONSTRUCTOR on class CL_CIM_MESSAGE has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CIMMSG | Value transfer | Object reference (TYPE REF TO) | CL_CIM_MESSAGE | Repräsentiert eine CIM-Message | 20081023 | |||
| 2 | ID | Call by reference | Type reference (TYPE) | STRING | 20081023 | ||||
| 3 | PROTOCOLVERSION | Call by reference | Type reference (TYPE) | STRING | 20081023 |
Method CREATE on class CL_CIM_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |