SAP ABAP Interface IF_DSH_TYPE_AHEAD_PROCESSOR (Dictionary Search Help: Type-Ahead Processor)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_DSH_TYPE_AHEAD_PROCESSOR | Dictionary Search Helps: Type-Ahead Processor | 20121218 |
Properties
| Interface | IF_DSH_TYPE_AHEAD_PROCESSOR | |
| Short Description | Dictionary Search Help: Type-Ahead Processor |
General Data
| Package | SDSH | ABAP Dictionary internal: Poss.entries (F4) |
| Created | 20121218 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no forward declaration.
Interfaces
Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no interface.
Friends
Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MAX_RESULTS | Constant | Public | Type reference (TYPE) | I | 10 | 20130206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121228 | ||
| 2 | Instance method | Public | Method | 20130321 | ||
| 3 | Instance method | Public | Method | Get Type Ahead Values | 20121218 | |
| 4 | Instance method | Public | Method | 20121228 |
Events
Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ADDITIONAL_PARAMETERS | Public | See coding | 20130214 | BEGIN OF ty_s_additional_parameters,
field_values TYPE ty_t_field_values,
END OF ty_s_additional_parameters
|
||
| 2 | TY_S_FIELD_VALUE | Public | See coding | 20130207 | BEGIN OF ty_s_field_value,
name TYPE c LENGTH 132,
params TYPE rseloption,
END OF ty_s_field_value
|
||
| 3 | TY_TYPE_AHEAD_REQUEST | Public | Type reference (TYPE) | DDSH_TEXTSEARCH_REQUEST | 20130129 | |
|
| 4 | TY_T_FIELD_VALUES | Public | See coding | 20130207 | ty_t_field_values TYPE SORTED TABLE OF ty_s_field_value WITH UNIQUE KEY name
|
Method Signatures
Method GET_RESULT_DESCRIPTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TABLE_DESCRIPTOR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | 20121228 |
Method GET_RESULT_DESCRIPTOR on Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no exception.
Method GET_SEARCH_HELP_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SEARCH_HELP_METADATA | Value transfer | Type reference (TYPE) | SHLP_DESCR | 20130321 |
Method GET_SEARCH_HELP_METADATA on Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no exception.
Method GET_TYPE_AHEAD_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TYPE_AHEAD_VALUES | Call by reference | Type reference (TYPE) | ANY TABLE | 20121218 | ||||
| 2 | I_MAX_RESULTS | Call by reference | Type reference (TYPE) | I | CO_MAX_RESULTS | 20130206 | |||
| 3 | I_TYPE_AHEAD_REQUEST | Call by reference | Type reference (TYPE) | TY_TYPE_AHEAD_REQUEST | 20130128 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130306 | |||
| 2 | 20130307 |
Method IS_TYPE_AHEAD_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121228 |
Method IS_TYPE_AHEAD_SUPPORTED on Interface IF_DSH_TYPE_AHEAD_PROCESSOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |