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 /IWCOR/CX_DS_EXPR_ERROR Constant Public Type reference (TYPE) SOTR_CONC '005056A509B11EE1B9A8FEA8DE87978E' 20120823
2 EXPRESSION Instance attribute Public Type reference (TYPE) STRING Expression 20120823
3 FILTER Instance attribute Public Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_NODE Filtertree at point of error 20120823
4 FILTER_TOKEN Instance attribute Public Type reference (TYPE) TOKEN_T Token list for filter 20120914
5 ORDERBY Instance attribute Public Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_ORDERBY Orderbytree at point of error 20120823
6 ORDERBY_TOKEN Instance attribute Public Type reference (TYPE) TOKEN_T Token list for orderby 20120914
7 POSITION 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 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20120917
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120823
3 SERIALIZE_TOKEN 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 Importing EXPRESSION Call by reference Type reference (TYPE) STRING 20120823
2 Importing FILTER Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_NODE 20120823
3 Importing FILTER_TOKEN Call by reference Type reference (TYPE) TOKEN_T 20120914
4 Importing ORDERBY Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_ORDERBY 20120823
5 Importing ORDERBY_TOKEN Call by reference Type reference (TYPE) TOKEN_T 20120914
6 Importing POSITION Call by reference Type reference (TYPE) I -1 20120823
7 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20120823
8 Importing 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 Importing IT_TOKEN Call by reference Type reference (TYPE) TOKEN_T Token Table 20120917
2 Returning 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