SAP ABAP Interface IF_OS_QUERY_EXPR_FACTORY (Object Services Query Expression Factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA-OBS (Application Component) Object Services
     SOS_PERSISTENCE (Package) Object Services Persistence
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OS_QUERY Object Services Query 20040422
Properties
Interface IF_OS_QUERY_EXPR_FACTORY  
Short Description Object Services Query Expression Factory    
General Data
Package SOS_PERSISTENCE   Object Services Persistence 
Created 20040422   SAP 
Last changed 20050228   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OSCON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_OS_QUERY_EXPR_FACTORY has no interface.
Friends
Interface IF_OS_QUERY_EXPR_FACTORY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EQUAL Constant Public Type reference (TYPE) OPERATOR `=` Equals Operator 20050207
2 GREATER Constant Public Type reference (TYPE) OPERATOR `>` Greater Than Operator 20050207
3 GREATER_OR_EQUAL Constant Public Type reference (TYPE) OPERATOR `>=` Greater Than or Equals Operator 20050207
4 LESS Constant Public Type reference (TYPE) OPERATOR `<` Less Than Operator 20050207
5 LESS_OR_EQUAL Constant Public Type reference (TYPE) OPERATOR `<=` Less Than or Equals Operator 20050207
6 NOT_EQUAL Constant Public Type reference (TYPE) OPERATOR `<>` Not Equals Operator 20050207
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_AND_EXPR Instance method Public Method Create AND Expression (Filter) 20040422
2 CREATE_ISNULL_EXPR Instance method Public Method Create IS NULLD Expression (Filter) 20040422
3 CREATE_LIKE_EXPR Instance method Public Method Create LIKED Expression (Filter) 20040422
4 CREATE_NOT_EXPR Instance method Public Method Create NOT Expression (Filter) 20040422
5 CREATE_OPERATOR_EXPR Instance method Public Method Create Operator Expression (Filter) 20050207
6 CREATE_ORDERING_EXPR Instance method Public Method Create Sort Expression 20050208
7 CREATE_OR_EXPR Instance method Public Method Create OR Expression (Filter) 20040422
8 CREATE_PARAMETERS_EXPR Instance method Public Method Create Parameters Expression 20050208
9 CREATE_REF_EXPR Instance method Public Method Create Reference Expression (Filter) 20040422
Events
Interface IF_OS_QUERY_EXPR_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OPERATOR Public Type reference (TYPE) STRING Operator 20050207
Method Signatures

Method CREATE_AND_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPR1 Call by reference Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
2 Importing I_EXPR2 Call by reference Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422

Method CREATE_AND_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_ISNULL_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR Call by reference Type reference (TYPE) STRING 20040422
2 Importing I_NOT Call by reference Type reference (TYPE) OS_BOOLEAN OSCON_FALSE 20040422
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422

Method CREATE_ISNULL_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_LIKE_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR Call by reference Type reference (TYPE) STRING 20040422
2 Importing I_ESCAPE Call by reference Type reference (TYPE) STRING 20040422
3 Importing I_ESCAPE_W_QUOTES Call by reference Type reference (TYPE) STRING 20050208
4 Importing I_IDX Call by reference Type reference (TYPE) I 20040422
5 Importing I_NOT Call by reference Type reference (TYPE) OS_BOOLEAN OSCON_FALSE 20040422
6 Importing I_PATTERN Call by reference Type reference (TYPE) STRING 20040422
7 Importing I_PATTERN_W_QUOTES Call by reference Type reference (TYPE) STRING 20050208
8 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
# Exception Resumable Description Created on
1 CX_OS_QUERY_EXPR_FACT_ERROR 20050208

Method CREATE_NOT_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPR Call by reference Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422

Method CREATE_NOT_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_OPERATOR_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR1 Call by reference Type reference (TYPE) STRING 20050207
2 Importing I_ATTR2 Call by reference Type reference (TYPE) STRING 20050207
3 Importing I_IDX Call by reference Type reference (TYPE) I 20050207
4 Importing I_OPERATOR Call by reference Type reference (TYPE) OPERATOR 20050207
5 Importing I_VAL Call by reference Type reference (TYPE) STRING 20050207
6 Importing I_VAL_W_QUOTES Call by reference Type reference (TYPE) STRING 20050208
7 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR Object Services Query Experssion Interface 20050207
# Exception Resumable Description Created on
1 CX_OS_QUERY_EXPR_FACT_ERROR 20050208

Method CREATE_ORDERING_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_ORDERING_EXPR Sortierungs Ausdruck 20050208

Method CREATE_ORDERING_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_OR_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPR1 Call by reference Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
2 Importing I_EXPR2 Call by reference Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422

Method CREATE_OR_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_PARAMETERS_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_PARAMETERS_EXPR Parameters Ausdruck 20050208

Method CREATE_PARAMETERS_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.

Method CREATE_REF_EXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATTR Call by reference Type reference (TYPE) STRING 20040422
2 Importing I_CLSGUID Call by reference Type reference (TYPE) STRING 20040422
3 Importing I_GUID Call by reference Type reference (TYPE) STRING 20040422
4 Importing I_IDX Call by reference Type reference (TYPE) I 20040422
5 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_OS_QUERY_FILTER_EXPR 20040422
# Exception Resumable Description Created on
1 CX_OS_QUERY_EXPR_FACT_ERROR 20050208
History
Last changed by/on SAP  20050228 
SAP Release Created in 700