SAP ABAP Interface IF_WDR_ADAPT_IMPLICIT_METADATA (Information Web Dynpro Component)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_CONFIGURATION (Package) Configuration for WD4A

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_ADAPT_IMPLICIT_MD_EMPTY | Trivial Implementation of IF_WDR_ADAPT_IMPLICIT_METADATA | 20101229 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_ADAPT_IMPLICIT_METADATA | Information About Implicit Adaptation | 20100608 |
Properties
Interface | IF_WDR_ADAPT_IMPLICIT_METADATA | |
Short Description | Information Web Dynpro Component |
General Data
Package | SWDP_CONFIGURATION | Configuration for WD4A |
Created | 20100608 | SAP |
Last changed | 20131127 | 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) |
2 | CL_WDY_RG_COMPONENT | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_WD_PERSONALIZATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no interface.
Friends
Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no friend.
Attributes
Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Returns possible aggregations of a UI element | 20100816 |
2 | ![]() |
Instance method | Public | Method | Returns all aggregated elements for an element | 20100630 |
3 | ![]() |
Instance method | Public | Method | Returns all views | 20100630 |
4 | ![]() |
Instance method | Public | Method | Returns the views as "Easy Access" | 20130408 |
5 | ![]() |
Instance method | Public | Method | Returns description of an element | 20100706 |
6 | ![]() |
Instance method | Public | Method | Returns the ABAP type of a property | 20130513 |
7 | ![]() |
Instance method | Public | Method | Returns the value of a property | 20100702 |
8 | ![]() |
Instance method | Public | Method | Returns the adaptation mode for an adaptable property | 20101217 |
9 | ![]() |
Static method | Public | Method | Returns possible adaptations of a UI element | 20100816 |
10 | ![]() |
Static method | Public | Method | Returns possible adaptations of a UI element | 20100816 |
11 | ![]() |
Instance method | Public | Method | Checks whether the element has a form layout | 20100716 |
12 | ![]() |
Instance method | Public | Method | Checks whether the element is a checkbox with an event | 20120604 |
13 | ![]() |
Instance method | Public | Method | Checks whether the element is head data | 20100707 |
14 | ![]() |
Instance method | Public | Method | Checks whether the element is head data | 20100709 |
15 | ![]() |
Instance method | Public | Method | Checks whether the element is a list box with an event | 20111214 |
16 | ![]() |
Instance method | Public | Method | Property expects a CSS size (width, height) | 20100816 |
17 | ![]() |
Instance method | Public | Method | Returns information about whether a text is translatable | 20101217 |
18 | ![]() |
Instance method | Public | Method | Resolves the context mapping | 20130409 |
Events
Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_AGGREGATION_DEFINITIONS | Public | See coding | 20100630 | tt_aggregation_definitions type sorted table of t_aggregation_definition with unique key aggregation_name
|
||
2 | TT_PROPERTY_DEFINITIONS | Public | See coding | 20100630 | tt_property_definitions type sorted table of t_property_definition with unique key property_name
|
||
3 | TT_PROPERTY_VALUE_SET | Public | See coding | 20100706 | tt_property_value_set type standard table of t_property_value_set_item with non-unique key value
|
||
4 | TT_VIEW_ELEMENTS | Public | See coding | 20100630 | tt_view_elements type standard table of t_view_element with key view_id element_id
|
||
5 | T_AGGREGATION_DEFINITION | Public | See coding | 20100707 | begin of t_aggregation_definition,
aggregation_name type string,
aggregation_text type string,
user_changeable type abap_bool,
end of t_aggregation_definition
|
||
6 | T_PROPERTY_DEFINITION | Public | See coding | 20100630 | begin of t_property_definition,
property_name type char30,
type type string,
property_text type string,
property_values type tt_property_value_set,
user_changeable type abap_bool,
end of t_property_definition
|
||
7 | T_PROPERTY_VALUE_SET_ITEM | Public | See coding | 20100706 | begin of t_property_value_set_item,
value type string,
text type string,
is_adaptable type abap_bool,
end of t_property_value_set_item
|
||
8 | T_VIEW_ELEMENT | Public | See coding | 20100630 | begin of t_view_element,
component_id type string,
view_id type string,
element_id type string,
parent_id type string,
display_name type string,
has_aggregated_elements type wdy_boolean,
library_name type wdy_md_ui_element_library,
primary_property_binding type string,
aggregation_name type string,
definition_name type wdy_md_ui_element_def_name,
end of t_view_element
|
Method Signatures
Method GET_AGGREGATION_DEFINITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATIONS | Value transfer | Type reference (TYPE) | TT_AGGREGATION_DEFINITIONS | Aggregation als Tabelle von Strings (IDs) | 20100816 | ||
2 | ![]() |
DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro UI-Element Definition | 20100816 | ||
3 | ![]() |
LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro Name einer UI-Element-Library | 20100816 | ||
4 | ![]() |
SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20100816 |
Method GET_AGGREGATION_DEFINITIONS on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_ALL_AGGREGATED_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Aggregation (falls nicht angegeben: alle) | 20100707 | ||
2 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
3 | ![]() |
VIEW_ELEMENTS | Value transfer | Type reference (TYPE) | TT_VIEW_ELEMENTS | Tabelle von aggregierten Elementen | 20100630 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method GET_ALL_AGGREGATED_ELEMENTS on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_ALL_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VIEWS | Value transfer | Type reference (TYPE) | TT_VIEW_ELEMENTS | Alle Web Dynpro Views der Komponente | 20100630 |
Method GET_ALL_VIEWS on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_ALL_VIEWS_RG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_VIEWS | Value transfer | Type reference (TYPE) | CL_WDY_RG_COMPONENT=>TY_T_CONTROLLERS | 20130408 |
Method GET_ALL_VIEWS_RG on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Value transfer | Type reference (TYPE) | T_VIEW_ELEMENT | Beschreibung des Elements | 20100706 | ||
2 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method GET_ELEMENT on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_ELEMENT_PROPERTY_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130513 | |||
2 | ![]() |
IV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20130513 | |||
3 | ![]() |
RO_PROPERTY_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | Type der Eigenschaft | 20130514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions der Config-API | 20130514 |
Method GET_ELEMENT_PROPERTY_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
2 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Eigenschaft | 20100702 | ||
3 | ![]() |
PROPERTY_VALUE | Value transfer | Type reference (TYPE) | STRING | Wert der Eigenschaft | 20100702 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method GET_ELEMENT_PROPERTY_VALUE on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_P13N_MODE_FOR_PROPERTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20101217 | ||
2 | ![]() |
LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro : Name einer UI-Element-Library | 20101217 | ||
3 | ![]() |
P13N_MODE | Value transfer | Type reference (TYPE) | WDY_MD_P13N_MODE | Personalisierungs-Modus | 20101217 | ||
4 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 30 Characters | 20101217 |
Method GET_P13N_MODE_FOR_PROPERTY on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_PRESET_DEFINITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro UI-Element Definition | 20100816 | ||
2 | ![]() |
LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro Name einer UI-Element-Library | 20100816 | ||
3 | ![]() |
PRESETS | Value transfer | Type reference (TYPE) | TT_PROPERTY_DEFINITIONS | Eigenschaften welche Vorbelegungswerte haben können | 20100816 | ||
4 | ![]() |
SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro: Personalisierungsreichweite | 20100816 |
Method GET_PRESET_DEFINITIONS on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method GET_PROPERTY_DEFINITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro UI-Element Definition | 20100816 | ||
2 | ![]() |
LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro Name einer UI-Element-Library | 20100816 | ||
3 | ![]() |
PROPERTIES | Value transfer | Type reference (TYPE) | TT_PROPERTY_DEFINITIONS | Definitionen der Eigenschaften | 20100816 | ||
4 | ![]() |
SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | IF_WD_PERSONALIZATION=>CO_SCOPE_CONFIG | Web Dynpro Personalisierungsreichweite | 20100816 |
Method GET_PROPERTY_DEFINITIONS on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method HAS_ELEMENT_FORM_LAYOUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
2 | ![]() |
HAS_FORM_LAYOUT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Hat das Element eine FormLayout Aggregation | 20100716 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method HAS_ELEMENT_FORM_LAYOUT on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_CHECKBOX_WITH_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120604 | |||
2 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120604 | |||
3 | ![]() |
WITH_EVENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120604 |
Method IS_CHECKBOX_WITH_EVENT on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_ELEMENT_LAYOUT_HEAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
2 | ![]() |
IS_HEAD | Value transfer | Type reference (TYPE) | ABAP_BOOL | Ist das Element ein HeadData Element | 20100707 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method IS_ELEMENT_LAYOUT_HEAD on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_ELEMENT_LAYOUT_TOP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100716 | ||
2 | ![]() |
IS_TOP | Value transfer | Type reference (TYPE) | ABAP_BOOL | Ist das Element ein TopData Element | 20100709 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100716 |
Method IS_ELEMENT_LAYOUT_TOP on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_LISTBOX_WITH_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20111214 | |||
2 | ![]() |
IS_LISTBOX_WITH_EVENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111214 | |||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20111214 |
Method IS_LISTBOX_WITH_EVENT on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_PROPERTY_CSS_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Element | 20100816 | ||
2 | ![]() |
IS_CSS_SIZE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Erwartet die Eigenschaft CSS konforme Größe (z.B. px, em, %) | 20100816 | ||
3 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro Eigenschaft | 20100816 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro View | 20100816 |
Method IS_PROPERTY_CSS_SIZE on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method IS_TRANSLATABLE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101217 | |||
2 | ![]() |
IS_TRANSLATABLE_TEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101217 | |||
3 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101217 | |||
4 | ![]() |
VIEW_ID | Call by reference | Type reference (TYPE) | CSEQUENCE | 20101217 |
Method IS_TRANSLATABLE_TEXT on Interface IF_WDR_ADAPT_IMPLICIT_METADATA has no exception.
Method RESOLVE_CONTEXT_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130409 | |||
2 | ![]() |
EV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20130409 | |||
3 | ![]() |
IV_CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20130409 | |||
4 | ![]() |
IV_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20130409 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions der Config-API | 20130502 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 703 |