SAP ABAP Interface IF_WD_ADAPT_IMPLICIT_READER (Read Implicit Adaptations)
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
Properties
Interface | IF_WD_ADAPT_IMPLICIT_READER | |
Short Description | Read Implicit Adaptations |
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 | IF_WD_CONFIG_COMP_READER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WD_ADAPT_IMPLICIT_READER has no interface.
Friends
Interface IF_WD_ADAPT_IMPLICIT_READER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | FINAL_INFO_FINAL_HIGHER_LEVEL | Constant | Public | Type reference (TYPE) | WDY_CONFIG_FINAL_INFORMATION | IF_WD_CONFIG_COMP_READER=>FINAL_INFO_FINAL_HIGHER_LEVEL | Final at Higher Level (Scope) | 20100817 | |
2 | FINAL_INFO_FINAL_SAME_LEVEL | Constant | Public | Type reference (TYPE) | WDY_CONFIG_FINAL_INFORMATION | IF_WD_CONFIG_COMP_READER=>FINAL_INFO_FINAL_SAME_LEVEL | Final at Current Level (Scope) | 20100817 | |
3 | FINAL_INFO_NOT_FINAL | Constant | Public | Type reference (TYPE) | WDY_CONFIG_FINAL_INFORMATION | IF_WD_CONFIG_COMP_READER=>FINAL_INFO_NOT_FINAL | Not Final | 20100817 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns an adapted aggregation | 20100609 |
2 | ![]() |
Instance method | Public | Method | Returns all adapted aggregations | 20100609 |
3 | ![]() |
Instance method | Public | Method | Returns all preset values | 20100622 |
4 | ![]() |
Instance method | Public | Method | Returns all adapted properties | 20100609 |
5 | ![]() |
Instance method | Public | Method | Returns All Tagging Entries | 20130404 |
6 | ![]() |
Instance method | Public | Method | Returns the API to access metadata | 20100630 |
7 | ![]() |
Instance method | Public | Method | Returns a preset value | 20100622 |
8 | ![]() |
Instance method | Public | Method | Returns an adapted property | 20100609 |
9 | ![]() |
Instance method | Public | Method | Returns the tagging entries of a UI element | 20130408 |
10 | ![]() |
Instance method | Public | Method | Has element been adapted? | 20100712 |
Events
Interface IF_WD_ADAPT_IMPLICIT_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_AGGREGATION_VALUES | Public | See coding | 20100609 | tt_aggregation_values type standard table of t_aggregation_value with default key
|
||
2 | TT_PROPERTY_VALUES | Public | See coding | 20100609 | tt_property_values type standard table of t_property_value with default key
|
||
3 | TT_TAGGING_VALUES | Public | See coding | 20130408 | tt_tagging_values type STANDARD TABLE OF t_tagging_value WITH NON-UNIQUE DEFAULT KEY
|
||
4 | T_AGGREGATION_VALUE | Public | Type reference (TYPE) | WDR_CFG_IMPL_AGGR_VALUE | 20100609 |
|
|
5 | T_PROPERTY_VALUE | Public | Type reference (TYPE) | WDR_CFG_IMPL_PROP_VALUE | 20100609 |
|
|
6 | T_TAGGING_VALUE | Public | See coding | 20130408 | begin of t_tagging_value,
original_controller type wdy_controller_name,
original_context_path type string,
final type wdy_config_final_information,
tags type wdy_tag_tab,
end of t_tagging_value
|
Method Signatures
Method GET_AGGREGATION_VALUE 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 | 20100609 | ||
2 | ![]() |
AGGREGATION_VALUE | Value transfer | Type reference (TYPE) | T_AGGREGATION_VALUE | Wert der Aggregation | 20100609 | ||
3 | ![]() |
ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des UI-Elements | 20100609 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Web Dynpro View | 20100609 |
Method GET_AGGREGATION_VALUE on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_ALL_AGGREGATION_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
AGGREGATION_VALUES | Value transfer | Type reference (TYPE) | TT_AGGREGATION_VALUES | Tabelle mit Liste von Aggregationen | 20100609 |
Method GET_ALL_AGGREGATION_VALUES on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_ALL_PRESET_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PRESET_VALUES | Value transfer | Type reference (TYPE) | TT_PROPERTY_VALUES | Tabelle von vorbelegten Werten | 20100622 |
Method GET_ALL_PRESET_VALUES on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_ALL_PROPERTY_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PROPERTY_VALUES | Value transfer | Type reference (TYPE) | TT_PROPERTY_VALUES | Tabelle mit angepassten Eigenschaften | 20100609 |
Method GET_ALL_PROPERTY_VALUES on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_ALL_TAGGING_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TAGGING_VALUES | Value transfer | Type reference (TYPE) | TT_TAGGING_VALUES | Tabelle mit angepassten Eigenschaften | 20130408 |
Method GET_ALL_TAGGING_VALUES on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_METADATA_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
METADATA_API | Value transfer | Object reference (TYPE REF TO) | IF_WDR_ADAPT_IMPLICIT_METADATA | Information über implizite Anpassungen | 20100630 |
Method GET_METADATA_API on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_PRESET_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 | Name des UI-Elements | 20100622 | ||
2 | ![]() |
PRESET_VALUE | Value transfer | Type reference (TYPE) | T_PROPERTY_VALUE | Vorbelegter (Preset) Wert | 20100622 | ||
3 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Eigenschaft | 20100622 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Web Dynpro View | 20100622 |
Method GET_PRESET_VALUE on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_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 | Name des UI-Elements | 20100609 | ||
2 | ![]() |
PROPERTY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Eigenschaft | 20100609 | ||
3 | ![]() |
PROPERTY_VALUE | Value transfer | Type reference (TYPE) | T_PROPERTY_VALUE | Wert der Eigenschaft | 20100609 | ||
4 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Web Dynpro View | 20100609 |
Method GET_PROPERTY_VALUE on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
Method GET_TAGGING_VALUES_FOR_ELEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ELEMENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130408 | |||
2 | ![]() |
IV_VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Web Dynpro : Name eines Web Dynpro Views | 20130408 | ||
3 | ![]() |
RT_TAGGING_VALUES | Value transfer | Type reference (TYPE) | TT_TAGGING_VALUES | 20130411 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions der Config-API | 20130502 |
Method IS_ELEMENT_ADAPTED 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 | Name des UI-Elements | 20100712 | ||
2 | ![]() |
IS_ADAPTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Wurde das Element angepasst | 20100712 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Web Dynpro View | 20100712 |
Method IS_ELEMENT_ADAPTED on Interface IF_WD_ADAPT_IMPLICIT_READER has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 703 |