SAP ABAP Class CL_ESH_SE_SEARCH_DEBUGGING (Search Debugger)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_SEARCH (Package) Search (internal)

⤷

⤷

Properties
Class | CL_ESH_SE_SEARCH_DEBUGGING | |
Short Description | Search Debugger | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_SEARCH | Search (internal) |
Created | 20080704 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ESH_SE_SEARCH_DEBUGGING has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_SE_SEARCH_REQUEST | 20081013 | Search Request | |
2 | CL_ESH_TREX_QUERY_HANDLER | 20100607 | Handle Query Transformation |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_SE_SEARCH_REQUEST | Search request | 20080704 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search request | 20090204 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | LST_DEBUGGER_RESULT | Current debugger result | 20080705 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | LST_DEBUGGER_RESULT | First debugger result | 20080705 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | LTT_DEBUGGER_RESULTS | Debugger results | 20080705 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Debugger active | 20080705 | |
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | I | Tabix | 20080705 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Logical conjunction splitter active | 20080704 | |
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20090204 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Progress indicator active | 20080704 | |
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Replaced logical conjunctions | 20080705 | ||
12 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20080705 | |||
13 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SYUNAME | User name | 20080704 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | '&' | And | 20080706 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | ')' | Close | 20080706 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR2 | ';;' | Double semicolon | 20080706 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | '-' | Not | 20080706 | |
18 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR32 | ' |
No logical conjunction | 20080705 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | '(' | Open | 20080706 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | '|' | Or | 20080706 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR4 | ';$1;' | Replacement pattern | 20080706 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR1 | ';' | Semicolon | 20080706 | |
23 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR1 | 'A' | After search | 20080705 | |
24 | ![]() |
Constant | Protected | Type reference (TYPE) | CHAR1 | 'D' | During search | 20080705 | |
25 | ![]() |
Constant | Public | Type reference (TYPE) | LVT_CHAR9 | '([()|&-])' | Token separators | 20080706 |
Methods
Events
Class CL_ESH_SE_SEARCH_DEBUGGING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LOT_RESPONSE | Public | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_RESPONSE | 20080705 |
|
|
2 | LST_DEBUGGER_RESULT | Public | See coding | Debugger result | 20080704 | BEGIN OF lst_debugger_result,
logical_conjunction TYPE string,
conjunction_operator TYPE char1,
parent_logical_conjunction TYPE string,
position TYPE i,
parent_position TYPE i,
responses TYPE REF TO cl_esh_if_search_responses,
response_all TYPE ltt_response_all,
exception TYPE REF TO cx_esh_if_engine,
END OF lst_debugger_result
|
|
3 | LTT_DEBUGGER_RESULTS | Public | See coding | Table of Debugger Results | 20080704 | ltt_debugger_results TYPE STANDARD TABLE OF lst_debugger_result
|
|
4 | LTT_RESPONSE_ALL | Public | See coding | 20080705 | ltt_response_all TYPE STANDARD TABLE OF lot_response WITH DEFAULT KEY
|
||
5 | LVT_CHAR1 | Public | See coding | 20080706 | lvt_char1(1) TYPE c
|
||
6 | LVT_CHAR2 | Public | See coding | 20080706 | lvt_char2(2) TYPE c
|
||
7 | LVT_CHAR4 | Public | See coding | 20080706 | lvt_char4(4) TYPE c
|
||
8 | LVT_CHAR9 | Public | See coding | 20080706 | lvt_char9(9) TYPE c
|
Method Signatures
Method ADD_DEBUGGER_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PARENT_DEBUGGER_RESULT | Call by reference | Type reference (TYPE) | LST_DEBUGGER_RESULT | Debugger result | 20080705 | ||
2 | ![]() |
RR_DEBUGGER_RESULT | Value transfer | Object reference (TYPE REF TO) | LST_DEBUGGER_RESULT | Debugger result | 20080705 |
Method ADD_DEBUGGER_STEP on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method ADD_DEBUGGER_SUB_STEPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT_DEBUGGER_STEP | Call by reference | Object reference (TYPE REF TO) | LST_DEBUGGER_RESULT | Debugger result | 20080705 |
Method ADD_DEBUGGER_SUB_STEPS on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEARCH_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search Request | 20080704 |
Method CONSTRUCTOR on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method DEBUG_AUTHORIZATION_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ATTR_LIST | Call by reference | Type reference (TYPE) | ESH_T_JOIN_ATTRIBUTES_LIST | Table type for ESH_S_JOIN_ATTRIBUTES_LIST | 20080705 | ||
2 | ![]() |
CT_NODE_LIST | Call by reference | Type reference (TYPE) | ESH_T_NODE_AUTHORIZATION_LIST | Table type for ESH_S_NODE_AUTHORIZATION_LIST | 20080705 | ||
3 | ![]() |
CV_SY_UNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20080705 |
Method DEBUG_AUTHORIZATION_QUERY on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method EXECUTE_AUTH_QUERY_DEBUGGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DEBUGGER_RESULTS | Call by reference | Type reference (TYPE) | CL_ESH_SE_SEARCH_DEBUGGING=>LTT_DEBUGGER_RESULTS | Table of Debugger Results | 20080705 |
Method EXECUTE_AUTH_QUERY_DEBUGGER on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method EXECUTE_SEARCHES Signature
Method EXECUTE_SEARCHES on class CL_ESH_SE_SEARCH_DEBUGGING has no parameter.
Method EXECUTE_SEARCHES on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SEARCH_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search Request | 20080704 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_SE_SEARCH_DEBUGGING | Search Debugger | 20080704 |
Method GET_INSTANCE on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method GET_TOKENS_OF_LOG_CONJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TOKENS | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20080706 | ||
2 | ![]() |
IV_INDENT | Call by reference | Type reference (TYPE) | INT4 | 0 | Indent level | 20080706 | |
3 | ![]() |
IV_LOGICAL_CONJUNCTION | Call by reference | Type reference (TYPE) | STRING | 20080706 |
Method GET_TOKENS_OF_LOG_CONJ on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method GET_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_USER_NAME | Value transfer | Type reference (TYPE) | SYUNAME | User Name | 20080706 |
Method GET_USER on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method IS_LOG_CONJ_SYNTAX_OK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOGICAL_CONJUNCTION | Call by reference | Type reference (TYPE) | STRING | 20080706 | |||
2 | ![]() |
RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080706 |
Method IS_LOG_CONJ_SYNTAX_OK on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method PREPARE_DEBUGGER_STEPS Signature
Method PREPARE_DEBUGGER_STEPS on class CL_ESH_SE_SEARCH_DEBUGGING has no parameter.
Method PREPARE_DEBUGGER_STEPS on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method REPLACE_LOGICAL_CONJUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080705 | ||
2 | ![]() |
IV_LOG_CONJ | Call by reference | Type reference (TYPE) | STRING | 20080705 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid Parameter | 20080706 |
Method SET_LOGICAL_CONJUNCT_SPLITTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080704 |
Method SET_LOGICAL_CONJUNCT_SPLITTER on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method SET_PARALLELIZATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Active | 20080718 |
Method SET_PARALLELIZATION on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method SET_PROGRESS_INDICATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080704 |
Method SET_PROGRESS_INDICATOR on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method SET_USER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_USER_NAME | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User Name | 20080704 |
Method SET_USER on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
Method UPDATE_PROGRESS_INDICATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_STATE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20080705 |
Method UPDATE_PROGRESS_INDICATOR on class CL_ESH_SE_SEARCH_DEBUGGING has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 712 |