SAP ABAP Interface /IWCOR/IF_DS_EXPR_TYPES (Expressions types)
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
Properties
Interface /IWCOR/IF_DS_EXPR_TYPES  
Short Description Expressions types    
General Data
Package /IWCOR/SODATA_URI   URI and Expression Parser 
Created 20110622   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWCOR/IF_DS_EXPR_TYPES has no forward declaration.
Interfaces
Interface /IWCOR/IF_DS_EXPR_TYPES has no interface.
Friends
Interface /IWCOR/IF_DS_EXPR_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_FUNCTION_CAST Constant Public Type reference (TYPE) STRING 'cast' 20120813
2 GC_FUNCTION_CEILING Constant Public Type reference (TYPE) STRING 'ceiling' 20120813
3 GC_FUNCTION_CONCAT Constant Public Type reference (TYPE) STRING 'concat' 20120813
4 GC_FUNCTION_DAY Constant Public Type reference (TYPE) STRING 'day' 20120813
5 GC_FUNCTION_ENDSWITH Constant Public Type reference (TYPE) STRING 'endswith' 20120813
6 GC_FUNCTION_FLOOR Constant Public Type reference (TYPE) STRING 'floor' 20120813
7 GC_FUNCTION_HOUR Constant Public Type reference (TYPE) STRING 'hour' 20120813
8 GC_FUNCTION_INDEXOF Constant Public Type reference (TYPE) STRING 'indexof' 20120813
9 GC_FUNCTION_ISOF Constant Public Type reference (TYPE) STRING 'isof' 20120813
10 GC_FUNCTION_LENGTH Constant Public Type reference (TYPE) STRING 'length' 20120813
11 GC_FUNCTION_MINUTE Constant Public Type reference (TYPE) STRING 'minute' 20120813
12 GC_FUNCTION_MONTH Constant Public Type reference (TYPE) STRING 'month' 20120813
13 GC_FUNCTION_REPLACE Constant Public Type reference (TYPE) STRING 'replace' 20120813
14 GC_FUNCTION_ROUND Constant Public Type reference (TYPE) STRING 'round' 20120813
15 GC_FUNCTION_SECOND Constant Public Type reference (TYPE) STRING 'second' 20120813
16 GC_FUNCTION_STARTSWITH Constant Public Type reference (TYPE) STRING 'startswith' 20120813
17 GC_FUNCTION_SUBSTRING Constant Public Type reference (TYPE) STRING 'substring' 20120813
18 GC_FUNCTION_SUBSTRINGOF Constant Public Type reference (TYPE) STRING 'substringof' 20120813
19 GC_FUNCTION_TOLOWER Constant Public Type reference (TYPE) STRING 'tolower' 20120813
20 GC_FUNCTION_TOUPPER Constant Public Type reference (TYPE) STRING 'toupper' 20120813
21 GC_FUNCTION_TRIM Constant Public Type reference (TYPE) STRING 'trim' 20120813
22 GC_FUNCTION_YEAR Constant Public Type reference (TYPE) STRING 'year' 20120813
23 GC_OPERATOR_ADD Constant Public Type reference (TYPE) STRING 'add' 20120813
24 GC_OPERATOR_AND Constant Public Type reference (TYPE) STRING 'and' 20120813
25 GC_OPERATOR_DIV Constant Public Type reference (TYPE) STRING 'div' 20120813
26 GC_OPERATOR_EQ Constant Public Type reference (TYPE) STRING 'eq' 20120813
27 GC_OPERATOR_GE Constant Public Type reference (TYPE) STRING 'ge' 20120813
28 GC_OPERATOR_GT Constant Public Type reference (TYPE) STRING 'gt' 20120813
29 GC_OPERATOR_LE Constant Public Type reference (TYPE) STRING 'le' 20120813
30 GC_OPERATOR_LT Constant Public Type reference (TYPE) STRING 'lt' 20120813
31 GC_OPERATOR_MINUS Constant Public Type reference (TYPE) STRING '-' 20120813
32 GC_OPERATOR_MOD Constant Public Type reference (TYPE) STRING 'mod' 20120813
33 GC_OPERATOR_MUL Constant Public Type reference (TYPE) STRING 'mul' 20120813
34 GC_OPERATOR_NE Constant Public Type reference (TYPE) STRING 'ne' 20120813
35 GC_OPERATOR_NOT Constant Public Type reference (TYPE) STRING 'not' 20120813
36 GC_OPERATOR_OR Constant Public Type reference (TYPE) STRING 'or' 20120813
37 GC_OPERATOR_PROP Constant Public Type reference (TYPE) STRING '/' 20120813
38 GC_OPERATOR_SUB Constant Public Type reference (TYPE) STRING 'sub' 20120813
39 GC_SORT_ORDER_ASC Constant Public Type reference (TYPE) STRING 'asc' 20120813
40 GC_SORT_ORDER_DESC Constant Public Type reference (TYPE) STRING 'desc' 20120813
Methods
Interface /IWCOR/IF_DS_EXPR_TYPES has no method.
Events
Interface /IWCOR/IF_DS_EXPR_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ABAP_SELECT_OPTION_S Public See coding 20120813 abap_select_option_s TYPE LINE OF abap_select_option_t
2 ABAP_SELECT_OPTION_T Public See coding 20120813 abap_select_option_t TYPE RANGE OF string
3 SELECT_OPTION_S Public See coding 20120813 BEGIN OF select_option_s, property TYPE string, type TYPE REF TO /IWCOR/if_DS_edm_simple_type, select_options TYPE abap_select_option_t, END OF select_option_s
4 SELECT_OPTION_T Public See coding 20120813 select_option_t TYPE HASHED TABLE OF select_option_s WITH UNIQUE KEY property
History
Last changed by/on SAP  20131127 
SAP Release Created in 200