SAP ABAP Class CL_WDY_MD_VIEW (Web Dynpro: View)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_VIEW (Package) Web Dynpro: View
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDY_MD_ABSTRACT_VIEW Web Dynpro: View 20021022
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_MD_VIEW Web Dynpro: View 20020812
Properties
Class CL_WDY_MD_VIEW  
Short Description Web Dynpro: View    
Super Class CL_WDY_MD_ABSTRACT_VIEW Web Dynpro: View 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_METADATA_API_VIEW   Web Dynpro: View 
Created 20020802   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WDY_MD_INBOUND_PLUG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WDY_MD_OUTBOUND_PLUG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_WDY_MD_TRANSP_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_WDY_MD_ABSTRACT_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_WDY_MD_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 WDYN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_MD_VIEW Web Dynpro: View 20020812
Friends
# Friend Modeled only Created on Description
1 CL_WDY_MD_ABSTRACT_VIEW 20021202 Web Dynpro: View
2 CL_WDY_MD_ADT_VIEW 20120521 Web Dynpro View Element
3 IF_WDY_MD_VIEW_ELEMENT 20021202
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTEXT_MENUS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_MD_OBJECT_MAP Special Object Map for Web Dynpro Metadata API 20060412
2 DEF_NAME_INTERACTIVE_FORM Constant Private Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME 'INTERACTIVE_FORM' Web Dynpro: Web Dynpro UI Element Definition 20040326
3 ELEMENT_POSITION_TABLE Instance attribute Private Type reference (TYPE) TTYP_ELEM_POS 20090113
4 ENHANCEMENT_METADATA Instance attribute Private Type reference (TYPE) WDY_ENHWDYV_TABLE Web Dynpro: Enhancements of Views 20051206
5 ENH_UI_ELEMENTS Instance attribute Private Type reference (TYPE) WDY_ENH_OBJ_TABLE Web Dynpro: Enhancement Objects 20050421
6 FORCE_OLD_UI_ENH_BEHAVIOUR Instance attribute Private Type reference (TYPE) FLAG 'X' Old Import Procedure for Enhanced Layout 20090113
7 INVALIDATE_ELEMENT_LIST Instance attribute Private Type reference (TYPE) FLAG General Flag 20051019
8 IS_AUTHOR_MODE Instance attribute Private Type reference (TYPE) FLAG ' ' General Flag 20050107
9 LAYOUT_CHANGED Instance attribute Private Type reference (TYPE) FLAG Layout changed 20090113
10 REPAIRED_UI_ELEMENTS Instance attribute Private Type reference (TYPE) WDY_UI_ELEMENT_TABLE . 20060523
11 ROOT_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_WDY_MD_VIEW_ELEMENT 20020913
12 VIEW_CONTAINERS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_MD_OBJECT_MAP Special Object Map for Web Dynpro Metadata API 20020812
13 VIEW_ELEMENTS Instance attribute Private Object reference (TYPE REF TO) CL_WDY_MD_OBJECT_MAP Special Object Map for Web Dynpro Metadata API 20021202
14 VISIBLE_UI_ELEMENTS Static Attribute Protected Type reference (TYPE) LTY_T_VIS_ELEM 20101214
Methods
# Method Level Visibility Method type Description Created on
1 ADD_VIEW_ELEMENT Instance method Private Method 20021202
2 CHECK_AND_REPAIR_LAYOUT_DATA Instance method Private Method 20060523
3 CONSTRUCTOR Instance method Public Constructor Constructor 20021105
4 CREATE_COMPLETE Static method Public Method 20050706
5 CREATE_NEW_ROOT_CONTAINER Instance method Public Method 20070416
6 DELETE_VIEW_ELEMENT Instance method Private Method 20030519
7 DETERMINE_DEFAULT_PROPERTIES Instance method Private Method 20041123
8 FILL_VIEW_ELEMENT Instance method Private Method 20030519
9 FIND_UI_ELEMENT Instance method Public Method 20020906
10 FIND_UI_ELEMENT_BY_POS Instance method Public Method 20040916
11 GET_ACTIVE_UI_PROPERTIES Instance method Public Method 20070115
12 GET_INBOUND_PLUGS Instance method Private Method 20020813
13 GET_INVALIDATE_ELEMENT_LIST Instance method Public Method 20051019
14 GET_NAME Instance method Private Method 20021022
15 GET_OUTBOUND_PLUGS Instance method Private Method 20020813
16 GET_ROOT_UI_ELEM_CONTAINER Instance method Private Method 20020819
17 GET_UI_ELEMENTS_BY_PROP_NAME Static method Public Method 20041122
18 GET_VALID_UI_ELEMENT_NAME Instance method Public Method 20071212
19 GET_VIEW_CONTAINERS Instance method Private Method 20020912
20 GET_VIEW_ELEMENTS Instance method Public Method 20030730
21 IS_UI_PROPERTY_ELEMENT Instance method Private Method 20101214
22 LOAD_UI_TREE Instance method Private Method 20030519
23 RENAME_VIEW_CONTAINER Instance method Public Method 20040227
24 REREAD_UI_ELEMENT_PROPERTIES Instance method Public Method 20061207
25 RESOLVE_CONTEXT_BINDINGS Instance method Private Method 20030519
26 RESOLVE_DDIC_BINDINGS Instance method Private Method 20030812
27 RESOLVE_EVENT_BINDINGS Instance method Private Method 20030519
28 RESOLVE_VIEW_ELEMENT Instance method Private Method 20030519
29 SAVE_UI_TREE Instance method Private Method 20030519
30 SAVE_VIEW_CONTAINERS Instance method Private Method 20020923
31 SET_INVALIDATE_ELEMENT_LIST Instance method Public Method 20051019
32 SET_IS_AUTHOR_MODE Instance method Public Method 20050107
Events
# Event Type Visibility Description Created on
1 RESOLVE_INTERACTIVE_FORMS Static Event
(1)
Public
(2)
20040322
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_VIS_ELEM Protected See coding 20101214 BEGIN OF lty_s_vis_elem, library_name TYPE wdy_md_ui_element_library, definition_name TYPE wdy_md_ui_element_def_name, END OF lty_s_vis_elem
2 LTY_T_ELEM_DEF Protected See coding 20101214 lty_t_elem_def TYPE STANDARD TABLE OF wdy_ui_elem_def
3 LTY_T_VIS_ELEM Protected See coding 20101214 lty_t_vis_elem TYPE SORTED TABLE OF lty_s_vis_elem WITH UNIQUE KEY library_name definition_name
Method Signatures

