SAP ABAP Class IF_WDY_MD_ADT_ABSTRACT_VIEW (Abstract view)
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
Class | IF_WDY_MD_ADT_ABSTRACT_VIEW | |
Short Description | Abstract view | |
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_ABSTRACT_VIEW has no forward declaration.
Interfaces
Class IF_WDY_MD_ADT_ABSTRACT_VIEW has no interface implemented.
Friends
Class IF_WDY_MD_ADT_ABSTRACT_VIEW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20130524 | ||||
2 | ![]() |
Constant | Public | See coding | 20130603 | ||||
3 | ![]() |
Constant | Public | See coding | 20130603 | ||||
4 | ![]() |
Constant | Public | See coding | 20130603 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120606 |
Events
Class 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 class 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 |