SAP ABAP Class IF_WDY_MD_ADT_WINDOW (ADT Window)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_WDY_MD_ADT_ABSTRACT_VIEW | Abstract view | 20120523 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDY_MD_ADT_WINDOW | Web Dynpro View Element | 20120523 |
Properties
| Class | IF_WDY_MD_ADT_WINDOW | |
| Short Description | ADT Window | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120523 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_WDY_MD_ADT_WINDOW has no forward declaration.
Interfaces
Class IF_WDY_MD_ADT_WINDOW has no interface implemented.
Friends
Class IF_WDY_MD_ADT_WINDOW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | WDY_MD_OBJECT_TYPE | WDYN_VTYPE_WINDOW | 20130524 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120606 | ||
| 2 | Instance method | Public | Method | 20120524 | ||
| 3 | Instance method | Public | Method | 20120524 | ||
| 4 | Instance method | Public | Method | 20120524 |
Events
Class IF_WDY_MD_ADT_WINDOW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_INBOUND_PLUG | Public | Attribute reference (LIKE) | 20120523 | |
||
| 2 | GTY_S_LAYOUT | Public | See coding | 20120523 | BEGIN OF gty_s_layout,
navigation_links TYPE gty_t_navigation_link,
view_hierarchy TYPE gty_t_vsh_node,
END OF gty_s_layout
|
||
| 3 | GTY_S_NAVIGATION_LINK | Public | See coding | 20120523 | BEGIN OF gty_s_navigation_link,
nav_link_name TYPE wdy_navig_link_name,
source_plug_view TYPE wdy_view_name,
source_plug_name TYPE if_wdy_md_adt_abstract_view=>gty_plug_name,
source_vuse_wind TYPE wdy_window_name,
source_vuse_name TYPE wdy_vsh_node_name,
nav_targets TYPE gty_t_navigation_target,
END OF gty_s_navigation_link
|
||
| 4 | GTY_S_NAVIGATION_TARGET | Public | See coding | 20120523 | BEGIN OF gty_s_navigation_target,
nav_targref_name TYPE wdy_md_object_name,
target_plug_view TYPE wdy_view_name,
target_plug_name TYPE if_wdy_md_adt_abstract_view=>gty_plug_name,
target_vuse_wind TYPE wdy_window_name,
target_vuse_name TYPE wdy_vsh_node_name,
END OF gty_s_navigation_target
|
||
| 5 | GTY_S_OUTBOUND_PLUG | Public | Attribute reference (LIKE) | 20120523 | |
||
| 6 | GTY_S_PLUG_PARAM | Public | Attribute reference (LIKE) | 20120523 | |
||
| 7 | GTY_S_VIEW_PLUGS | Public | Attribute reference (LIKE) | 20120523 | |
||
| 8 | GTY_S_VSH_NODE | Public | See coding | 20120523 | BEGIN OF gty_s_vsh_node,
vsh_node_name TYPE wdy_vsh_node_name,
pholder_owner TYPE wdy_vsh_node_name,
pholder_name TYPE wdy_vsh_placeholder_name,
used_component TYPE wdy_component_name,
used_view TYPE wdy_view_name,
component_usage TYPE wdy_component_usage_name,
def_inbound_plug TYPE wdy_event_name,
placeholders TYPE gty_t_vsh_placeholder,
END OF gty_s_vsh_node
|
||
| 9 | GTY_S_VSH_PLACEHOLDER | Public | See coding | 20120523 | BEGIN OF gty_s_vsh_placeholder,
vsh_pholder_name TYPE wdy_vsh_placeholder_name,
assigned_cntr TYPE wdy_md_object_name,
default_node TYPE wdy_md_object_name,
END OF gty_s_vsh_placeholder
|
||
| 10 | GTY_S_WINDOW | Public | See coding | 20120523 | BEGIN OF gty_s_window,
definition TYPE gty_s_window_def,
layout TYPE gty_s_layout,
plugs TYPE gty_s_view_plugs,
END OF gty_s_window
|
||
| 11 | GTY_S_WINDOW_DEF | Public | See coding | 20120523 | BEGIN OF gty_s_window_def.
INCLUDE TYPE if_wdy_md_adt_abstract_view=>gty_s_view_abs_def.
TYPES:
def_root_node TYPE wdy_vsh_node_name,
title TYPE sotr_conc,
help_description TYPE sotr_conc,
help_link TYPE string,
visibility TYPE wdy_md_public_private,
END OF gty_s_window_def
|
||
| 12 | GTY_T_INBOUND_PLUG | Public | Attribute reference (LIKE) | 20120523 | |
||
| 13 | GTY_T_NAVIGATION_LINK | Public | See coding | 20120523 | gty_t_navigation_link TYPE STANDARD TABLE OF gty_s_navigation_link
WITH DEFAULT KEY
|
||
| 14 | GTY_T_NAVIGATION_TARGET | Public | See coding | 20120523 | gty_t_navigation_target TYPE STANDARD TABLE OF gty_s_navigation_target
WITH DEFAULT KEY
|
||
| 15 | GTY_T_OUTBOUND_PLUG | Public | Attribute reference (LIKE) | 20120523 | |
||
| 16 | GTY_T_PLUG_PARAM | Public | Attribute reference (LIKE) | 20120523 | |
||
| 17 | GTY_T_VSH_NODE | Public | See coding | 20120523 | gty_t_vsh_node TYPE STANDARD TABLE OF gty_s_vsh_node
WITH DEFAULT KEY
|
||
| 18 | GTY_T_VSH_PLACEHOLDER | Public | See coding | 20120523 | gty_t_vsh_placeholder TYPE STANDARD TABLE OF gty_s_vsh_placeholder
WITH DEFAULT KEY
|
Method Signatures
Method DELETE Signature
Method DELETE on class IF_WDY_MD_ADT_WINDOW has no parameter.
Method DELETE on class IF_WDY_MD_ADT_WINDOW 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_WINDOW_DEF | 20120524 |
Method LOAD_DEFINITION on class IF_WDY_MD_ADT_WINDOW 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_LAYOUT | 20120524 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120702 |
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 | 20120524 |
Method LOAD_PLUGS on class IF_WDY_MD_ADT_WINDOW has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |