SAP ABAP Interface IF_WD_RR_COMPONENT (Runtime Repository API: Component)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_REPOSITORY (Package) Web Dynpro: Runtime Repository

⤷

⤷

Properties
Interface | IF_WD_RR_COMPONENT | |
Short Description | Runtime Repository API: Component |
General Data
Package | SWDP_RUNTIME_REPOSITORY | Web Dynpro: Runtime Repository |
Created | 20040624 | SAP |
Last changed | 20130531 | SAP |
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
Interface IF_WD_RR_COMPONENT has no interface.
Friends
Interface IF_WD_RR_COMPONENT has no friend.
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 | ![]() |
Instance method | Public | Method | Creates a Group of Component Usages | 20041215 |
2 | ![]() |
Static method | Public | Method | Returns the name of the component usages for a component | 20070524 |
3 | ![]() |
Instance method | Public | Method | Returns Metadata of Component Usage Group | 20041215 |
4 | ![]() |
Instance method | Public | Method | Returns Metadata of Component Usage | 20040624 |
5 | ![]() |
Instance method | Public | Method | Returns the metadata of all component usages | 20070524 |
6 | ![]() |
Instance method | Public | Method | Returns properties of the configured editor | 20060125 |
7 | ![]() |
Instance method | Public | Method | Returns Metadata of Controller | 20040624 |
8 | ![]() |
Instance method | Public | Method | Returns the component interfaces implemented by thie comp. | 20070404 |
9 | ![]() |
Static method | Public | Method | Returns the Names of Implementing Components | 20050601 |
10 | ![]() |
Static method | Public | Method | Returns the names of the impl. comp. interfaces for a comp | 20070524 |
11 | ![]() |
Instance method | Public | Method | Name of Component | 20040624 |
12 | ![]() |
Instance method | Public | Method | Returns Metadata of View | 20040624 |
13 | ![]() |
Instance method | Public | Method | Returns Metadata of Window | 20040624 |
14 | ![]() |
Instance method | Public | Method | Checks existence of a window | 20070803 |
Events
Interface 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 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | 20041215 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_CMP_USAGE_GROUP | 20041215 | |||
3 | ![]() |
USED_COMPONENT | Value transfer | Type reference (TYPE) | STRING | 20041215 |
Method CREATE_CMP_USAGE_GROUP on Interface 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 | ![]() |
COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Component | 20070524 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | TY_T_COMPONENT_USAGES | Component-Verwendungen | 20070524 | ||
3 | ![]() |
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 Interface 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 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20041215 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_CMP_USAGE_GROUP | 20041215 |
Method GET_CMP_USAGE_GROUP on Interface 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 | ![]() |
COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | 20040624 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_COMPONENT_USAGE | Runtime Repository API: Component | 20040624 |
Method GET_COMPONENT_USAGE on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | WDRR_CMP_USAGE_OBJECTS | Web Dynpro: Component-Verwendungen | 20070524 |
Method GET_COMPONENT_USAGES on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | WDY_CONFIG_PROPS | Konfigurationseigenschaften einer Komponente | 20060125 |
Method GET_CONFIG_PROPERTIES on Interface 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 | ![]() |
CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20040624 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_CONTROLLER | Runtime Repository API: Component | 20040624 |
Method GET_CONTROLLER on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | 20070404 |
Method GET_IMPLEMENTED_INTERFACES on Interface 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 | ![]() |
COMPONENT_INTF_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Component-Interfaces | 20050601 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20050601 |
Method GET_IMPL_COMPONENTS on Interface 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 | ![]() |
COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Component | 20070524 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING_TABLE | Tabelle von Strings | 20070524 |
Method GET_IMPL_INTERFACES_FOR_CMP on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20040624 |
Method GET_NAME on Interface 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 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_VIEW | Runtime Repository API: Component | 20040624 | ||
2 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20040624 |
Method GET_VIEW on Interface 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 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_RR_WINDOW | Runtime Repository API: Component | 20040624 | ||
2 | ![]() |
WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20040624 |
Method GET_WINDOW on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070803 | |||
2 | ![]() |
WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20070803 |
Method HAS_WINDOW on Interface IF_WD_RR_COMPONENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |