Hierarchy
⤷
⤷
Properties
| Class | CL_ESH_QP_QUERY_PARSER | |
| Short Description | SeachTerms Query Parser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_QUERY_PARSER_RD | Recursive descent query parser |
| Created | 20080709 | SAP |
| Last change | 20110908 | 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 CL_ESH_QP_QUERY_PARSER has no interface implemented.
Friends
Class CL_ESH_QP_QUERY_PARSER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Category' | Query parser symbol | 20080709 | ||
| 2 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Connector' | Query parser symbol | 20080709 | ||
| 3 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Number' | Query parser symbol | 20081118 | ||
| 4 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Range Term' | Query parser symbol | 20080709 | ||
| 5 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Request' | Query parser symbol | 20080709 | ||
| 6 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Search term' | Query parser symbol | 20080709 | ||
| 7 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Sort attribute' | Query parser symbol | 20080709 | ||
| 8 | Constant | Private | Type reference (TYPE) | ESH_E_QP_SYMBOL | 'Template' | Query parser symbol | 20080709 | ||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_QP_LEXER | SearchTerms lexer | 20080709 | |||
| 10 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ESH_QP_METADATA_HELPER | Metadata helper class | 20081219 | |||
| 11 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_REGEX | Boolean expression | 20090401 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_REGEX | SearchTerm expression | 20090401 | |||
| 13 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_QP_SCOPE_NODE | Scope node in a SearchTerms parse tree | 20090309 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | True if query was approximated (error in original query) | 20081201 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | If true, produces approximate parse for invalid query | 20080801 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING_TABLE | Search tip | 20081218 |
Methods
Events
Class CL_ESH_QP_QUERY_PARSER has no event.
Types
Class CL_ESH_QP_QUERY_PARSER has no local type.
Method Signatures
Method ADD_PANIC_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TERM | Call by reference | Type reference (TYPE) | STRING | 20081205 |
Method ADD_PANIC_TERM on class CL_ESH_QP_QUERY_PARSER has no exception.
Method ADD_SEARCH_TIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARG1 | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | IV_ARG2 | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 3 | IV_ARG3 | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 4 | IV_ARG4 | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | CHAR255 | Char255 | 20081218 | |||
| 6 | RV_TIP | Value transfer | Type reference (TYPE) | STRING | 20081218 |
Method ADD_SEARCH_TIP on class CL_ESH_QP_QUERY_PARSER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | 20080923 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081203 |
Method CREATE_QUERY_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FREESTYLE_QUERY | Call by reference | Type reference (TYPE) | ESH_T_FED_QUERY_ENTRY | Query | 20090401 | |||
| 2 | ET_QUERY | Call by reference | Type reference (TYPE) | ESH_T_FED_QUERY_ENTRY | Query | 20090401 | |||
| 3 | IV_QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | 20090401 |
Method CREATE_QUERY_ENTRY on class CL_ESH_QP_QUERY_PARSER has no exception.
Method CREATE_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081208 | ||
| 2 | Query Parser Exception | 20081208 |
Method GATHER_TERM_TOKENS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TERMS | Value transfer | Type reference (TYPE) | STRING | 20090403 | ||||
| 2 | EV_TSPACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20090403 |
Method GET_EXPRESSION_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TYPE1 | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 | |||
| 2 | IV_TYPE2 | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 | |||
| 3 | RV_TYPE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081208 |
Method GET_SEARCH_TIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SEARCH_TIPS | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20081218 |
Method GET_SEARCH_TIPS on class CL_ESH_QP_QUERY_PARSER has no exception.
Method IS_BOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081205 | |||
| 2 | RV_FLAG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081205 |
Method MATCH_SYMBOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXPECTED_SYMBOL | Call by reference | Type reference (TYPE) | ESH_E_QP_TOKEN_SYMBOL | Query Parser Symbol | 20081020 | |||
| 2 | IV_EXPECTED_TYPE | Call by reference | Type reference (TYPE) | ESH_E_QP_TOKEN_TYPE | SearchTerms Token Type | 20081020 | |||
| 3 | RV_SYMBOL | Value transfer | Type reference (TYPE) | STRING | Matched symbol | 20080709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081020 | ||
| 2 | Unexpected token parsed | 20081119 |
Method MATCH_TOKEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TOKEN | Call by reference | Type reference (TYPE) | ESH_E_QP_TOKEN_TYPE | SearchTerms token type | 20080728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081020 |
Method PANIC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081202 |
Method PARSE_ATTRIBUTE_TERMINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEARCH_MODE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20090122 | |||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081205 | ||
| 2 | Invalid SearchTerms Query | 20081205 |
Method PARSE_CONNECTOR_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_SCOPE_NODE | Scope node in a SearchTerms parse tree | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081218 | ||
| 2 | Query Parser Exception | 20081218 |
Method PARSE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081208 | |||
| 2 | EV_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081022 | ||
| 2 | Invalid SearchTerms Query | 20081119 |
Method PARSE_MODIFIERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_OPERATORS | Value transfer | Type reference (TYPE) | ESH_T_QP_OPERATOR | SearchTerms Operator Table | 20081118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081118 | ||
| 2 | Invalid SearchTerms Query | 20081119 |
Method PARSE_OPERAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081208 | |||
| 2 | EV_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081205 | ||
| 2 | Invalid SearchTerms Query | 20081205 |
Method PARSE_PHRASE_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PHRASE | Value transfer | Type reference (TYPE) | ESH_S_QP_TERM | Phrase Term | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081208 | ||
| 2 | Query Parser Exception | 20081208 |
Method PARSE_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_REQUEST_DATA | Call by reference | Object reference (TYPE REF TO) | CL_ESH_FED_REQUEST_DATA | Search Request Data | 20081029 | |||
| 2 | EV_DYM_QUERY | Call by reference | Type reference (TYPE) | STRING | Did-you-mean query string | 20081218 | |||
| 3 | EV_SEARCH_TIPS | Call by reference | Type reference (TYPE) | STRING_TABLE | Search Tips | 20081218 | |||
| 4 | EV_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081218 | ||||
| 5 | IV_DYM_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | When true, build Did-you-mean query in ev_dym_query | 20090120 | ||
| 6 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | When true, produces approximate parse for invalid query | 20081029 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081119 | ||
| 2 | Query Parser Exception | 20081029 |
Method PARSE_QUERY_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_QUERY | Call by reference | Type reference (TYPE) | ESH_T_FED_QUERY_ENTRY | 20090217 | ||||
| 2 | IS_QUERY_ENTRY | Call by reference | Type reference (TYPE) | ESH_S_FED_QUERY_ENTRY | Query Entry | 20090217 | |||
| 3 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | When true, produces approximate parse for invalid query | 20090217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20090217 | ||
| 2 | Query Parser Exception | 20090217 |
Method PARSE_QUERY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FREESTYLE_QUERY_ENTRY | Call by reference | Type reference (TYPE) | ESH_T_FED_QUERY_ENTRY | Freestyle Query Entry | 20090216 | |||
| 2 | ET_QUERY_ENTRY | Call by reference | Type reference (TYPE) | ESH_T_FED_QUERY_ENTRY | Query Entry | 20090216 | |||
| 3 | ET_SCOPE | Call by reference | Type reference (TYPE) | ESH_T_FED_SCOPE | Search Scope | 20090217 | |||
| 4 | ET_SORT | Call by reference | Type reference (TYPE) | ESH_T_FED_SORT | Sort Settings | 20090216 | |||
| 5 | EV_SEARCH_TIPS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20090216 | |||
| 6 | EV_TIMEOUT | Call by reference | Type reference (TYPE) | ESH_E_FED_TIMEOUT | Search Timeout (sec) | 20090216 | |||
| 7 | IS_SCOPE | Call by reference | Type reference (TYPE) | ESH_S_FED_SCOPE | Scope set externally | 20090525 | |||
| 8 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090216 | |||
| 9 | IV_QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | Query String | 20090216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20090216 | ||
| 2 | Query Parser Exception | 20090216 |
Method PARSE_RANGE_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HIGH | Call by reference | Type reference (TYPE) | ESH_S_QP_TERM | SearchTerms Term | 20081208 | |||
| 2 | EV_LOW | Call by reference | Type reference (TYPE) | ESH_S_QP_TERM | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081208 | ||
| 2 | Invalid SearchTerms Query | 20081208 |
Method PARSE_SCOPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_SCOPE_NODE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_QP_SCOPE_NODE | Scope node in a SearchTerms parse tree | 20081210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081022 | ||
| 2 | Query Parser Exception | 20081119 |
Method PARSE_SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_SORT_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_SORT_NODE | Sort node in a SearchTerms parse tree | 20081022 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081022 | ||
| 2 | Query Parser Exception | 20081119 |
Method PARSE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SCOPE | Call by reference | Type reference (TYPE) | ESH_S_FED_SCOPE | Search Scope | 20090528 | |||
| 2 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20081124 | |||
| 3 | IV_QUERY_STRING | Call by reference | Type reference (TYPE) | STRING | SearchTerms query | 20081020 | |||
| 4 | RO_ROOT | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_ROOT_NODE | Root node in SearchTerms parse tree | 20081020 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081119 | ||
| 2 | Invalid SearchTerms Query | 20081119 |
Method PARSE_TERM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TERM | Value transfer | Type reference (TYPE) | ESH_S_QP_TERM | SearchTerms Term | 20090122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081205 | ||
| 2 | Invalid SearchTerms Query | 20081205 |
Method PARSE_TERMINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081208 | |||
| 2 | EV_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081105 | ||
| 2 | Invalid SearchTerms Query | 20081119 |
Method PARSE_TERM_OPERATOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SEARCH_MODE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081208 |
Method PARSE_VALUE_EXPRESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081030 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081030 | ||
| 2 | Invalid SearchTerms Query | 20081119 |
Method PARSE_VALUE_OPERAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_QP_NODE | Node in a SearchTerms parse tree | 20081208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081208 | ||
| 2 | Invalid SearchTerms Query | 20081208 |
Method RAISE_INVALID_QUERY Signature
Method RAISE_INVALID_QUERY on class CL_ESH_QP_QUERY_PARSER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20090403 |
Method REMOVE_COLON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OPERATOR | Call by reference | Type reference (TYPE) | STRING | 20081127 | ||||
| 2 | RV_ID | Value transfer | Type reference (TYPE) | STRING | 20081127 |
Method REMOVE_COLON on class CL_ESH_QP_QUERY_PARSER has no exception.
Method SERIALIZE_ATTR_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20081117 | ||||
| 2 | RV_VALUE_STRING | Value transfer | Type reference (TYPE) | STRING | 20081117 |
Method SERIALIZE_ATTR_VALUE on class CL_ESH_QP_QUERY_PARSER has no exception.
Method SERIALIZE_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_REQUEST_DATA | Call by reference | Object reference (TYPE REF TO) | CL_ESH_FED_REQUEST_DATA | Search Request Data | 20081117 | |||
| 2 | IV_ERROR_TOLERANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081117 | |||
| 3 | IV_WITH_SCOPE_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090310 | |||
| 4 | RV_ST_QUERY | Value transfer | Type reference (TYPE) | STRING | Serialized SearchTerms Query | 20081117 |
Method SERIALIZE_QUERY on class CL_ESH_QP_QUERY_PARSER has no exception.
Method SYNCHRONIZE_TO_SORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TERMS | Value transfer | Type reference (TYPE) | STRING | panic search terms | 20081202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081202 | ||
| 2 | Query Parser Exception | 20081202 |
Method SYNCHRONIZE_TO_TERMINAL Signature
Method SYNCHRONIZE_TO_TERMINAL on class CL_ESH_QP_QUERY_PARSER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Lexer Exception | 20081201 |
Method VALIDATE_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | STRING | 20090312 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090312 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20090312 |
Method VALIDATE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081218 |
Method VALIDATE_CONNECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081218 |
Method VALIDATE_CONNECTOR_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 2 | IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 3 | IV_REQUEST_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 4 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20090309 |
Method VALIDATE_KEYWORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081218 |
Method VALIDATE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REQUEST_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | IV_SCOPE_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 3 | IV_SCOPE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_QP_TOKEN_TYPE | SearchTerms Token Type | 20090108 | |||
| 4 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081218 |
Method VALIDATE_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081218 | ||||
| 2 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20081218 |
Method VALIDATE_TEMPLATE_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 2 | IV_REQUEST_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 3 | IV_TEMPLATE_ID | Call by reference | Type reference (TYPE) | STRING | 20090309 | ||||
| 4 | RV_STATUS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090309 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Query Parser Exception | 20090309 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |