SAP ABAP Class /IWCOR/CX_DS_EXPR_ERROR (Parse error due to inconsistent model data)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SODATA_URI (Package) URI and Expression Parser
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_BAD_REQUEST | OData client error - bad request | 20120823 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_EXPR_PARSER_ERROR | Parse error due to inconsistent model data | 20120823 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CX_DS_EXPR_SYNTAX_ERROR | Expression syntax error | 20120823 |
Properties
| Class | /IWCOR/CX_DS_EXPR_ERROR | |
| Short Description | Parse error due to inconsistent model data | |
| Super Class | /IWCOR/CX_DS_BAD_REQUEST | OData client error - bad request |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 40 | Exception Class |
| Package | /IWCOR/SODATA_URI | URI and Expression Parser |
| Created | 20120823 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWCOR/CX_DS_EXPR_ERROR has no forward declaration.
Interfaces
Class /IWCOR/CX_DS_EXPR_ERROR has no interface implemented.
Friends
Class /IWCOR/CX_DS_EXPR_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 | '005056A509B11EE1B9A8FEA8DE87978E' | 20120823 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | Expression | 20120823 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_NODE | Filtertree at point of error | 20120823 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | TOKEN_T | Token list for filter | 20120914 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_ORDERBY | Orderbytree at point of error | 20120823 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | TOKEN_T | Token list for orderby | 20120914 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | I | -1 | Char position where the tokenizer failed | 20120823 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120917 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120823 | |
| 3 | Static method | Public | Method | Serialize token table | 20120917 |
Events
Class /IWCOR/CX_DS_EXPR_ERROR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TOKEN_KIND | Public | See coding | 20120914 | token_kind TYPE c LENGTH 1
|
||
| 2 | TOKEN_S | Public | See coding | 20120914 | BEGIN OF token_s,
kind TYPE token_kind,
position TYPE i,
type_object TYPE REF TO /iwcor/if_ds_edm_simple_type,
value TYPE string,
value_lower TYPE string,
END OF token_s
|
||
| 3 | TOKEN_T | Public | See coding | 20120914 | token_t TYPE STANDARD TABLE OF token_s WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /IWCOR/CX_DS_EXPR_ERROR has no parameter.
Method CLASS_CONSTRUCTOR on class /IWCOR/CX_DS_EXPR_ERROR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXPRESSION | Call by reference | Type reference (TYPE) | STRING | 20120823 | ||||
| 2 | FILTER | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_NODE | 20120823 | ||||
| 3 | FILTER_TOKEN | Call by reference | Type reference (TYPE) | TOKEN_T | 20120914 | ||||
| 4 | ORDERBY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_DS_EXPR_ORDERBY | 20120823 | ||||
| 5 | ORDERBY_TOKEN | Call by reference | Type reference (TYPE) | TOKEN_T | 20120914 | ||||
| 6 | POSITION | Call by reference | Type reference (TYPE) | I | -1 | 20120823 | |||
| 7 | PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20120823 | ||||
| 8 | TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20120823 |
Method CONSTRUCTOR on class /IWCOR/CX_DS_EXPR_ERROR has no exception.
Method SERIALIZE_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TOKEN | Call by reference | Type reference (TYPE) | TOKEN_T | Token Table | 20120917 | |||
| 2 | RV_OUTPUT | Value transfer | Type reference (TYPE) | STRING | Output | 20120917 |
Method SERIALIZE_TOKEN on class /IWCOR/CX_DS_EXPR_ERROR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |