SAP ABAP Class CL_CIM_ERRORCODES (Constants for CIM Error Codes)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
     S_WBEM_EXCEPTION (Package) WBEM Client: Exceptions
Properties
Class CL_CIM_ERRORCODES  
Short Description Constants for CIM Error Codes    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_WBEM_EXCEPTION   WBEM Client: Exceptions 
Created 20080902   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CIM_ERRORCODES has no forward declaration.
Interfaces
Class CL_CIM_ERRORCODES has no interface implemented.
Friends
Class CL_CIM_ERRORCODES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CIM_ERR_ACCESS_DENIED Constant Public Type reference (TYPE) I 2 Access denied 20080902
2 CIM_ERR_ALREADY_EXISTS Constant Public Type reference (TYPE) I 11 Confilict with existing CIM object 20080902
3 CIM_ERR_CLASS_HAS_CHILDREN Constant Public Type reference (TYPE) I 8 CIM class has subclasses 20080902
4 CIM_ERR_CLASS_HAS_INSTANCES Constant Public Type reference (TYPE) I 9 CIM class has instances 20080902
5 CIM_ERR_FAILED Constant Public Type reference (TYPE) I 1 Non-specified error 20080902
6 CIM_ERR_INVALID_CLASS Constant Public Type reference (TYPE) I 5 CIM class does not exist 20080902
7 CIM_ERR_INVALID_NAMESPACE Constant Public Type reference (TYPE) I 3 Target namespace does not exist 20080902
8 CIM_ERR_INVALID_PARAMETER Constant Public Type reference (TYPE) I 4 Invalid method parameters 20080902
9 CIM_ERR_INVALID_QUERY Constant Public Type reference (TYPE) I 15 Invalid query 20080902
10 CIM_ERR_INVALID_SUPERCLASS Constant Public Type reference (TYPE) I 10 Superclass does not exist 20080902
11 CIM_ERR_METHOD_NOT_AVAILABLE Constant Public Type reference (TYPE) I 16 Cannot execute extrinsic method 20080902
12 CIM_ERR_METHOD_NOT_FOUND Constant Public Type reference (TYPE) I 17 Extrinsic method does not exist 20080902
13 CIM_ERR_NOT_FOUND Constant Public Type reference (TYPE) I 6 Cannot find CIM object 20080902
14 CIM_ERR_NOT_SUPPORTED Constant Public Type reference (TYPE) I 7 Operation Not Supported 20080902
15 CIM_ERR_NO_SUCH_PROPERTY Constant Public Type reference (TYPE) I 12 Property does not exist 20080902
16 CIM_ERR_QUERY_LANG_NOT_SUPP Constant Public Type reference (TYPE) I 14 Query language not supported 20080902
17 CIM_ERR_TYPE_MISMATCH Constant Public Type reference (TYPE) I 13 Value is not compatible with data type 20080902
18 SAP_ERR_HAS_REFERENCES Constant Public Type reference (TYPE) I 1004 Cannot delete instance due to existing associations 20090116
19 SAP_ERR_MAX_VIOLATION Constant Public Type reference (TYPE) I 1001 MAX violation when creating associations 20090116
20 SAP_ERR_NO_CL_ENTRIES Constant Public Type reference (TYPE) I 1005 Invalid change log selection 20090116
21 SAP_ERR_OM_STOPPED Constant Public Type reference (TYPE) I 1000 Object Manager is not active 20090116
22 SAP_ERR_REF_INST_NOT_FOUND Constant Public Type reference (TYPE) I 1002 Referenced instance missing when creating association 20090116
23 SAP_ERR_STATIC_PROP_IN_INST Constant Public Type reference (TYPE) I 1007 CIM instance contains static property 20090116
24 SAP_ERR_UNRESOLVABLE_CLASS_DEP Constant Public Type reference (TYPE) I 1006 Non-resolvable dependency between CIM classes 20090116
25 SAP_ERR_WEAK_RENAME Constant Public Type reference (TYPE) I 1003 Cannot change key due to WEAK association 20090116
Methods
# Method Level Visibility Method type Description Created on
1 GET_ERROR_NAME Static method Public Method Gets the symbolic name of an error code 20080902
2 MAP_ERROR_CODE Static method Public Method Maps an error code to a valid value 20080902
Events
Class CL_CIM_ERRORCODES has no event.
Types
Class CL_CIM_ERRORCODES has no local type.
Method Signatures

Method GET_ERROR_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CODE Call by reference Type reference (TYPE) I Fehlercode 20080902
2 Returning NAME Value transfer Type reference (TYPE) STRING Symbolischer Name 20080902

Method GET_ERROR_NAME on class CL_CIM_ERRORCODES has no exception.

Method MAP_ERROR_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CODE Call by reference Type reference (TYPE) I Fehlercode 20080902
2 Returning MAPPED Value transfer Type reference (TYPE) I Gültiger Fehlercode 20080902

Method MAP_ERROR_CODE on class CL_CIM_ERRORCODES has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712