SAP ABAP Interface IF_WDY_MD_ADT_VIEW (Web Dynpro View Data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
⤷
SWDP_METADATA_API_ADT (Package) Special stateless API to support AIE

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDY_MD_ADT_VIEW | Web Dynpro View Element | 20120521 |
Properties
Interface | IF_WDY_MD_ADT_VIEW | |
Short Description | Web Dynpro View Data |
General Data
Package | SWDP_METADATA_API_ADT | Special stateless API to support AIE |
Created | 20120518 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WDY_MD_ADT_VIEW has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_WDY_MD_ADT_ABSTRACT_VIEW | Abstract view | 20120524 |
Friends
Interface IF_WDY_MD_ADT_VIEW has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_VIEW_TYPE | Constant | Public | Type reference (TYPE) | WDY_MD_OBJECT_TYPE | WDYN_VTYPE_VIEW | 20130524 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120606 | |
2 | ![]() |
Instance method | Public | Method | 20120522 | |
3 | ![]() |
Instance method | Public | Method | 20120521 | |
4 | ![]() |
Instance method | Public | Method | 20120521 |
Events
Interface IF_WDY_MD_ADT_VIEW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_AGGREGATION | Public | See coding | 20120524 | BEGIN OF gty_s_aggregation,
aggregation_name TYPE wdy_md_ui_element_aggregation,
aggregation TYPE REF TO if_wdy_md_adt_elem_aggregation,
END OF gty_s_aggregation
|
||
2 | GTY_S_CONTEXT_BINDING | Public | See coding | 20120521 | BEGIN OF gty_s_context_binding,
binding_name TYPE wdy_md_object_name,
ui_elem_property TYPE wdy_md_object_name,
bound_ctx_node TYPE wdy_md_object_name,
bound_ctx_attrib TYPE wdy_md_object_name,
not_flag TYPE wdy_boolean,
final_flag TYPE wdy_md_context_property_enum ,
END OF gty_s_context_binding
|
||
3 | GTY_S_DDIC_BINDING | Public | See coding | 20120521 | BEGIN OF gty_s_ddic_binding,
binding_name TYPE wdy_md_object_name,
ui_elem_property TYPE wdy_md_object_name,
abap_type TYPE wdy_md_abap_type,
type_feature TYPE wdy_md_abap_type_feature_enum,
END OF gty_s_ddic_binding
|
||
4 | GTY_S_ELEMENT | Public | See coding | 20120521 | BEGIN OF gty_s_element,
description TYPE gty_s_element_description,
properties TYPE gty_t_property,
event_bindings TYPE gty_t_event_binding,
ddic_bindings TYPE gty_t_ddic_binding,
context_bindings TYPE gty_t_context_binding,
aggregations TYPE gty_t_aggregation,
END OF gty_s_element
|
||
5 | GTY_S_ELEMENT_DESCRIPTION | Public | See coding | 20120521 | BEGIN OF gty_s_element_description,
element_name TYPE wdy_ui_element_name,
element_position TYPE int4,
display_name TYPE wdy_ui_element_name,
ui_elem_def_lib TYPE wdy_md_ui_element_library,
ui_element_def TYPE wdy_md_ui_element_def_name,
parent_name TYPE wdy_ui_element_name,
aggregation_name TYPE wdy_md_ui_element_aggregation,
END OF gty_s_element_description
|
||
6 | GTY_S_EVENT_BINDING | Public | See coding | 20120521 | BEGIN OF gty_s_event_binding,
binding_name TYPE wdy_md_object_name,
ui_elem_event TYPE wdy_md_object_name,
bound_action TYPE wdy_md_object_name,
END OF gty_s_event_binding
|
||
7 | GTY_S_INBOUND_PLUG | Public | Attribute reference (LIKE) | 20120521 |
|
||
8 | GTY_S_OUTBOUND_PLUG | Public | Attribute reference (LIKE) | 20120521 |
|
||
9 | GTY_S_PLUG_PARAM | Public | Attribute reference (LIKE) | 20120521 |
|
||
10 | GTY_S_PROPERTY | Public | See coding | 20120521 | BEGIN OF gty_s_property,
property_name TYPE c LENGTH 30,
property_value TYPE c LENGTH 255,
alias_name TYPE sotr_alias,
concept_id TYPE sotr_conc,
END OF gty_s_property
|
||
11 | GTY_S_UI_TEXT | Public | See coding | 20120622 | BEGIN OF gty_s_ui_text,
element_name TYPE wdy_ui_element_name,
property_name TYPE c LENGTH 30,
text TYPE c LENGTH 255,
alias_name TYPE sotr_alias,
concept_id TYPE sotr_conc,
END OF gty_s_ui_text
|
||
12 | GTY_S_VIEW | Public | See coding | 20120521 | BEGIN OF gty_s_view,
definition TYPE gty_s_view_definition,
layout TYPE gty_s_view_layout,
plugs TYPE gty_s_view_plugs,
END OF gty_s_view
|
||
13 | GTY_S_VIEW_DEFINITION | Public | See coding | 20120522 | BEGIN OF gty_s_view_definition.
INCLUDE TYPE if_wdy_md_adt_abstract_view=>gty_s_view_abs_def.
TYPES:
lifespan TYPE wdy_md_view_lifespan,
root_ui_cont TYPE wdy_ui_element_name,
END OF gty_s_view_definition
|
||
14 | GTY_S_VIEW_LAYOUT | Public | See coding | 20120521 | BEGIN OF gty_s_view_layout,
root_node TYPE gty_s_element,
context_menus TYPE gty_t_element,
END OF gty_s_view_layout
|
||
15 | GTY_S_VIEW_PLUGS | Public | Attribute reference (LIKE) | 20120521 |
|
||
16 | GTY_T_AGGREGATION | Public | See coding | 20120524 | gty_t_aggregation TYPE SORTED TABLE OF gty_s_aggregation WITH UNIQUE KEY aggregation_name
|
||
17 | GTY_T_CONTEXT_BINDING | Public | See coding | 20120521 | gty_t_context_binding TYPE STANDARD TABLE OF gty_s_context_binding WITH DEFAULT KEY
|
||
18 | GTY_T_DDIC_BINDING | Public | See coding | 20120521 | gty_t_ddic_binding TYPE STANDARD TABLE OF gty_s_ddic_binding WITH DEFAULT KEY
|
||
19 | GTY_T_ELEMENT | Public | See coding | 20120521 | gty_t_element TYPE SORTED TABLE OF gty_s_element
WITH UNIQUE KEY description-element_position description-element_name
|
||
20 | GTY_T_EVENT_BINDING | Public | See coding | 20120521 | gty_t_event_binding TYPE STANDARD TABLE OF gty_s_event_binding WITH DEFAULT KEY
|
||
21 | GTY_T_INBOUND_PLUG | Public | Attribute reference (LIKE) | 20120521 |
|
||
22 | GTY_T_OUTBOUND_PLUG | Public | Attribute reference (LIKE) | 20120521 |
|
||
23 | GTY_T_PLUG_PARAM | Public | Attribute reference (LIKE) | 20120521 |
|
||
24 | GTY_T_PROPERTY | Public | See coding | 20120521 | gty_t_property TYPE STANDARD TABLE OF gty_s_property WITH DEFAULT KEY
|
||
25 | GTY_T_UI_TEXT | Public | See coding | 20120622 | gty_t_ui_text TYPE SORTED TABLE OF gty_s_ui_text WITH UNIQUE KEY element_name property_name
|
Method Signatures
Method DELETE Signature
Method DELETE on Interface IF_WDY_MD_ADT_VIEW has no parameter.
Method DELETE on Interface IF_WDY_MD_ADT_VIEW has no exception.
Method LOAD_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFINITION | Call by reference | Type reference (TYPE) | GTY_S_VIEW_DEFINITION | 20120522 |
Method LOAD_DEFINITION on Interface IF_WDY_MD_ADT_VIEW has no exception.
Method LOAD_LAYOUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LAYOUT | Call by reference | Type reference (TYPE) | GTY_S_VIEW_LAYOUT | 20120521 |
Method LOAD_LAYOUT on Interface IF_WDY_MD_ADT_VIEW has no exception.
Method LOAD_PLUGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PLUGS | Call by reference | Type reference (TYPE) | GTY_S_VIEW_PLUGS | 20120521 |
Method LOAD_PLUGS on Interface IF_WDY_MD_ADT_VIEW has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |