SAP ABAP Interface IF_WDY_MD_ADT_ABSTRACT_VIEW (Abstract view)
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 composition (i COMPRISING i_ref) | IF_WDY_MD_ADT_INTERFACE_VIEW | Interface View Metadata | 20130523 |
2 | Interface composition (i COMPRISING i_ref) | IF_WDY_MD_ADT_VIEW | Web Dynpro View Data | 20120524 |
3 | Interface composition (i COMPRISING i_ref) | IF_WDY_MD_ADT_WINDOW | ADT Window | 20120523 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDY_MD_ADT_ABSTRACT_VIEW | Web Dynpro View Element | 20120523 |
Properties
Interface | IF_WDY_MD_ADT_ABSTRACT_VIEW | |
Short Description | Abstract view |
General Data
Package | SWDP_METADATA_API_ADT | Special stateless API to support AIE |
Created | 20120523 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_WDY_MD_ADT_ABSTRACT_VIEW has no forward declaration.
Interfaces
Interface IF_WDY_MD_ADT_ABSTRACT_VIEW has no interface.
Friends
Interface IF_WDY_MD_ADT_ABSTRACT_VIEW has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_S_EXISTENCE_CHECK_OPTION | Constant | Public | See coding | 20130524 | ||||
2 | C_S_INPLUG_TYPE | Constant | Public | See coding | 20130603 | ||||
3 | C_S_OUTPLUG_TYPE | Constant | Public | See coding | 20130603 | ||||
4 | C_S_PLUG_TYPE | Constant | Public | See coding | 20130603 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120606 |
Events
Interface IF_WDY_MD_ADT_ABSTRACT_VIEW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_PLUG_NAME | Public | See coding | 20120619 | gty_plug_name TYPE c LENGTH 20
|
||
2 | GTY_S_INBOUND_PLUG | Public | See coding | 20120523 | BEGIN OF gty_s_inbound_plug,
plug_name TYPE gty_plug_name,
in_plug_type TYPE wdy_md_inbound_plug_type,
description TYPE wdy_md_description,
is_intf_item TYPE wdy_boolean,
params TYPE gty_t_plug_param,
END OF gty_s_inbound_plug
|
||
3 | GTY_S_OUTBOUND_PLUG | Public | See coding | 20120523 | BEGIN OF gty_s_outbound_plug,
plug_name TYPE gty_plug_name,
out_plug_type TYPE wdy_md_outbound_plug_type,
description TYPE wdy_md_description,
is_intf_item TYPE wdy_boolean,
params TYPE gty_t_plug_param,
END OF gty_s_outbound_plug
|
||
4 | GTY_S_PLUG_PARAM | Public | See coding | 20120523 | BEGIN OF gty_s_plug_param,
parameter_name TYPE wdy_md_object_name,
description TYPE wdy_md_description,
abap_typing TYPE wdy_md_abap_typing_enum,
abap_type TYPE wdy_md_abap_type,
optional TYPE wdy_boolean,
END OF gty_s_plug_param
|
||
5 | GTY_S_VIEW_ABS_DEF | Public | See coding | 20120619 | BEGIN OF gty_s_view_abs_def,
key TYPE wdy_md_view_key,
description TYPE wdy_md_description,
author TYPE wb_created_by,
createdon TYPE wb_created_on,
changedby TYPE wb_changed_by,
changedon TYPE wb_changed_on,
END OF gty_s_view_abs_def
|
||
6 | GTY_S_VIEW_PLUGS | Public | See coding | 20120523 | BEGIN OF gty_s_view_plugs,
inbounds TYPE gty_t_inbound_plug,
outbounds TYPE gty_t_outbound_plug,
END OF gty_s_view_plugs
|
||
7 | GTY_T_INBOUND_PLUG | Public | See coding | 20120523 | gty_t_inbound_plug TYPE STANDARD TABLE OF gty_s_inbound_plug WITH DEFAULT KEY
|
||
8 | GTY_T_OUTBOUND_PLUG | Public | See coding | 20120523 | gty_t_outbound_plug TYPE STANDARD TABLE OF gty_s_outbound_plug WITH DEFAULT KEY
|
||
9 | GTY_T_PLUG_PARAM | Public | See coding | 20120523 | gty_t_plug_param TYPE STANDARD TABLE OF gty_s_plug_param WITH DEFAULT KEY
|
Method Signatures
Method DELETE Signature
Method DELETE on Interface IF_WDY_MD_ADT_ABSTRACT_VIEW has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120606 | ||
2 | ![]() |
20120621 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |