SAP ABAP Class /IWCOR/CX_DS_ERROR (OData error)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_CORE (Package) Data Services Core Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause | 20110805 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_ERROR_MESSAGE | OData error message | 20110805 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_EXCEPTION | OData exception - text will not be used as OData error text | 20120911 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_HTTP_ERROR | OData http error | 20110805 |
| 4 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_VSI_ERROR | OData error related to the virus scanning | 20120305 |
Properties
| Class | /IWCOR/CX_DS_ERROR | |
| Short Description | OData error | |
| Super Class | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 40 | Exception Class |
| Package | /IWCOR/SODATA_CORE | Data Services Core Runtime |
| Created | 20110711 | SAP |
| Last change | 20131127 | 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 /IWCOR/CX_DS_ERROR has no interface implemented.
Friends
Class /IWCOR/CX_DS_ERROR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SOTR_CONC | '005056A509B11ED1B9BF9981E37942E9' | 20110805 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110805 | |
| 2 | Instance method | Public | Method | Get code | 20110805 | |
| 3 | Instance method | Public | Method | Get message | 20110805 | |
| 4 | Instance method | Public | Method | Serialize | 20120206 |
Events
Class /IWCOR/CX_DS_ERROR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ERROR_S | Public | See coding | Error | 20120206 | BEGIN OF error_s,
code TYPE string,
lang TYPE string,
message TYPE string,
innererror TYPE xsdany,
END OF error_s
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20110805 | ||||
| 2 | TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20110805 |
Method CONSTRUCTOR on class /IWCOR/CX_DS_ERROR has no exception.
Method GET_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CODE | Value transfer | Type reference (TYPE) | STRING | Error code | 20110805 |
Method GET_CODE on class /IWCOR/CX_DS_ERROR has no exception.
Method GET_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE | Value transfer | Type reference (TYPE) | STRING | Message | 20110805 |
Method GET_MESSAGE on class /IWCOR/CX_DS_ERROR has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | /IWCOR/IF_REST_MEDIA_TYPE=>GC_APPL_XML | Content type | 20120206 | ||
| 2 | RV_OUTPUT | Value transfer | Type reference (TYPE) | XSTRING | Output | 20120206 |
Method SERIALIZE on class /IWCOR/CX_DS_ERROR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |