SAP ABAP Class CL_ABAP_DOCU_AUTO_INDEX (Creates Automatic 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_AUTO_INDEX  
Short Description Creates Automatic 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 ABDOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SANA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ABAP_DOCU_AUTO_INDEX has no interface implemented.
Friends
Class CL_ABAP_DOCU_AUTO_INDEX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BLANK Constant Private Type reference (TYPE) STRING ` ` BLANK 20071126
2 DOCU_OBJECT Static Attribute Private Type reference (TYPE) CL_ABAP_DOCU_AUTO_INDEX=>DOCUMENT DOCU_OBJECT 20071126
3 DOKIL_TAB Static Attribute Private See coding DOKIL_TAB 20071126
4 DOKIL_WA Static Attribute Private Type reference (TYPE) DOKIL DOKIL_WA 20071126
5 FULLTEXT Static Attribute Private Type reference (TYPE) STRING FULLTEXT 20071126
6 INDEX_WA Static Attribute Private Type reference (TYPE) CL_ABAP_DOCU_AUTO_INDEX=>INDEX INDEX_WA 20071126
7 INNER_INDEX Static Attribute Private See coding INNER_INDEX 20071126
8 INNER_TAB Static Attribute Private See coding INNER_TAB 20071126
9 INNER_TAB_SINGLE Static Attribute Private See coding INNER_TAB_SINGLE 20071126
10 ITF Static Attribute Private See coding ITF 20071126
11 OFFSET Static Attribute Private Type reference (TYPE) I OFFSET 20071126
12 SEARCH_STRING Static Attribute Private Type reference (TYPE) STRING SEARCH_STRING 20071126
13 TABIX Static Attribute Private Type reference (TYPE) SY-TABIX TABIX 20071126
14 TEXT Static Attribute Private Type reference (TYPE) TLINE Text 20071126
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Creates Automatic Index 20071126
2 GET_INNER_TAB Static method Private Method Help Method 20071126
Events
Class CL_ABAP_DOCU_AUTO_INDEX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DOCUMENT Public See coding 20121107 BEGIN OF document, docu_name TYPE dokil-object, docu_section TYPE string, docu_title TYPE string, docu_statement TYPE string, END OF document
2 INDEX Public See coding 20121107 BEGIN OF index, rulekey TYPE sxbnfnode-rulekey, docu_objects TYPE STANDARD TABLE OF document WITH NON-UNIQUE KEY docu_name, END OF index
3 INDEX_TAB Public See coding 20121107 index_tab TYPE SORTED TABLE OF index WITH UNIQUE KEY rulekey
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INDEX_TAB Value transfer Type reference (TYPE) CL_ABAP_DOCU_AUTO_INDEX=>INDEX_TAB Indextabelle 20071126
2 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprache 20071126
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK CX_DYNAMIC_CHECK 20071126

Method GET_INNER_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FULLTEXT Value transfer Type reference (TYPE) STRING Text 20071126
2 Importing OFFSET Call by reference Type reference (TYPE) I Offset 20071126
3 Importing SEARCH_STRING Call by reference Type reference (TYPE) STRING Suchtext 20071126
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK CX_DYNAMIC_CHECK 20071126
History
Last changed by/on SAP  20130531 
SAP Release Created in 711