SAP ABAP Class CL_ABAP_DOCU_TEXT_INDEX (Creates Text Index)
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_TEXT_INDEX | |
| Short Description | Creates Text Index | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABAPDOCU | ABAP Documentation Objects in ABAP Workbench |
| Created | 20071126 | 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) |
Interfaces
Class CL_ABAP_DOCU_TEXT_INDEX has no interface implemented.
Friends
Class CL_ABAP_DOCU_TEXT_INDEX has no friend class.
Attributes
Class CL_ABAP_DOCU_TEXT_INDEX has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates Text Index | 20071126 |
Events
Class CL_ABAP_DOCU_TEXT_INDEX has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | INDEX | Public | See coding | 20121107 | BEGIN OF index,
object TYPE dokil-object,
langu TYPE dokil-langu,
result_text TYPE treemsnodt-text,
text TYPE string,
END OF index
|
||
| 2 | INDEX_TAB | Public | See coding | 20121107 | index_tab TYPE SORTED TABLE OF index WITH NON-UNIQUE KEY object
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX_DATE | Value transfer | Type reference (TYPE) | SY-DATUM | '00010101' | Änderungsdatum des aktuellen Index | 20071126 | ||
| 2 | INDEX_TIME | Value transfer | Type reference (TYPE) | SY-UZEIT | '000000' | Änderungszeit des aktuellen Index | 20071126 | ||
| 3 | LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprache | 20071126 | ||
| 4 | TEXT_INDEX_TAB | Call by reference | Type reference (TYPE) | CL_ABAP_DOCU_TEXT_INDEX=>INDEX_TAB | Indextabelle | 20071126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CX_DYNAMIC_CHECK | 20071126 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |