SAP ABAP Interface IF_WDY_MD_ADT_COMPONENT_QUERY (Query Interface for AIE (Component))
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_COMPONENT_QUERY Query API for AIE (Component) 20120603
Properties
Interface IF_WDY_MD_ADT_COMPONENT_QUERY  
Short Description Query Interface for AIE (Component)    
General Data
Package SWDP_METADATA_API_ADT   Special stateless API to support AIE 
Created 20120603   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no forward declaration.
Interfaces
Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no interface.
Friends
Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GCO_COMPONENT_CONTROLLER Constant Public Type reference (TYPE) WDY_CONTROLLER_TYPE WDYN_CTLR_TYPE_COMPONENT 20120603
2 GCO_CUSTOM_CONTROLLER Constant Public Type reference (TYPE) WDY_CONTROLLER_TYPE WDYN_CTLR_TYPE_CUSTOM 20120603
3 GCO_VIEW_CONTROLLER Constant Public Type reference (TYPE) WDY_CONTROLLER_TYPE WDYN_CTLR_TYPE_VIEW 20120603
4 GCO_WINDOW_CONTROLLER Constant Public Type reference (TYPE) WDY_CONTROLLER_TYPE WDYN_CTLR_TYPE_WINDOW 20120603
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTROLLERS Instance method Public Method 20120603
2 GET_VIEWS Instance method Public Method 20120603
3 GET_WINDOWS Instance method Public Method 20120603
Events
Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_CONTROLLER Public See coding 20120603 begin of gty_s_controller, controller_name type wdy_md_object_name, controller_type type wdy_controller_type, external_usable type abap_bool, internal_usable type abap_bool, external_name type wdy_md_object_name, end of gty_s_controller
2 GTY_S_VIEW Public See coding 20120603 begin of gty_s_view, view_name type wdy_md_object_name, end of gty_s_view
3 GTY_S_WINDOW Public See coding 20120603 begin of gty_s_window, window_name type wdy_md_object_name, is_intf_item type wdy_boolean, end of gty_s_window
4 GTY_T_CONTROLLER Public See coding 20120603 gty_t_controller type standard table of gty_s_controller with key controller_name
5 GTY_T_VIEW Public See coding 20120603 gty_t_view type standard table of gty_s_view with key view_name
6 GTY_T_WINDOW Public See coding 20120603 gty_t_window type standard table of gty_s_window with key window_name
Method Signatures

Method GET_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GTY_T_CONTROLLER 20120603

Method GET_CONTROLLERS on Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no exception.

Method GET_VIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GTY_T_VIEW 20120603

Method GET_VIEWS on Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no exception.

Method GET_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GTY_T_WINDOW 20120603

Method GET_WINDOWS on Interface IF_WDY_MD_ADT_COMPONENT_QUERY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740