SAP ABAP Class IF_WD_RR_COMPONENT (Runtime Repository API: Component)
Properties
Class IF_WD_RR_COMPONENT  
Short Description Runtime Repository API: Component    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040624   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)
Interfaces
Class IF_WD_RR_COMPONENT has no interface implemented.
Friends
Class IF_WD_RR_COMPONENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Instance attribute Public Type reference (TYPE) STRING 20070316
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CMP_USAGE_GROUP Instance method Public Method Creates a Group of Component Usages 20041215
2 GET_CMP_USAGES_FOR_CMP Static method Public Method Returns the name of the component usages for a component 20070524
3 GET_CMP_USAGE_GROUP Instance method Public Method Returns Metadata of Component Usage Group 20041215
4 GET_COMPONENT_USAGE Instance method Public Method Returns Metadata of Component Usage 20040624
5 GET_COMPONENT_USAGES Instance method Public Method Returns the metadata of all component usages 20070524
6 GET_CONFIG_PROPERTIES Instance method Public Method Returns properties of the configured editor 20060125
7 GET_CONTROLLER Instance method Public Method Returns Metadata of Controller 20040624
8 GET_IMPLEMENTED_INTERFACES Instance method Public Method Returns the component interfaces implemented by thie comp. 20070404
9 GET_IMPL_COMPONENTS Static method Public Method Returns the Names of Implementing Components 20050601
10 GET_IMPL_INTERFACES_FOR_CMP Static method Public Method Returns the names of the impl. comp. interfaces for a comp 20070524
11 GET_NAME Instance method Public Method Name of Component 20040624
12 GET_VIEW Instance method Public Method Returns Metadata of View 20040624
13 GET_WINDOW Instance method Public Method Returns Metadata of Window 20040624
14 HAS_WINDOW Instance method Public Method Checks existence of a window 20070803
Events
Class IF_WD_RR_COMPONENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COMPONENT_USAGE Public See coding 20070524 begin of TY_S_COMPONENT_USAGE, component_usage_name type string, used_component_name type string, implemented_interfaces type string_table, end of ty_s_component_usage
2 TY_T_COMPONENT_USAGES Public See coding 20070524 ty_t_component_usages type hashed table of ty_s_component_usage with unique key component_usage_name
3 TY_T_STRING Public See coding 20070404 TY_T_STRING type standard table of string with default key
Method Signatures

Method CREATE_CMP_USAGE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING 20041215
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_CMP_USAGE_GROUP 20041215
3 Importing USED_COMPONENT Value transfer Type reference (TYPE) STRING 20041215

Method CREATE_CMP_USAGE_GROUP on class IF_WD_RR_COMPONENT has no exception.

Method GET_CMP_USAGES_FOR_CMP 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) STRING Name der Component 20070524
2 Returning RESULT Value transfer Type reference (TYPE) TY_T_COMPONENT_USAGES Component-Verwendungen 20070524
3 Importing WITH_IMPLEMENTED_INTERFACES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Impl. Interfaces der verwendeten Cmp. zurückliefern? 20070524

Method GET_CMP_USAGES_FOR_CMP on class IF_WD_RR_COMPONENT has no exception.

Method GET_CMP_USAGE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20041215
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_CMP_USAGE_GROUP 20041215

Method GET_CMP_USAGE_GROUP on class IF_WD_RR_COMPONENT has no exception.

Method GET_COMPONENT_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_USAGE_NAME Call by reference Type reference (TYPE) STRING 20040624
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_COMPONENT_USAGE Runtime Repository API: Component 20040624

Method GET_COMPONENT_USAGE on class IF_WD_RR_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) WDRR_CMP_USAGE_OBJECTS Web Dynpro: Component-Verwendungen 20070524

Method GET_COMPONENT_USAGES on class IF_WD_RR_COMPONENT has no exception.

Method GET_CONFIG_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) WDY_CONFIG_PROPS Konfigurationseigenschaften einer Komponente 20060125

Method GET_CONFIG_PROPERTIES on class IF_WD_RR_COMPONENT has no exception.

Method GET_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROLLER_NAME Call by reference Type reference (TYPE) STRING 20040624
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_CONTROLLER Runtime Repository API: Component 20040624

Method GET_CONTROLLER on class IF_WD_RR_COMPONENT has no exception.

Method GET_IMPLEMENTED_INTERFACES Signature

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

Method GET_IMPLEMENTED_INTERFACES on class IF_WD_RR_COMPONENT has no exception.

Method GET_IMPL_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_INTF_NAME Call by reference Type reference (TYPE) STRING Name des Component-Interfaces 20050601
2 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20050601

Method GET_IMPL_COMPONENTS on class IF_WD_RR_COMPONENT has no exception.

Method GET_IMPL_INTERFACES_FOR_CMP 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) STRING Name der Component 20070524
2 Returning RESULT Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20070524

Method GET_IMPL_INTERFACES_FOR_CMP on class IF_WD_RR_COMPONENT has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class IF_WD_RR_COMPONENT has no exception.

Method GET_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_VIEW Runtime Repository API: Component 20040624
2 Importing VIEW_NAME Call by reference Type reference (TYPE) STRING 20040624

Method GET_VIEW on class IF_WD_RR_COMPONENT has no exception.

Method GET_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_WD_RR_WINDOW Runtime Repository API: Component 20040624
2 Importing WINDOW_NAME Call by reference Type reference (TYPE) STRING 20040624

Method GET_WINDOW on class IF_WD_RR_COMPONENT has no exception.

Method HAS_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070803
2 Importing WINDOW_NAME Call by reference Type reference (TYPE) STRING 20070803

Method HAS_WINDOW on class IF_WD_RR_COMPONENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in