SAP ABAP Class /IWCOR/CL_DS_EXPR_SELOPT (Provider for select options)
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 Interface implementation (CLASS c. INTERFACES i_ref)  /IWCOR/IF_DS_EXPR_VISITOR Expression visitor 20110808
Properties
Class /IWCOR/CL_DS_EXPR_SELOPT  
Short Description Provider for select options    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWCOR/SODATA_URI   URI and Expression Parser 
Created 20110713   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWCOR/CL_DS_EXPR_SELOPT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IWCOR/IF_DS_EXPR_VISITOR Expression visitor 20110808
Friends
Class /IWCOR/CL_DS_EXPR_SELOPT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 KIND_AND_SELOPT Constant Private Type reference (TYPE) SELOPT_KIND 'A' 20110826
2 KIND_LITERAL Constant Private Type reference (TYPE) SELOPT_KIND 'L' 20110826
3 KIND_OR_SELOPT Constant Private Type reference (TYPE) SELOPT_KIND 'O' 20110826
4 KIND_PROPERTY Constant Private Type reference (TYPE) SELOPT_KIND 'P' 20110826
5 KIND_SIMPLE_SELOPT Constant Private Type reference (TYPE) SELOPT_KIND 'S' 20110826
Methods
# Method Level Visibility Method type Description Created on
1 PARSE_EXPRESSION Static method Public Method 20110808
Events
Class /IWCOR/CL_DS_EXPR_SELOPT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DATA_T Private See coding 20110826 data_t TYPE TABLE OF REF TO data WITH DEFAULT KEY
2 SELOPT_KIND Private See coding 20110826 selopt_kind TYPE c LENGTH 1
3 SO_AND_S Private See coding 20110826 BEGIN OF so_and_s, kind TYPE selopt_kind, "MUST be the first selopt TYPE data_t, used_names TYPE TABLE OF string WITH KEY table_line, END OF so_and_s
4 SO_OR_S Private See coding 20110826 BEGIN OF so_or_s, kind TYPE selopt_kind, "MUST be the first property TYPE string, "MUST be the second type TYPE REF TO /IWCOR/if_DS_edm_simple_type, selopt TYPE data_t, END OF so_or_s
5 SO_SIMPLE_S Private See coding 20110826 BEGIN OF so_simple_s, "eq, gt, lt, ge, le, ... kind TYPE selopt_kind, "MUST be the first property TYPE string, "MUST be the second type TYPE REF TO /IWCOR/if_DS_edm_simple_type, sign TYPE string, operation TYPE string, value_low TYPE string, value_high TYPE string, END OF so_simple_s
6 SO_VALUE_S Private See coding 20110826 BEGIN OF so_value_s, kind TYPE selopt_kind, "MUST be the first value TYPE string, type TYPE REF TO /IWCOR/if_DS_edm_simple_type, END OF so_value_s
Method Signatures

Method PARSE_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWCOR/IF_DS_EXPR_TYPES=>SELECT_OPTION_T 20110808
2 Importing IO_EXPRESSION Call by reference Object reference (TYPE REF TO) /IWCOR/IF_DS_EXPR_NODE 20110808
# Exception Resumable Description Created on
1 /IWCOR/CX_DS_ERROR 20120305
2 /IWCOR/CX_DS_EXPR_SELOPT_ERROR 20110808
History
Last changed by/on SAP  20131127 
SAP Release Created in 200