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 ID Instance attribute Public Type reference (TYPE) STRING ID Attribute of Message 20081008
2 PROTOCOLVERSION Instance attribute Public Type reference (TYPE) STRING PROTOCOLVERSION Attribute 20081008
3 REQUESTS Instance attribute Public Type reference (TYPE) CIM_T_BASEREQUEST Included CIM requests 20081008
4 RESPONSES Instance attribute Public Type reference (TYPE) CIM_T_BASERESPONSE Include CIM responses 20081008
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REQUEST Instance method Public Method Adds a CIM request 20081008
2 ADD_RESPONSE Instance method Public Method Adds a CIM response 20081008
3 CLEAR Instance method Public Method Removes all requests or responses 20081008
4 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20081008
5 CREATE 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 Importing 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 Importing 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 Importing ID Call by reference Type reference (TYPE) STRING 20081008
2 Importing 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 Returning CIMMSG Value transfer Object reference (TYPE REF TO) CL_CIM_MESSAGE Repräsentiert eine CIM-Message 20081023
2 Importing ID Call by reference Type reference (TYPE) STRING 20081023
3 Importing 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