SAP ABAP Class CL_ABAP_DOCU_SHORT_REF (Short Text for ABAP Keywords)
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_SHORT_REF  
Short Description Short Text for ABAP Keywords    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SABAPDOCU   ABAP Documentation Objects in ABAP Workbench 
Created 20071210   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_DOCU_SHORT_REF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ABAP_DOCU_SHORT_REF has no interface implemented.
Friends
Class CL_ABAP_DOCU_SHORT_REF has no friend class.
Attributes
Class CL_ABAP_DOCU_SHORT_REF has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_SHORT_TEXT Static method Public Method Returns Table of Short Texts for a Keyword 20071210
2 SEARCH_SHORT_REF Static method Public Method Finds Short Reference to Keyword 20071210
Events
Class CL_ABAP_DOCU_SHORT_REF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RESULT Public See coding 20071210 BEGIN OF result, text TYPE string, object TYPE dokil-object, END OF result
2 RESULT_TAB Public See coding 20071210 result_tab TYPE STANDARD TABLE OF RESULT with NON-UNIQUE key object
3 SHORT_TEXT Public See coding 20071210 BEGIN OF short_text, keyword TYPE string, text TYPE string, END OF short_text
4 SHORT_TEXT_TAB Public See coding 20071210 short_text_tab TYPE STANDARD TABLE OF short_text WITH NON-UNIQUE KEY keyword
Method Signatures

Method GET_SHORT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYWORD Call by reference Type reference (TYPE) CSEQUENCE 20071210
2 Returning SHORT_TEXT Value transfer Type reference (TYPE) SHORT_TEXT_TAB 20071210

Method GET_SHORT_TEXT on class CL_ABAP_DOCU_SHORT_REF has no exception.

Method SEARCH_SHORT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEYWORD Call by reference Type reference (TYPE) CSEQUENCE Schlüsselwort 20071210
2 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprache 20071210
3 Returning RESULT Value transfer Type reference (TYPE) CL_ABAP_DOCU_SHORT_REF=>RESULT_TAB Suchergebnis 20071210

Method SEARCH_SHORT_REF on class CL_ABAP_DOCU_SHORT_REF has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711