SAP ABAP Class IF_OS_QUERY_EXPR_FACTORY (Object Services Query Expression Factory)
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
| Class | IF_OS_QUERY_EXPR_FACTORY | |
| Short Description | Object Services Query Expression Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040422 | SAP |
| Last change | 20050228 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_OS_QUERY_EXPR_FACTORY has no interface implemented.
Friends
Class IF_OS_QUERY_EXPR_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | OPERATOR | `=` | Equals Operator | 20050207 | ||
| 2 | Constant | Public | Type reference (TYPE) | OPERATOR | `>` | Greater Than Operator | 20050207 | ||
| 3 | Constant | Public | Type reference (TYPE) | OPERATOR | `>=` | Greater Than or Equals Operator | 20050207 | ||
| 4 | Constant | Public | Type reference (TYPE) | OPERATOR | `<` | Less Than Operator | 20050207 | ||
| 5 | Constant | Public | Type reference (TYPE) | OPERATOR | `<=` | Less Than or Equals Operator | 20050207 | ||
| 6 | Constant | Public | Type reference (TYPE) | OPERATOR | `<>` | Not Equals Operator | 20050207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create AND Expression (Filter) | 20040422 | |
| 2 | Instance method | Public | Method | Create IS NULLD Expression (Filter) | 20040422 | |
| 3 | Instance method | Public | Method | Create LIKED Expression (Filter) | 20040422 | |
| 4 | Instance method | Public | Method | Create NOT Expression (Filter) | 20040422 | |
| 5 | Instance method | Public | Method | Create Operator Expression (Filter) | 20050207 | |
| 6 | Instance method | Public | Method | Create Sort Expression | 20050208 | |
| 7 | Instance method | Public | Method | Create OR Expression (Filter) | 20040422 | |
| 8 | Instance method | Public | Method | Create Parameters Expression | 20050208 | |
| 9 | Instance method | Public | Method | Create Reference Expression (Filter) | 20040422 |
Events
Class 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 | I_EXPR1 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | ||||
| 2 | I_EXPR2 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | ||||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_AND_EXPR on class 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 | I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 2 | I_NOT | Call by reference | Type reference (TYPE) | OS_BOOLEAN | OSCON_FALSE | 20040422 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_ISNULL_EXPR on class 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 | I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 2 | I_ESCAPE | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 3 | I_ESCAPE_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | ||||
| 4 | I_IDX | Call by reference | Type reference (TYPE) | I | 20040422 | ||||
| 5 | I_NOT | Call by reference | Type reference (TYPE) | OS_BOOLEAN | OSCON_FALSE | 20040422 | |||
| 6 | I_PATTERN | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 7 | I_PATTERN_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | ||||
| 8 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050208 |
Method CREATE_NOT_EXPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXPR | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | ||||
| 2 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_NOT_EXPR on class 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 | I_ATTR1 | Call by reference | Type reference (TYPE) | STRING | 20050207 | ||||
| 2 | I_ATTR2 | Call by reference | Type reference (TYPE) | STRING | 20050207 | ||||
| 3 | I_IDX | Call by reference | Type reference (TYPE) | I | 20050207 | ||||
| 4 | I_OPERATOR | Call by reference | Type reference (TYPE) | OPERATOR | 20050207 | ||||
| 5 | I_VAL | Call by reference | Type reference (TYPE) | STRING | 20050207 | ||||
| 6 | I_VAL_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | ||||
| 7 | 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 | 20050208 |
Method CREATE_ORDERING_EXPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_ORDERING_EXPR | Sortierungs Ausdruck | 20050208 |
Method CREATE_ORDERING_EXPR on class 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 | I_EXPR1 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | ||||
| 2 | I_EXPR2 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | ||||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_OR_EXPR on class 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 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_PARAMETERS_EXPR | Parameters Ausdruck | 20050208 |
Method CREATE_PARAMETERS_EXPR on class 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 | I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 2 | I_CLSGUID | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 3 | I_GUID | Call by reference | Type reference (TYPE) | STRING | 20040422 | ||||
| 4 | I_IDX | Call by reference | Type reference (TYPE) | I | 20040422 | ||||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050208 |
History
| Last changed by/on | SAP | 20050228 |
| SAP Release Created in |