Method ADD_VIEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20021202

Method ADD_VIEW_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method CHECK_AND_REPAIR_LAYOUT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20060523
2 Returning LAYOUT_DATA_DEFINITION Value transfer Type reference (TYPE) WDY_UI_ELEMENT Web Dynpro : UI-Element 20060523

Method CHECK_AND_REPAIR_LAYOUT_DATA on class CL_WDY_MD_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_OBJECT Ref auf Component/Component Intf. Def. 20060901
2 Importing COMPONENT_NAME Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Applikationsname 20021105
3 Importing CREATED_BY_VERSION Call by reference Type reference (TYPE) FLAG ' ' allgemeines flag 20050425
4 Importing DEFINITION Value transfer Type reference (TYPE) WDY_VIEW Web Dynpro : View einer Applikation 20021105
5 Importing DEVCLASS Value transfer Type reference (TYPE) DEVCLASS Paket 20060920
6 Importing ENHANCEMENT_LIST Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE Web Dynpro: Extensibility, Enhancement-Status 20050408
7 Importing MODIFICATION_LANGUAGE Call by reference Type reference (TYPE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050119
8 Importing READER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_READER 20041117
9 Importing STATE Value transfer Type reference (TYPE) WDY_MD_OBJECT_STATE IF_WDY_MD_OBJECT=>CO_STATE_LOADED Object State eines WebDynpro Metadata Objekts 20021105
10 Importing VERSION Value transfer Type reference (TYPE) R3STATE 'I' ABAP: Programmstatus (aktiv, gesichert, transportiert...) 20021105
11 Importing VERSION_NUMBER Call by reference Type reference (TYPE) VRSD-VERSNO Versionsverwaltung: Versionsnummer 20060330
12 Importing VIEW_NAME Value transfer Type reference (TYPE) WDY_VIEW_NAME Web Dynpro : Name eines Web Dynpro Views 20021105

Method CONSTRUCTOR on class CL_WDY_MD_VIEW has no exception.

Method CREATE_COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT Komponente 20060901
2 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20050706
3 Importing CURRENT_ENHANCEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_TOOL_WDY Enhancement Tool Web Dynpro 20051213
4 Importing ENHANCEMENT_LIST Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE Web Dynpro: Extensibility, Enhancement-Status 20101221
5 Importing SUPPRESS_ACCESS_PERMISSION Value transfer Type reference (TYPE) FLAG '' Unterdrückt Berechtigungsprüfung 20071212
6 Returning VIEW Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW 20050706
7 Importing VIEW_NAME Call by reference Type reference (TYPE) WDY_VIEW_NAME Web Dynpro : Name eines Web Dynpro Views 20050706
# Exception Resumable Description Created on
1 CX_WDY_MD_ACCESS_EXCEPTION 20050706
2 CX_WDY_MD_ALREADY_EXISTING Web Dynpro : Objekt existiert bereits 20050706
3 CX_WDY_MD_CORR_CANCELLED 20050706
4 CX_WDY_MD_ENQUEUE_FAILURE 20050706
5 CX_WDY_MD_NOT_EXISTING Web Dynpro : Objekt existiert nicht 20050706
6 CX_WDY_MD_PERMISSION_FAILURE 20050706

Method CREATE_NEW_ROOT_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROOT_CONTAINER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20070416
2 Importing ROOT_CONTAINER_DEFINITION Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090626
3 Importing ROOT_CONTAINER_DEF_LIBRARY Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20090626

Method CREATE_NEW_ROOT_CONTAINER on class CL_WDY_MD_VIEW has no exception.

Method DELETE_VIEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030519
2 Importing POSITION Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20030519
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT I_WDY_MD_UI_ELEMENT 20030519

Method DELETE_VIEW_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method DETERMINE_DEFAULT_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_BINDINGS Call by reference Type reference (TYPE) WDY_UI_CTX_BIND_TABLE . 20050629
2 Importing ELEMENT_DEFINITION Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20041123
3 Importing ELEMENT_LIBRARY Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web-Dynpro : Name einer UI-Element-Library 20041123
4 Importing ELEMENT_NAME Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines UI-Elements 20041123
5 Changing PROPERTIES Call by reference Type reference (TYPE) WDY_UI_PROPERTY_TABLE . 20041123
6 Exporting TRANSLATABLE_TEXT_PROPERTIES Call by reference Type reference (TYPE) WDY_UI_PROP_DEF_TABLE . 20071009

Method DETERMINE_DEFAULT_PROPERTIES on class CL_WDY_MD_VIEW has no exception.

Method FILL_VIEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030519
2 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDY_MD_VIEW_ELEMENT 20030519

Method FILL_VIEW_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method FIND_UI_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20020906
2 Returning UI_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT I_WDY_MD_UI_ELEMENT 20020906

Method FIND_UI_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method FIND_UI_ELEMENT_BY_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POSITION Call by reference Type reference (TYPE) I 20040916
2 Returning UI_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT I_WDY_MD_UI_ELEMENT 20040916

Method FIND_UI_ELEMENT_BY_POS on class CL_WDY_MD_VIEW has no exception.

Method GET_ACTIVE_UI_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACTIVE_PROPERTIES Value transfer Type reference (TYPE) WDY_UI_PROPERTY_TABLE . 20070115
2 Importing ELEMENT_NAME Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines UI-Elements 20070115
3 Importing ENH_NAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20100312

Method GET_ACTIVE_UI_PROPERTIES on class CL_WDY_MD_VIEW has no exception.

Method GET_INBOUND_PLUGS Signature

Method GET_INBOUND_PLUGS on class CL_WDY_MD_VIEW has no parameter.
Method GET_INBOUND_PLUGS on class CL_WDY_MD_VIEW has no exception.

Method GET_INVALIDATE_ELEMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INVALIDATE Value transfer Type reference (TYPE) FLAG allgemeines flag 20051019

Method GET_INVALIDATE_ELEMENT_LIST on class CL_WDY_MD_VIEW has no exception.

Method GET_NAME Signature

Method GET_NAME on class CL_WDY_MD_VIEW has no parameter.
Method GET_NAME on class CL_WDY_MD_VIEW has no exception.

Method GET_OUTBOUND_PLUGS Signature

Method GET_OUTBOUND_PLUGS on class CL_WDY_MD_VIEW has no parameter.
Method GET_OUTBOUND_PLUGS on class CL_WDY_MD_VIEW has no exception.

Method GET_ROOT_UI_ELEM_CONTAINER Signature

Method GET_ROOT_UI_ELEM_CONTAINER on class CL_WDY_MD_VIEW has no parameter.
Method GET_ROOT_UI_ELEM_CONTAINER on class CL_WDY_MD_VIEW has no exception.

Method GET_UI_ELEMENTS_BY_PROP_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20041122
2 Returning ELEMENTS Value transfer Type reference (TYPE) WDY_UI_ELEMENT_SIMPLE_TABLE Web Dynpro: Tabelle mit einfachen Elementeinträgen 20041122
3 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_PROPERTY_NAME Web Dynpro : Propertyname einer Applikationsklasse 20041122
4 Importing VIEW_NAME Call by reference Type reference (TYPE) WDY_VIEW_NAME Web Dynpro : Name eines Web Dynpro Views 20041122

Method GET_UI_ELEMENTS_BY_PROP_NAME on class CL_WDY_MD_VIEW has no exception.

Method GET_VALID_UI_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INVALID_NAME Call by reference Type reference (TYPE) STRING 20071212
2 Returning VALID_NAME Value transfer Type reference (TYPE) STRING 20071212

Method GET_VALID_UI_ELEMENT_NAME on class CL_WDY_MD_VIEW has no exception.

Method GET_VIEW_CONTAINERS Signature

Method GET_VIEW_CONTAINERS on class CL_WDY_MD_VIEW has no parameter.
Method GET_VIEW_CONTAINERS on class CL_WDY_MD_VIEW has no exception.

Method GET_VIEW_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VIEW_ELEMENTS Value transfer Object reference (TYPE REF TO) IF_OBJECT_MAP 20030730

Method GET_VIEW_ELEMENTS on class CL_WDY_MD_VIEW has no exception.

Method IS_UI_PROPERTY_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT_DEFINITION Call by reference Type reference (TYPE) WDY_UI_ELEM_DEF Web Dynpro : UI-Element-Definition 20101214
2 Importing ELEMENT_DEFINITIONS Call by reference Type reference (TYPE) LTY_T_ELEM_DEF 20101214
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20101214

Method IS_UI_PROPERTY_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method LOAD_UI_TREE Signature

Method LOAD_UI_TREE on class CL_WDY_MD_VIEW has no parameter.
Method LOAD_UI_TREE on class CL_WDY_MD_VIEW has no exception.

Method RENAME_VIEW_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20040227
2 Importing NEW_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20040227
3 Returning VIEW_CONTAINER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_CONTAINER 20040227
# Exception Resumable Description Created on
1 ACTION_FAILED 20040227

Method REREAD_UI_ELEMENT_PROPERTIES Signature

Method REREAD_UI_ELEMENT_PROPERTIES on class CL_WDY_MD_VIEW has no parameter.
Method REREAD_UI_ELEMENT_PROPERTIES on class CL_WDY_MD_VIEW has no exception.

Method RESOLVE_CONTEXT_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENHANCED Call by reference Type reference (TYPE) FLAG ' ' allgemeines flag 20050425
2 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030519
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT Spezielle Object Map für WD-Metadaten-API 20030807

Method RESOLVE_CONTEXT_BINDINGS on class CL_WDY_MD_VIEW has no exception.

Method RESOLVE_DDIC_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENHANCED Call by reference Type reference (TYPE) FLAG ' ' allgemeines flag 20050425
2 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030812
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT Spezielle Object Map für WD-Metadaten-API 20030812

Method RESOLVE_DDIC_BINDINGS on class CL_WDY_MD_VIEW has no exception.

Method RESOLVE_EVENT_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ENHANCED Call by reference Type reference (TYPE) FLAG ' ' allgemeines flag 20050425
2 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030519
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030807

Method RESOLVE_EVENT_BINDINGS on class CL_WDY_MD_VIEW has no exception.

Method RESOLVE_VIEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METADATA Call by reference Object reference (TYPE REF TO) VIEW_ELEMENT_METADATA 20030519
2 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WDY_MD_VIEW_ELEMENT I_WDY_MD_UI_ELEMENT 20030519

Method RESOLVE_VIEW_ELEMENT on class CL_WDY_MD_VIEW has no exception.

Method SAVE_UI_TREE Signature

Method SAVE_UI_TREE on class CL_WDY_MD_VIEW has no parameter.
Method SAVE_UI_TREE on class CL_WDY_MD_VIEW has no exception.

Method SAVE_VIEW_CONTAINERS Signature

Method SAVE_VIEW_CONTAINERS on class CL_WDY_MD_VIEW has no parameter.
Method SAVE_VIEW_CONTAINERS on class CL_WDY_MD_VIEW has no exception.

Method SET_INVALIDATE_ELEMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INVALIDATE Call by reference Type reference (TYPE) FLAG allgemeines flag 20051019

Method SET_INVALIDATE_ELEMENT_LIST on class CL_WDY_MD_VIEW has no exception.

Method SET_IS_AUTHOR_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AUTHOR_MODE Call by reference Type reference (TYPE) FLAG allgemeines flag 20050107

Method SET_IS_AUTHOR_MODE on class CL_WDY_MD_VIEW has no exception.
Event Signatures

Event RESOLVE_INTERACTIVE_FORMS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 INTERACTIVE_FORMS Exporting Value transfer Object reference (TYPE REF TO) IF_OBJECT_MAP 20040322
2 VIEW Exporting Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW 20040322
History
Last changed by/on SAP  20130531 
SAP Release Created in 630