SAP CL_ABAP_DOCU_INDEX_SEARCH OO Class - Index Search of the ABAP Documentation









CL_ABAP_DOCU_INDEX_SEARCH is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_DOCU_INDEX_SEARCH including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_ABAP_DOCU_INDEX_SEARCH SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_CDS_COMPONENT_ANNOSPrivate
CALL METHOD cl_abap_docu_index_search=>ADD_CDS_COMPONENT_ANNOS...more details

ADD_EXAMPLE_LISTSearch in Examples ListPrivate
CALL METHOD cl_abap_docu_index_search=>ADD_EXAMPLE_LIST...more details

ADD_GLOSSARYSearch in GlossaryPrivate
CALL METHOD cl_abap_docu_index_search=>ADD_GLOSSARY...more details

ADD_SUBJECT_LISTSearch in Keyword ListPrivate
CALL METHOD cl_abap_docu_index_search=>ADD_SUBJECT_LIST...more details

AUTO_INDEXSearch in Automatic IndexPrivate
CALL METHOD cl_abap_docu_index_search=>AUTO_INDEX...more details

CHECK_ANNOTATIONSearch by CDS annotationPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_ANNOTATION...more details

CHECK_CONSTRUCTORPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_CONSTRUCTOR...more details

CHECK_ELEMENTSearch by Language ElementPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_ELEMENT...more details

CHECK_ENVIRONSearch by EnvironmentPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_ENVIRON...more details

CHECK_FORMAT_OPTSearch by Formatting Option of Embedded ExpressionsPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_FORMAT_OPT...more details

CHECK_FUNCTIONSearch for Predefined FunctionPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_FUNCTION...more details

CHECK_KEYWORDSearch by KeywordPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_KEYWORD...more details

CHECK_SIMILARCheck SimilarPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_SIMILAR...more details

CHECK_STRING_TEMPLHandle Character String TemplatesPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_STRING_TEMPL...more details

CHECK_SYFIELDSearch by system fieldPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_SYFIELD...more details

CHECK_TABLE_EXPRHandles table expressionsPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_TABLE_EXPR...more details

CHECK_TOKENSFind Token TablePrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_TOKENS...more details

CHECK_TWO_WORDSFind Two WordsPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_TWO_WORDS...more details

CHECK_UNDERSCORE_ENTRIESIndex entries with underscoresPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_UNDERSCORE_ENTRIES...more details

CHECK_WORDFind a WordPrivate
CALL METHOD cl_abap_docu_index_search=>CHECK_WORD...more details

CONDENSE_TOKENSTokensPrivate
CALL METHOD cl_abap_docu_index_search=>CONDENSE_TOKENS...more details

HANDLE_CONSTR_EXPRHandles constructor expressions with #Private
CALL METHOD cl_abap_docu_index_search=>HANDLE_CONSTR_EXPR...more details

HANDLE_PRAGMASHandle PragmasPrivate
CALL METHOD cl_abap_docu_index_search=>HANDLE_PRAGMAS...more details

INTERSECTIntersection from Different SearchesPrivate
CALL METHOD cl_abap_docu_index_search=>INTERSECT...more details

MAINEntry into Different SearchesPublic
CALL METHOD cl_abap_docu_index_search=>MAIN...more details

SEARCH_SIMILARSimilarity SearchPrivate
CALL METHOD cl_abap_docu_index_search=>SEARCH_SIMILAR...more details

SORT_CDSArrange CDS elements in results listPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_CDS...more details

SORT_DYNPArrange Dynpro Elements in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_DYNP...more details

SORT_EXAMPLESArrange Examples in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_EXAMPLES...more details

SORT_GLOSRYArrange Glossary Entries in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_GLOSRY...more details

SORT_INTERNALSArrange Internal in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_INTERNALS...more details

SORT_OBSOLETESArrange Obsolete in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_OBSOLETES...more details

SORT_OTHERSArrange Remaining in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_OTHERS...more details

SORT_SPECIALSSpecifically Arrange in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_SPECIALS...more details

SORT_SUBJECTSArrange Keywords in Results ListPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_SUBJECTS...more details

SORT_XMLArrange transformation elements in results listPrivate
CALL METHOD cl_abap_docu_index_search=>SORT_XML...more details

STRUCTURE_RESULT_TABPrivate
CALL METHOD cl_abap_docu_index_search=>STRUCTURE_RESULT_TAB...more details



CL_ABAP_DOCU_INDEX_SEARCH attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ASTERISK_EXCEPTIONSInstance AttributeLIKE
Private
C_LANGUInstance AttributeLIKE
Private
C_VERSIONInstance AttributeLIKE
Private
INDEX_CHECKInstance AttributeLIKE
Private
RESULTSInstance AttributeLIKE
Private
SIMILAR_FLAGInstance AttributeLIKE
Private


Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!