SAP ABAP Interface IF_DSH_SAPGUI_TYPE_AHEAD (Dictionary Search Help: Type Ahead for SAP GUI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-F4 (Application Component) F4 Help
⤷
SDSH (Package) ABAP Dictionary internal: Poss.entries (F4)

⤷

⤷

Properties
Interface | IF_DSH_SAPGUI_TYPE_AHEAD | |
Short Description | Dictionary Search Help: Type Ahead for SAP GUI |
General Data
Package | SDSH | ABAP Dictionary internal: Poss.entries (F4) |
Created | 20130122 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
Interface IF_DSH_SAPGUI_TYPE_AHEAD has no forward declaration.
Interfaces
Interface IF_DSH_SAPGUI_TYPE_AHEAD has no interface.
Friends
Interface IF_DSH_SAPGUI_TYPE_AHEAD has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_TYPE_AHEAD_CODE_PREFIX | Constant | Public | Type reference (TYPE) | STRING | '%_SEARCH' | 20130128 | ||
2 | CO_TYPE_AHEAD_DIALOG_PREFIX | Constant | Public | Type reference (TYPE) | STRING | '%_SEARCH_DIALOG' | 20131029 |
Methods
Interface IF_DSH_SAPGUI_TYPE_AHEAD has no method.
Events
Interface IF_DSH_SAPGUI_TYPE_AHEAD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SCREEN_DATA | Public | See coding | 20130128 | BEGIN OF ty_s_screen_data,
name TYPE string,
value TYPE string,
length TYPE i,
offset TYPE i,
line TYPE i,
area TYPE string,
END OF ty_s_screen_data
|
||
2 | TY_S_TYPE_AHEAD_DATA | Public | See coding | 20130128 | BEGIN OF ty_s_type_ahead_data,
identified_by_dictionary TYPE abap_bool,
BEGIN OF dictionary,
table_name TYPE tabname,
field_name TYPE fieldname,
END OF dictionary,
referenced_field_name TYPE fieldname,
search_help_name TYPE shlpname,
search_help_type TYPE ddshlptyp,
type_ahead_request TYPE if_dsh_type_ahead_processor=>ty_type_ahead_request,
additional_parameters TYPE if_dsh_type_ahead_processor=>ty_s_additional_parameters,
END OF ty_s_type_ahead_data
|
||
3 | TY_T_SCREEN_VALUES | Public | See coding | 20130207 | ty_t_screen_values TYPE STANDARD TABLE OF dynpread WITH NON-UNIQUE DEFAULT KEY
|
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |