SAP ABAP Class CL_WD_TPA_VIEW_ELEMENT_PROXY (ViewElement Proxy)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
STPDA_TOOL_WDY (Package) TPDA: WDY Tool
⤷
⤷
Properties
| Class | CL_WD_TPA_VIEW_ELEMENT_PROXY | |
| Short Description | ViewElement Proxy | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STPDA_TOOL_WDY | TPDA: WDY Tool |
| Created | 20050504 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WD_TPA_VIEW_ELEMENT_PROXY has no interface implemented.
Friends
Class CL_WD_TPA_VIEW_ELEMENT_PROXY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '{A:initial}' | 20050504 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | '{O:initial}' | 20050504 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro: Web Dynpro UI Element Definition | 20050504 | |||
| 4 | Constant | Public | See coding | 20050504 | |||||
| 5 | Instance attribute | Public | Type reference (TYPE) | STRING | 20050504 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web Dynpro: Name of UI Element Library | 20050504 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | TPDA_SYS_SYMBOBJREF | TPDA: Included in "QuickData" of TPDA_SYS_SYMBQUICK | 20050504 | |||
| 8 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_VIEW_ELEMENT_DESCR | Perforce Change= / 20040604-141028 | 20050504 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | TPDA_SYS_SYMBATTRTYP_D | TPDA: Retrieval Table for get_Symb_Obj | 20050504 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | T_AGGREGATION_MLT_CACHE_TAB | 20050905 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | 20050504 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | T_AGGREGATION_SGL_CACHE_TAB | 20050905 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | I | 1 | 20050504 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | I | 1 | 20050905 | |||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_TPDA_CONTROL | TPDA: Interface UI - Kernel | 20050905 | |||
| 16 | Static Attribute | Private | Type reference (TYPE) | I | 20050905 | ||||
| 17 | Static Attribute | Private | Type reference (TYPE) | STRING | 20050905 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050504 | ||
| 2 | Static method | Public | Method | 20050504 | ||
| 3 | Instance method | Public | Method | Get Aggregation | 20050504 | |
| 4 | Instance method | Public | Method | Get Property | 20050504 | |
| 5 | Instance method | Public | Method | Get and Format Property | 20050504 | |
| 6 | Instance method | Public | Method | Get Property | 20050729 | |
| 7 | Instance method | Public | Method | Get Individual Aggregation | 20050504 | |
| 8 | Static method | Public | Method | 20050905 | ||
| 9 | Static method | Public | Method | 20050504 | ||
| 10 | Instance method | Private | Method | 20050504 | ||
| 11 | Instance method | Protected | Method | 20050504 | ||
| 12 | Instance method | Protected | Method | 20050504 | ||
| 13 | Instance method | Private | Method | 20050504 |
Events
Class CL_WD_TPA_VIEW_ELEMENT_PROXY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_AGGREGATION_ELEMENT | Private | See coding | 20050905 | begin of t_aggregation_element,
view_element type tpda_sys_symbobjref,
view_element_proxy type ref to cl_wd_tpa_view_element_proxy,
end of t_aggregation_element
|
||
| 2 | T_AGGREGATION_ELEMENT_TAB | Private | See coding | 20050905 | t_aggregation_element_tab type standard table of t_aggregation_element with default key
|
||
| 3 | T_AGGREGATION_MLT_CACHE_ENTRY | Private | See coding | 20050905 | begin of t_aggregation_mlt_cache_entry,
aggregation_name type wdy_ui_aggr_def-aggregation_name,
change_count type i,
elements type t_aggregation_element_tab,
end of t_aggregation_mlt_cache_entry
|
||
| 4 | T_AGGREGATION_MLT_CACHE_TAB | Private | See coding | 20050905 | t_aggregation_mlt_cache_tab type standard table of t_aggregation_mlt_cache_entry with default key
|
||
| 5 | T_AGGREGATION_SGL_CACHE_ENTRY | Private | See coding | 20050905 | begin of t_aggregation_sgl_cache_entry,
aggregation_name type wdy_ui_aggr_def-aggregation_name,
view_element type tpda_sys_symbobjref,
view_element_proxy type ref to cl_wd_tpa_view_element_proxy,
change_count type i,
end of t_aggregation_sgl_cache_entry
|
||
| 6 | T_AGGREGATION_SGL_CACHE_TAB | Private | See coding | 20050905 | t_aggregation_sgl_cache_tab type standard table of t_aggregation_sgl_cache_entry with default key
|
||
| 7 | T_BINDING | Public | Type reference (TYPE) | I | 20050504 | |
|
| 8 | T_PROXY_TAB | Public | See coding | 20050504 | T_proxy_TAB type standard table of ref to cl_wd_tpa_view_element_proxy with default key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TPDA | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_CONTROL | TPDA: Schnittstelle UI - Kernel | 20050504 | |||
| 2 | VIEW_ELEMENT | Call by reference | Type reference (TYPE) | TPDA_SYS_SYMBOBJREF | TPDA: Eingehängt in "QuickData" von TPDA_SYS_SYMBQUICK | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF | Value transfer | Object reference (TYPE REF TO) | CL_WD_TPA_VIEW_ELEMENT_PROXY | ViewElement Proxy | 20050504 | |||
| 2 | TPDA | Call by reference | Object reference (TYPE REF TO) | CL_TPDA_CONTROL | TPDA: Schnittstelle UI - Kernel | 20050504 | |||
| 3 | VIEW_ELEMENT | Call by reference | Type reference (TYPE) | TPDA_SYS_SYMBOBJREF | TPDA: Eingehängt in "QuickData" von TPDA_SYS_SYMBQUICK | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method GET_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATEES | Value transfer | Type reference (TYPE) | T_PROXY_TAB | 20050504 | ||||
| 2 | AGGREGATION_NAME | Call by reference | Type reference (TYPE) | WDY_UI_AGGR_DEF-AGGREGATION_NAME | Web-Dynpro : Name einer Viewelementaggregation | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method GET_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION_NAME | Value transfer | Type reference (TYPE) | STRING | 20050504 | ||||
| 2 | EVENT_NAME | Call by reference | Type reference (TYPE) | WDY_UI_EVENT_DEF-EVENT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BINDING_PATH | Value transfer | Type reference (TYPE) | STRING | 20050504 | ||||
| 2 | BINDING_TYPE | Value transfer | Type reference (TYPE) | T_BINDING | 20050504 | ||||
| 3 | CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_TPDA_TOOL_WDR_OBJECT | 20050729 | ||||
| 4 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_PROP_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20050504 | |||
| 5 | RESOLVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050504 | ||||
| 6 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method GET_PROPERTY_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BINDING_PATH | Value transfer | Type reference (TYPE) | STRING | 20050729 | ||||
| 2 | BINDING_TYPE | Value transfer | Type reference (TYPE) | T_BINDING | 20050729 | ||||
| 3 | CONTEXT_ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_TPDA_TOOL_WDR_OBJECT | 20050729 | ||||
| 4 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_PROP_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20050729 | |||
| 5 | RESOLVED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050729 | ||||
| 6 | UI_PROP_DEF | Value transfer | Type reference (TYPE) | WDY_UI_PROP_DEF | Web Dynpro : UI-Element Property Definition | 20050729 | |||
| 7 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20050729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method GET_SINGLE_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGGREGATEE | Value transfer | Object reference (TYPE REF TO) | CL_WD_TPA_VIEW_ELEMENT_PROXY | ViewElement Proxy | 20050504 | |||
| 2 | AGGREGATION_NAME | Call by reference | Type reference (TYPE) | WDY_UI_AGGR_DEF-AGGREGATION_NAME | Web-Dynpro : Name einer Viewelementaggregation | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method HAS_VIEW_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050905 | ||||
| 2 | VIEW_INSTANCE | Call by reference | Type reference (TYPE) | STRING | TPDA: Included in "QuickData" of TPDA_SYS_SYMBQUICK | 20050905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method INVALIDATE Signature
Method INVALIDATE on class CL_WD_TPA_VIEW_ELEMENT_PROXY has no parameter.
Method INVALIDATE on class CL_WD_TPA_VIEW_ELEMENT_PROXY has no exception.
Method _FETCH_DATA Signature
Method _FETCH_DATA on class CL_WD_TPA_VIEW_ELEMENT_PROXY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method _GET_BP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BP | Value transfer | Type reference (TYPE) | WDR_PROPERTY_BINDING | Bindung eines View-Elementes an einen Kontextknoten | 20050504 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method _GET_DP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DP | Value transfer | Type reference (TYPE) | WDR_UIEL_DDIC_PROPERTY | Dictionary-Binding eines Web Dynpro UI Elementes | 20050504 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
Method _GET_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20050504 | ||||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20050504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions der Kernelschnittstelle | 20051221 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |