Hierarchy
⤷
⤷
Properties
| Class | CL_WDY_WB_VD_UTIL | |
| Short Description | Web Dynpro Tools View Designer: Class with Help Methods | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_DWB_TOOL_VIEWDESIGNER | Web Dynpro View Designer |
| Created | 20021220 | SAP |
| Last change | 20130531 | 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_WDY_WB_VD_UTIL has no interface implemented.
Friends
Class CL_WDY_WB_VD_UTIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | WDY_WB_VD_CTXPRO_TABLE | Web Dynpro: UI Property -> Context Property Mapping | 20070316 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | ELEMENT_TAB | 20060808 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_SUBCLASSES_TAB | 20060808 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | T_WDY_UI_ELEM_DEF_TAB | 20060808 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | LAYOUT_DATA_DEF_TAB | 20091001 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | UI_ELEM_DEF_TAB | 20091001 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | T_LIBRARY_TAB | 20060808 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | MARKER_INTERFACE_ELEMENTS_TAB | 20091001 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | PROP_CTX_BINDING_TAB | 20060808 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | PROP_DDIC_BINDING_TAB | 20060808 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | PROP_DEF_TAB | 20060808 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | T_UI_ELEM_DEF_TAB | 20060808 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | VD_UTIL_REF_TAB | Keeps CL_WDY_WB_VD_UTIL references | 20071217 |
Methods
Events
Class CL_WDY_WB_VD_UTIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LAYOUT_DATA_DEF | Public | See coding | 20091001 | BEGIN OF layout_data_def,
layout_data TYPE REF TO if_wdy_md_layout_data_def,
layout TYPE REF TO if_wdy_md_layout_def,
is_default TYPE seu_bool,
END OF layout_data_def
|
||
| 2 | LAYOUT_DATA_DEF_TAB | Public | See coding | 20091001 | layout_data_def_tab TYPE STANDARD TABLE OF layout_data_def
|
||
| 3 | MARKER_INTERFACE_ELEMENTS | Public | See coding | 20091001 | begin of marker_interface_elements,
interface_name type WDY_MD_UI_MARKER_INTERFACE,
elements type wdy_view_elem_tab,
end of marker_interface_elements
|
||
| 4 | MARKER_INTERFACE_ELEMENTS_TAB | Public | See coding | 20091001 | marker_interface_elements_tab type sorted table of marker_interface_elements with unique key interface_name
|
||
| 5 | T_LIBRARY | Private | See coding | 20060808 | begin of t_library,
library_name type wdy_md_ui_element_library,
ref type ref to if_wdy_md_ui_element_library,
end of t_library
|
||
| 6 | T_LIBRARY_TAB | Private | See coding | 20060808 | t_library_tab type sorted table of t_library with unique key library_name
|
||
| 7 | T_SUBCLASSES | Private | See coding | 20040527 | begin of T_SUBCLASSES,
library_name type WDY_MD_UI_ELEMENT_LIBRARY,
definition_name type WDY_MD_UI_ELEMENT_DEF_NAME,
subclasses type WDY_VIEW_ELEM_TAB,
end of T_SUBCLASSES
|
||
| 8 | T_SUBCLASSES_TAB | Private | See coding | 20040527 | T_SUBCLASSES_TAB type sorted table of T_SUBCLASSES
with unique key library_name definition_name
|
||
| 9 | T_UI_ELEM_DEF | Private | See coding | 20060808 | begin of t_ui_elem_def,
library_name type wdy_md_ui_element_library,
definition_name type wdy_md_ui_element_def_name,
ref type ref to if_wdy_md_view_element_def,
end of t_ui_elem_def
|
||
| 10 | T_UI_ELEM_DEF_TAB | Private | See coding | 20060808 | t_ui_elem_def_tab type sorted table of t_ui_elem_def with unique key library_name definition_name
|
||
| 11 | T_WDY_UI_ELEM_DEF_TAB | Private | See coding | 20040527 | T_WDY_UI_ELEM_DEF_TAB type sorted table of wdy_ui_elem_def with unique key super_class_lib super_class library_name definition_name
|
||
| 12 | UI_ELEM_DEF_TAB | Public | See coding | 20091001 | ui_elem_def_tab TYPE STANDARD TABLE OF REF TO if_wdy_md_view_element_def
|
Method Signatures
Method BUILD_ELEMENT_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030826 |
Method BUILD_ELEMENT_TAB on class CL_WDY_WB_VD_UTIL has no exception.
Method COMPUTE_SUBCLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SUBCLASSES | Call by reference | Type reference (TYPE) | T_SUBCLASSES | 20040527 | ||||
| 2 | P_SUPER_CLASS | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20040527 | |||
| 3 | P_SUPER_CLASS_LIB | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Web-Dynpro : Name einer UI-Element-Library | 20040527 |
Method COMPUTE_SUBCLASSES on class CL_WDY_WB_VD_UTIL has no exception.
Method DESTROY Signature
Method DESTROY on class CL_WDY_WB_VD_UTIL has no parameter.
Method DESTROY on class CL_WDY_WB_VD_UTIL has no exception.
Method EVALUATE_ABAP_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DFIES | Call by reference | Type reference (TYPE) | DFIES | DD-Schnittstelle: Tabellenfelder für DDIF_FIELDINFO_GET | 20041201 | |||
| 2 | DFIES_TAB | Call by reference | Type reference (TYPE) | DFIES_TABLE | Table for dfies entries | 20080909 | |||
| 3 | FIXED_VALUES | Call by reference | Type reference (TYPE) | DDFIXVALUES | allgemeines flag | 20041129 | |||
| 4 | IS_BUILT_IN_TYPE | Call by reference | Type reference (TYPE) | SEU_BOOL | Boolean | 20081008 | |||
| 5 | IS_REFERENCE_TYPE | Call by reference | Type reference (TYPE) | SEU_BOOL | Boolean | 20081008 | |||
| 6 | OBJ_TYPE | Call by reference | Type reference (TYPE) | DD02V-TABCLASS | Tabellenart | 20080905 | |||
| 7 | TYPE_NAME | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE | Web Dynpro : ABAP-Typ eines Parameters/einer Property | 20041129 |
Method EVALUATE_ABAP_TYPE on class CL_WDY_WB_VD_UTIL has no exception.
Method FIND_ELEMENT_IN_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030826 | ||||
| 2 | ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20030826 | ||||
| 3 | REFERENCE_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030826 |
Method FIND_ELEMENT_IN_VIEW on class CL_WDY_WB_VD_UTIL has no exception.
Method FREE_METADATA_TABLES Signature
Method FREE_METADATA_TABLES on class CL_WDY_WB_VD_UTIL has no parameter.
Method FREE_METADATA_TABLES on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_CONTEXT_ATTRIBUTE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CTX_VALUE_ATTRIBUTE | 20030925 | ||||
| 2 | TYPE | Value transfer | Type reference (TYPE) | WDY_MD_ABAP_TYPE | 20030925 |
Method GET_CONTEXT_ATTRIBUTE_TYPE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_CONTEXT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_PATH | Value transfer | Type reference (TYPE) | STRING | 20021220 | ||||
| 2 | CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | Web Dynpro : Controller | 20021220 | |||
| 3 | CTX_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTEXT_ELEMENT | 20021220 |
Method GET_CONTEXT_PATH on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_CTX_BINDING_FOR_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTX_BINDING | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_CTX_BINDING | 20030624 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030624 | ||||
| 3 | PROPERTY | Call by reference | Type reference (TYPE) | WDY_UI_PROP_DEF | 20030624 | ||||
| 4 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20070522 |
Method GET_CTX_BINDING_FOR_PROP on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_CTX_BINDING_FOR_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTX_BINDING | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_CTX_BINDING | 20030113 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030113 | ||||
| 3 | PROPERTY | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ABS_VIEW_EL_PROP_DEF | I_WDY_MD_UI_ELEMENT_PROPERTY | 20030113 |
Method GET_CTX_BINDING_FOR_PROPERTY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_CTX_PROPERTY_MAPPING_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAPPING_TABLE | Value transfer | Type reference (TYPE) | WDY_WB_VD_CTXPRO_TABLE | Web Dynpro: UI Property -> Context Property Mapping | 20070316 |
Method GET_CTX_PROPERTY_MAPPING_TABLE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_DDIC_BINDING_FOR_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDIC_BINDING | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_DDIC_BINDING | 20071029 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20071029 | ||||
| 3 | PROPERTY | Call by reference | Type reference (TYPE) | WDY_UI_PROP_DEF | 20071029 | ||||
| 4 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20071029 |
Method GET_DDIC_BINDING_FOR_PROP on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_DDIC_BINDING_FOR_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDIC_BINDING | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_DDIC_BINDING | 20030813 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030813 | ||||
| 3 | PROPERTY | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ABS_VIEW_EL_PROP_DEF | I_WDY_MD_UI_ELEMENT_PROPERTY | 20030813 |
Method GET_DDIC_BINDING_FOR_PROPERTY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_DDIC_FEATURE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AS_WAD_TEXT | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | allgemeines flag | 20060809 | ||
| 2 | IGNORE_LANGUAGE | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20070710 | ||
| 3 | LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | allgemeines flag | 20070315 | ||
| 4 | MAX_LENGTH | Call by reference | Type reference (TYPE) | I | 20030825 | ||||
| 5 | TYPE_FEATURE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE_FEATURE_ENUM | 20030822 | ||||
| 6 | TYPE_NAME | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE | 20030822 | ||||
| 7 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20030822 |
Method GET_DDIC_FEATURE_VALUE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_DEFAULT_AGGREGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFAULT_AGGR | Value transfer | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20080709 | |||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20080709 |
Method GET_DEFAULT_AGGREGATION on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_GENERAL_VD_DEFINITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_DYNPRO_CONVERSION_LIB | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091001 | |||
| 2 | LAYOUT_DATA_DEFS | Call by reference | Type reference (TYPE) | LAYOUT_DATA_DEF_TAB | 20091001 | ||||
| 3 | LAYOUT_DEFS | Call by reference | Type reference (TYPE) | UI_ELEM_DEF_TAB | 20091001 | ||||
| 4 | MARKER_INTF_ELEMENTS_TABLE | Call by reference | Type reference (TYPE) | MARKER_INTERFACE_ELEMENTS_TAB | 20091001 |
Method GET_GENERAL_VD_DEFINITIONS on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Name der Component | 20071217 | |||
| 2 | VD_UTIL | Value transfer | Object reference (TYPE REF TO) | CL_WDY_WB_VD_UTIL | Wb Dynpro Tools ViewDesigner: Klasse mit Hilfsmethoden | 20071217 | |||
| 3 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW | Web Dynpro: MD API View Referenz | 20071217 | |||
| 4 | VIEW_NAME | Call by reference | Type reference (TYPE) | WDY_VIEW_NAME | Web Dynpro : Name eines Web Dynpro Views | 20071217 |
Method GET_INSTANCE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_LENGTH_FOR_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20080902 | ||||
| 2 | LENGTH | Value transfer | Type reference (TYPE) | I | 20080902 | ||||
| 3 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | 20080902 |
Method GET_LENGTH_FOR_PROPERTY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_NEXT_VALID_ELEMENT_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ILLEGAL_ELEMENT_NAME_LIST | Call by reference | Type reference (TYPE) | STRING_TABLE | Tabelle mit reservierten Elementnamen | 20091001 | |||
| 2 | IMPLICIT_NAME | Value transfer | Type reference (TYPE) | FLAG | '' | Elementname wurde implizit aus Definition bestimmt | 20091001 | ||
| 3 | INVALID_NAME | Call by reference | Type reference (TYPE) | STRING | 20091001 | ||||
| 4 | P_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW | 20091001 | ||||
| 5 | REF_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | Referenz-Element | 20091001 | |||
| 6 | VALID_NAME | Value transfer | Type reference (TYPE) | STRING | 20091001 |
Method GET_NEXT_VALID_ELEMENT_NAME on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_PRIMARY_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20021220 | ||||
| 2 | PROPERTY | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ABS_VIEW_EL_PROP_DEF | I_WDY_MD_UI_ELEMENT_PROPERTY | 20021220 |
Method GET_PRIMARY_PROPERTY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_PROPERTY_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20021220 | ||||
| 2 | PROPERTY_DEFINITION | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_ABS_VIEW_EL_PROP_DEF | I_WDY_MD_UI_ELEMENT_PROPERTY | 20021220 | |||
| 3 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20021220 |
Method GET_PROPERTY_DEFINITION on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_PROPERTY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20070710 | ||||
| 2 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20070710 | |||
| 3 | PROPERTY_TYPE | Value transfer | Type reference (TYPE) | STRING | 20070710 |
Method GET_PROPERTY_TYPE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_PROPERTY_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030822 | ||||
| 2 | IGNORE_LANGUAGE | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20061012 | ||
| 3 | PROPERTY_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_ABS_VIEW_EL_PROP_DEF | 20030822 | ||||
| 4 | VALUE | Value transfer | Type reference (TYPE) | STRING | 20030822 |
Method GET_PROPERTY_VALUE on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_SUBCLASSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Call by reference | Type reference (TYPE) | WDY_VIEW_ELEM_TAB | Tabelle der Subclasses | 20040527 | |||
| 2 | P_VIEW_ELEM_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | 20040527 | ||||
| 3 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20041112 |
Method GET_SUBCLASSES on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_SUBCLASSES_BY_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_DEF_NAME | Definition-Name der zu prüfenden Superklasse | 20040614 | |||
| 2 | P_LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_LIBRARY | Library-Name der zu prüfenden Superklasse | 20040614 | |||
| 3 | P_RESULT | Call by reference | Type reference (TYPE) | WDY_VIEW_ELEM_TAB | Tabelle der Subclasses | 20040614 | |||
| 4 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20041112 |
Method GET_SUBCLASSES_BY_NAME on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_TEXT_FOR_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AS_WAD_TEXT | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | allgemeines flag | 20060809 | ||
| 2 | CONTEXT_PATH_ONLY | Call by reference | Type reference (TYPE) | SEU_BOOL | ABAP_FALSE | 20031010 | |||
| 3 | DELEGATE_NAME | Call by reference | Type reference (TYPE) | STRING | 20030826 | ||||
| 4 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030822 | ||||
| 5 | FEATURE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE_FEATURE_ENUM | WDYN_TYPE_FEATURE_TEXT_MEDIUM | 20030828 | |||
| 6 | IGNORE_LANGUAGE | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20061012 | ||
| 7 | MAX_LENGTH | Call by reference | Type reference (TYPE) | I | maximale Länge, falls bekannt | 20030825 | |||
| 8 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | 20030822 | ||||
| 9 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20030822 |
Method GET_TEXT_FOR_PROPERTY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_TEXT_FOR_PROPERTY_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AS_WAD_TEXT | Call by reference | Type reference (TYPE) | FLAG | ABAP_FALSE | allgemeines flag | 20060809 | ||
| 2 | CONTEXT_PATH | Call by reference | Type reference (TYPE) | STRING | 20030826 | ||||
| 3 | DDIC_BINDING | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_DDIC_BINDING | 20030826 | ||||
| 4 | DDIC_TEXT | Call by reference | Type reference (TYPE) | STRING | 20030826 | ||||
| 5 | DELEGATE_NAME | Call by reference | Type reference (TYPE) | STRING | 20030826 | ||||
| 6 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030826 | ||||
| 7 | FEATURE | Call by reference | Type reference (TYPE) | WDY_MD_ABAP_TYPE_FEATURE_ENUM | 20030828 | ||||
| 8 | FROM_PRIMARY | Call by reference | Type reference (TYPE) | SEU_BOOL | 20030826 | ||||
| 9 | IGNORE_LANGUAGE | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20061012 | ||
| 10 | MAX_LENGTH | Call by reference | Type reference (TYPE) | I | maximale Länge, falls bekannt | 20030826 | |||
| 11 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_LONG_NAME | 20030826 | ||||
| 12 | PROPERTY_VALUE | Call by reference | Type reference (TYPE) | STRING | 20030826 |
Method GET_TEXT_FOR_PROPERTY_INTERNAL on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_TEXT_FROM_REPOSITORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030218 | ||||
| 2 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | STRING | 20030218 | ||||
| 3 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20030218 |
Method GET_TEXT_FROM_REPOSITORY on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_VIEW_CNT_FOR_UI_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW | Web Dynpro : View | 20030114 | |||
| 2 | VIEW_CNT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_CONTAINER | 20030114 | ||||
| 3 | VIEW_CNT_UI_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030114 |
Method GET_VIEW_CNT_FOR_UI_ELEMENT on class CL_WDY_WB_VD_UTIL has no exception.
Method GET_VIEW_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | 20030826 | ||||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20030826 |
Method GET_VIEW_CONTROLLER on class CL_WDY_WB_VD_UTIL has no exception.
Method HAS_SUBCLASS_BY_NAME_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Definition Name of Superclass | 20070720 | |||
| 2 | P_LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Library Name of Superclass | 20070720 | |||
| 3 | P_RESULT | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'->P_SUB_ELEM_DEF Is Subclass of P_VIEW_ELEM_DEF | 20070720 | |||
| 4 | P_SUB_ELEM_DEFINITION | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20070720 | |||
| 5 | P_SUB_ELEM_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Subclass to Be Checked | 20070720 | |||
| 6 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | General Flag | 20070720 |
Method HAS_SUBCLASS_BY_NAME_NAME on class CL_WDY_WB_VD_UTIL has no exception.
Method HAS_SUBCLASS_BY_NAME_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Definitionsname der Superklasse | 20040617 | |||
| 2 | P_LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Libraryname der Superklasse | 20040617 | |||
| 3 | P_RESULT | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'->P_SUB_ELEM_DEF ist Subklasse von P_VIEW_ELEM_DEF | 20040617 | |||
| 4 | P_SUB_ELEM_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | zu prüfende Subklasse | 20040617 | |||
| 5 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20041112 |
Method HAS_SUBCLASS_BY_NAME_REF on class CL_WDY_WB_VD_UTIL has no exception.
Method HAS_SUBCLASS_BY_REF_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Definition-Name der zu prüfenden Subklasse | 20040617 | |||
| 2 | P_LIBRARY_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Library-Name der zu prüfenden Subklasse | 20040617 | |||
| 3 | P_RESULT | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'->P_LIBRARY/P_DEFINITION.. ist Subkl von P_VIEW_ELEM_DEF | 20040617 | |||
| 4 | P_VIEW_ELEM_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | Superklasse | 20040617 | |||
| 5 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20041112 |
Method HAS_SUBCLASS_BY_REF_NAME on class CL_WDY_WB_VD_UTIL has no exception.
Method HAS_SUBCLASS_BY_REF_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_RESULT | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'->P_SUB_ELEM_DEF ist Subklasse von P_VIEW_ELEM_DEF | 20040617 | |||
| 2 | P_SUB_ELEM_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | zu prüfende Subklasse | 20040617 | |||
| 3 | P_VIEW_ELEM_DEF | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | Superklasse | 20040617 | |||
| 4 | RELOAD | Call by reference | Type reference (TYPE) | FLAG | '' | allgemeines flag | 20041112 |
Method HAS_SUBCLASS_BY_REF_REF on class CL_WDY_WB_VD_UTIL has no exception.
Method IS_CHARTDESIGNER_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20041115 | |||
| 2 | IS_CD_CUSTOMIZING | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20041115 | |||
| 3 | URL | Call by reference | Type reference (TYPE) | STRING | 20041115 |
Method IS_CHARTDESIGNER_CUSTOMIZING on class CL_WDY_WB_VD_UTIL has no exception.
Method IS_TOOL_BAR_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFINITION | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT_DEF | 20080619 | ||||
| 2 | DEFINITION_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Web Dynpro UI-Element Definition | 20080619 | |||
| 3 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20021220 | ||||
| 4 | IS_TOOL_BAR_ITEM | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20021220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080619 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |