SAP ABAP Interface IF_ADT_WDY_VIEW (WebDynpro View Interface with types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-WDA (Application Component) Web Dynpro ABAP Design Tool for ABAP in Eclipse
⤷
SWDP_ADT (Package) SWDP ADT Development

⤷

⤷

Properties
Interface | IF_ADT_WDY_VIEW | |
Short Description | WebDynpro View Interface with types |
General Data
Package | SWDP_ADT | SWDP ADT Development |
Created | 20120522 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ADT_WDY_VIEW has no forward declaration.
Interfaces
Interface IF_ADT_WDY_VIEW has no interface.
Friends
Interface IF_ADT_WDY_VIEW has no friend.
Attributes
Interface IF_ADT_WDY_VIEW has no attribute.
Methods
Interface IF_ADT_WDY_VIEW has no method.
Events
Interface IF_ADT_WDY_VIEW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_CTX_BINDING_MODEL | Public | See coding | 20130806 | BEGIN OF gty_ctx_binding_model,
uielementsdeflib TYPE gty_wdy_ui_prop_defs,
context TYPE if_wdy_md_adt_controller=>gty_t_context_node,
END OF gty_ctx_binding_model
|
||
2 | GTY_WDY_UI_PROP_DEF | Public | See coding | 20130809 | BEGIN OF gty_wdy_ui_prop_def,
library_name TYPE wdy_md_ui_element_library,
definition_name TYPE wdy_md_ui_element_def_name,
END OF gty_wdy_ui_prop_def
|
||
3 | GTY_WDY_UI_PROP_DEFS | Public | See coding | 20130809 | gty_wdy_ui_prop_defs TYPE SORTED TABLE OF gty_wdy_ui_prop_def
WITH UNIQUE KEY library_name definition_name
|
||
4 | TT_INBOUND_PLUGS | Public | See coding | 20121205 | tt_inbound_plugs TYPE STANDARD TABLE OF ty_inbound_plug WITH DEFAULT KEY
|
||
5 | TT_OUTBOUND_PLUGS | Public | See coding | 20121205 | tt_outbound_plugs TYPE STANDARD TABLE OF ty_outbound_plug WITH DEFAULT KEY
|
||
6 | TT_PARAMETERS | Public | See coding | 20121205 | tt_parameters TYPE STANDARD TABLE OF if_adt_wdy_controller=>ty_parameter WITH DEFAULT KEY
|
||
7 | TT_VIEW | Public | See coding | 20121205 | BEGIN OF tt_view,
views TYPE TABLE OF ty_view WITH DEFAULT KEY,
END OF tt_view
|
||
8 | TY_BTFR_TEXT_DATA | Public | See coding | 20121226 | BEGIN OF ty_btfr_text_data,
concept TYPE c LENGTH 32 ,
paket TYPE c LENGTH 30 ,
alias_name TYPE c LENGTH 50 ,
text TYPE c LENGTH 255 ,
END OF ty_btfr_text_data
|
||
9 | TY_INBOUND_PLUG | Public | See coding | 20121205 | BEGIN OF ty_inbound_plug,
plug_name TYPE c LENGTH 20 ,
in_plug_type TYPE wdy_md_inbound_plug_type,
description TYPE wdy_md_description,
is_intf_item TYPE wdy_boolean,
event_handler_ref TYPE if_adt_tools_core_types=>ty_object_reference,
params TYPE tt_parameters,
END OF ty_inbound_plug
|
||
10 | TY_OUTBOUND_PLUG | Public | See coding | 20121205 | BEGIN OF ty_outbound_plug,
plug_name TYPE c LENGTH 20 ,
out_plug_type TYPE wdy_md_outbound_plug_type,
description TYPE wdy_md_description,
is_intf_item TYPE wdy_boolean,
params TYPE tt_parameters,
END OF ty_outbound_plug
|
||
11 | TY_VIEW | Public | See coding | 20121205 | BEGIN OF ty_view,
controller TYPE if_adt_wdy_controller=>ty_controller,
definition TYPE if_wdy_md_adt_view=>gty_s_view_definition,
layout TYPE if_wdy_md_adt_view=>gty_s_view_layout,
inbound_plugs TYPE tt_inbound_plugs,
outbound_plugs TYPE tt_outbound_plugs,
uielement_definitions TYPE gty_wdy_ui_prop_defs,
preview_url TYPE string,
END OF ty_view
|
||
12 | TY_VIEW_CTX_BIND | Public | See coding | 20130808 | BEGIN OF ty_view_ctx_bind,
context TYPE if_wdy_md_adt_controller=>gty_t_context_node,
uielement_definitions TYPE gty_wdy_ui_prop_defs,
END OF ty_view_ctx_bind
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |