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 | Constant | Public | Type reference (TYPE) | I | 2 | Access denied | 20080902 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 11 | Confilict with existing CIM object | 20080902 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 8 | CIM class has subclasses | 20080902 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 9 | CIM class has instances | 20080902 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 1 | Non-specified error | 20080902 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 5 | CIM class does not exist | 20080902 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 3 | Target namespace does not exist | 20080902 | ||
| 8 | Constant | Public | Type reference (TYPE) | I | 4 | Invalid method parameters | 20080902 | ||
| 9 | Constant | Public | Type reference (TYPE) | I | 15 | Invalid query | 20080902 | ||
| 10 | Constant | Public | Type reference (TYPE) | I | 10 | Superclass does not exist | 20080902 | ||
| 11 | Constant | Public | Type reference (TYPE) | I | 16 | Cannot execute extrinsic method | 20080902 | ||
| 12 | Constant | Public | Type reference (TYPE) | I | 17 | Extrinsic method does not exist | 20080902 | ||
| 13 | Constant | Public | Type reference (TYPE) | I | 6 | Cannot find CIM object | 20080902 | ||
| 14 | Constant | Public | Type reference (TYPE) | I | 7 | Operation Not Supported | 20080902 | ||
| 15 | Constant | Public | Type reference (TYPE) | I | 12 | Property does not exist | 20080902 | ||
| 16 | Constant | Public | Type reference (TYPE) | I | 14 | Query language not supported | 20080902 | ||
| 17 | Constant | Public | Type reference (TYPE) | I | 13 | Value is not compatible with data type | 20080902 | ||
| 18 | Constant | Public | Type reference (TYPE) | I | 1004 | Cannot delete instance due to existing associations | 20090116 | ||
| 19 | Constant | Public | Type reference (TYPE) | I | 1001 | MAX violation when creating associations | 20090116 | ||
| 20 | Constant | Public | Type reference (TYPE) | I | 1005 | Invalid change log selection | 20090116 | ||
| 21 | Constant | Public | Type reference (TYPE) | I | 1000 | Object Manager is not active | 20090116 | ||
| 22 | Constant | Public | Type reference (TYPE) | I | 1002 | Referenced instance missing when creating association | 20090116 | ||
| 23 | Constant | Public | Type reference (TYPE) | I | 1007 | CIM instance contains static property | 20090116 | ||
| 24 | Constant | Public | Type reference (TYPE) | I | 1006 | Non-resolvable dependency between CIM classes | 20090116 | ||
| 25 | 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 | Static method | Public | Method | Gets the symbolic name of an error code | 20080902 | |
| 2 | 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 | CODE | Call by reference | Type reference (TYPE) | I | Fehlercode | 20080902 | |||
| 2 | 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 | CODE | Call by reference | Type reference (TYPE) | I | Fehlercode | 20080902 | |||
| 2 | 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 |