SAP ABAP Class CL_WDY_RG_COMPONENT (Component Description)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-GEN (Application Component) Web Screen ABAP Generation
     SWDP_RUNTIME_GENERATION_DT (Package) Web Dynpro: Create Data and Source Code at Design Time
Properties
Class CL_WDY_RG_COMPONENT  
Short Description Component Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_GENERATION_DT   Web Dynpro: Create Data and Source Code at Design Time 
Created 20041028   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDY_RG_COMPONENT has no forward declaration.
Interfaces
Class CL_WDY_RG_COMPONENT has no interface implemented.
Friends
Class CL_WDY_RG_COMPONENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_CACHE Instance attribute Private See coding 20041028
2 F_META_OBJECT Instance attribute Public Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT Component 20041028
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Handicraft Lesson 20041028
2 GET_COMPONENT_CTLR_USAGES Instance method Private Method Return All Used Components 20041107
3 GET_COMPONENT_USAGES Instance method Public Method Return All Used Components 20041107
4 GET_CONTROLLERS Instance method Public Method Returns Descriptions of All Controllers 20041028
5 GET_MAPPINGS Instance method Private Method Usage of Single Controller 20041107
6 GET_MAPPING_RELATION Instance method Private Method Determines External Mappings to Component Usage 20041107
7 GET_PATH Instance method Private Method Returns Path of Context Element as a List of Segments 20041107
Events
Class CL_WDY_RG_COMPONENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COMPONENT_CTLR_USAGE Public See coding 20041107 begin of Ty_S_Component_Ctlr_Usage, Name type String, Handle type ref to if_Wdy_Md_Component_Ctlr_Usage, Mappings type ty_T_Context_Mappings, end of ty_S_Component_Ctlr_Usage
2 TY_S_COMPONENT_USAGE Public See coding 20041107 begin of Ty_S_Component_Usage, Name type String, Handle type ref to if_Wdy_Md_Component_Usage, Used_Comp_Ifc_Name type String, Component_Ctlr_Usages type ty_T_Component_Ctlr_Usages, end of ty_S_Component_Usage
3 TY_S_CONTEXT_MAPPING Public See coding 20041107 begin of ty_S_Context_Mapping, Own_Node type ty_S_Context_Path, Ext_Node type ty_S_Context_Path, Own_Info type WDY_RG_S_NODE_INFO, end of ty_S_Context_Mapping
4 TY_S_CONTEXT_PATH Public Type reference (TYPE) WDY_RG_S_CTX_MAPPING_INFO 20041107
5 TY_S_CONTROLLER Public See coding 20041028 begin of TY_S_CONTROLLER, Name type String, Handle type ref to cl_Wdy_Rg_Controller, end of ty_S_Controller
6 TY_T_COMPONENT_CTLR_USAGES Public See coding 20041107 ty_T_Component_Ctlr_Usages type standard table of ty_S_Component_Ctlr_Usage with default key
7 TY_T_COMPONENT_USAGES Public See coding 20041107 ty_T_Component_Usages type standard table of ty_S_Component_Usage with default key
8 TY_T_CONTEXT_MAPPINGS Public See coding 20041107 ty_T_Context_Mappings type standard table of ty_S_Context_Mapping with default key
9 TY_T_CONTROLLERS Public See coding 20041028 ty_T_Controllers type standard table of ty_S_Controller with default key
Method Signatures

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_COMPONENT Komponente 20041028

Method CONSTRUCTOR on class CL_WDY_RG_COMPONENT has no exception.

Method GET_COMPONENT_CTLR_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing META_OBJECT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT_USAGE Verwendung einer Komponente 20041107
2 Returning RESULT Value transfer Type reference (TYPE) TY_T_COMPONENT_CTLR_USAGES Verwendungen von Controllern in der Komponente 20041107

Method GET_COMPONENT_CTLR_USAGES on class CL_WDY_RG_COMPONENT has no exception.

Method GET_COMPONENT_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_T_COMPONENT_USAGES Verwendungen von Komponenten 20041107

Method GET_COMPONENT_USAGES on class CL_WDY_RG_COMPONENT has no exception.

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) TY_T_CONTROLLERS 20041028

Method GET_CONTROLLERS on class CL_WDY_RG_COMPONENT has no exception.

Method GET_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MD_COMPONENT_CTLR_USAGE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_COMPONENT_CTLR_USAGE Controller in der Verwendung einer Komponente 20041107
2 Returning RESULT Value transfer Type reference (TYPE) TY_T_CONTEXT_MAPPINGS Verwendungbeziehungen eines Controllers 20041107

Method GET_MAPPINGS on class CL_WDY_RG_COMPONENT has no exception.

Method GET_MAPPING_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MD_EXTERNAL_CTLR Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Lokaler Controller zur Vervollständigung des ext. Mappings 20050329
2 Importing MD_EXTERNAL_USAGE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER_USAGE Verwendung eines Controllers 20041122
3 Returning RESULT Value transfer Type reference (TYPE) TY_T_CONTEXT_MAPPINGS 20041107

Method GET_MAPPING_RELATION on class CL_WDY_RG_COMPONENT has no exception.

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MD_CTXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_ELEMENT 20041107
2 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20041107

Method GET_PATH on class CL_WDY_RG_COMPONENT has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 700