SAP ABAP Class CL_ABAP_DOCU_FULL_TEXT_SEARCH (Full-Text Search in ABAP Keyword Docu)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAPDOCU (Package) ABAP Documentation Objects in ABAP Workbench

⤷

⤷

Properties
Class | CL_ABAP_DOCU_FULL_TEXT_SEARCH | |
Short Description | Full-Text Search in ABAP Keyword Docu | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SABAPDOCU | ABAP Documentation Objects in ABAP Workbench |
Created | 20080129 | SAP |
Last change | 20130531 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no interface implemented.
Friends
Class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-LANGU | 20080130 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_RESULTS | 20080130 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_ABAP_DOCU_TEXT_INDEX=>INDEX_TAB | 20080130 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Purge Results | 20080129 |
2 | ![]() |
Instance method | Public | Method | Find Complete Expression | 20080129 |
3 | ![]() |
Instance method | Private | Method | Load Text Index | 20080130 |
4 | ![]() |
Static method | Public | Method | Find Single Words | 20080129 |
Events
Class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_RESULT | Public | See coding | 20080129 | BEGIN OF t_result,
object TYPE dokil-object,
langu TYPE dokil-langu,
text TYPE treemsnodt-text,
END OF t_result
|
||
2 | T_RESULTS | Public | See coding | 20080129 | t_results TYPE STANDARD TABLE OF t_result WITH NON-UNIQUE KEY table_line
|
||
3 | T_WORDS | Public | See coding | 20080130 | t_words TYPE STANDARD TABLE OF string WITH NON-UNIQUE KEY table_line
|
Method Signatures
Method CLEANUP_RESULT_TAB Signature
Method CLEANUP_RESULT_TAB on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no parameter.
Method CLEANUP_RESULT_TAB on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no exception.
Method EXPRESSION_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EXPRESSION | Value transfer | Type reference (TYPE) | CSEQUENCE | Ausdruck | 20080129 |
Method EXPRESSION_SEARCH on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no exception.
Method GET_TEXT_INDEX Signature
Method GET_TEXT_INDEX on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no parameter.
Method GET_TEXT_INDEX on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no exception.
Method WORD_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprache | 20080129 | ||
2 | ![]() |
SEARCH_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DOCU_FULL_TEXT_SEARCH | 20080130 | |||
3 | ![]() |
WORD_TAB | Call by reference | Type reference (TYPE) | T_WORDS | Suchwörter | 20080129 |
Method WORD_SEARCH on class CL_ABAP_DOCU_FULL_TEXT_SEARCH has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |