SAP ABAP Class CL_DSH_TA_RESULT_HANDLER (Dictionary Search Helps: Handler for type-ahead results)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-F4 (Application Component) F4 Help
⤷
SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DSH_TA_RESULT_HANDLER | Dictionary Search Helps: Handler for Type-Ahead Results | 20130502 |
Properties
| Class | CL_DSH_TA_RESULT_HANDLER | |
| Short Description | Dictionary Search Helps: Handler for type-ahead results | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDSH | ABAP Dictionary internal: Poss.entries (F4) |
| Created | 20130430 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DSH_TA_RESULT_HANDLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DSH_TA_RESULT_HANDLER | Dictionary Search Helps: Handler for Type-Ahead Results | 20130502 |
Friends
Class CL_DSH_TA_RESULT_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20130521 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | SHLP_DESCR | 20130502 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_SEARCH_TERM | 20130517 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130502 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130508 | ||
| 2 | Instance method | Private | Method | 20130522 | ||
| 3 | Instance method | Private | Constructor | 20130502 | ||
| 4 | Static method | Public | Method | 20130502 | ||
| 5 | Instance method | Private | Method | 20131029 | ||
| 6 | Instance method | Private | Method | 20130521 |
Events
Class CL_DSH_TA_RESULT_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SEARCH_TERM | Private | See coding | 20130517 | BEGIN OF ty_s_search_term,
term TYPE string,
max_distance TYPE i,
END OF ty_s_search_term
|
||
| 2 | TY_T_SEARCH_TERM | Private | See coding | 20130517 | ty_t_search_term TYPE STANDARD TABLE OF ty_s_search_term WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ADD_DYNPRO_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CONVERTED_LINE | Call by reference | Type reference (TYPE) | ANY | 20130508 | ||||
| 2 | I_METADATA_ID | Call by reference | Type reference (TYPE) | FIELDNAME | 20130508 |
Method ADD_DYNPRO_METADATA on class CL_DSH_TA_RESULT_HANDLER has no exception.
Method CALCULATE_MAX_DISTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SEARCH_TERM | Call by reference | Type reference (TYPE) | TY_S_SEARCH_TERM | 20130522 |
Method CALCULATE_MAX_DISTANCE on class CL_DSH_TA_RESULT_HANDLER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SEARCH_HELP_METADATA | Call by reference | Type reference (TYPE) | SHLP_DESCR | 20130502 | ||||
| 2 | I_TYPE_AHEAD_TABLE_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20130502 |
Method CONSTRUCTOR on class CL_DSH_TA_RESULT_HANDLER has no exception.
Method CREATE_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE_AHEAD_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_DSH_TYPE_AHEAD_PROCESSOR | 20130502 | ||||
| 2 | R_RESULT_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_DSH_TA_RESULT_HANDLER | 20130502 |
Method CREATE_INSTANCE on class CL_DSH_TA_RESULT_HANDLER has no exception.
Method DO_TERM_AND_WORD_MATCH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SEARCH_TERM | Call by reference | Type reference (TYPE) | TY_S_SEARCH_TERM | 20131029 | ||||
| 2 | I_WORD | Call by reference | Type reference (TYPE) | STRING | 20131029 | ||||
| 3 | R_THEY_MATCH | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131029 |
Method DO_TERM_AND_WORD_MATCH on class CL_DSH_TA_RESULT_HANDLER has no exception.
Method HIGHLIGHT_TERMS_IN_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CONVERTED_COMPONENT | Call by reference | Type reference (TYPE) | ANY | 20130521 |
Method HIGHLIGHT_TERMS_IN_COMPONENT on class CL_DSH_TA_RESULT_HANDLER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |