SAP ABAP Class CL_WDY_WB_VD_UTIL (Web Dynpro Tools View Designer: Class with Help Methods)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_VIEWDESIGNER (Package) Web Dynpro View Designer
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 WDYN 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 CONTEXT_PROPERTY_MAPPING_TABLE Static Attribute Private Type reference (TYPE) WDY_WB_VD_CTXPRO_TABLE Web Dynpro: UI Property -> Context Property Mapping 20070316
2 ELEMENTS Instance attribute Private Type reference (TYPE) ELEMENT_TAB 20060808
3 ELEMENT_SUBCLASSES Static Attribute Private Type reference (TYPE) T_SUBCLASSES_TAB 20060808
4 IT_WDY_UI_ELEM_DEF Static Attribute Private Type reference (TYPE) T_WDY_UI_ELEM_DEF_TAB 20060808
5 LAYOUT_DATA_DEFS Instance attribute Private Type reference (TYPE) LAYOUT_DATA_DEF_TAB 20091001
6 LAYOUT_DEFS Instance attribute Private Type reference (TYPE) UI_ELEM_DEF_TAB 20091001
7 LIBRARY_TABLE Static Attribute Private Type reference (TYPE) T_LIBRARY_TAB 20060808
8 MARKER_INTF_ELEMENTS_TABLE Instance attribute Private Type reference (TYPE) MARKER_INTERFACE_ELEMENTS_TAB 20091001
9 PROP_CTX_BINDINGS Instance attribute Private Type reference (TYPE) PROP_CTX_BINDING_TAB 20060808
10 PROP_DDIC_BINDINGS Instance attribute Private Type reference (TYPE) PROP_DDIC_BINDING_TAB 20060808
11 PROP_DEFS Instance attribute Private Type reference (TYPE) PROP_DEF_TAB 20060808
12 UI_ELEM_DEF_TABLE Static Attribute Private Type reference (TYPE) T_UI_ELEM_DEF_TAB 20060808
13 VD_UTIL_REFERENCE_TABLE Static Attribute Private Type reference (TYPE) VD_UTIL_REF_TAB Keeps CL_WDY_WB_VD_UTIL references 20071217
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ELEMENT_TAB Instance method Private Method 20030826
2 COMPUTE_SUBCLASSES Static method Private Method Recursive Specification of Subclasses 20040527
3 DESTROY Instance method Public Method 20061115
4 EVALUATE_ABAP_TYPE Instance method Public Method 20041129
5 FIND_ELEMENT_IN_VIEW Instance method Public Method Finds Element by Name 20030826
6 FREE_METADATA_TABLES Instance method Public Method 20070125
7 GET_CONTEXT_ATTRIBUTE_TYPE Static method Public Method Returns DDIC Type for Context Element 20030925
8 GET_CONTEXT_PATH Static method Public Method Gets context path for context element 20021220
9 GET_CTX_BINDING_FOR_PROP Instance method Public Method Get binding for property 20030624
10 GET_CTX_BINDING_FOR_PROPERTY Instance method Public Method Get binding for property 20030113
11 GET_CTX_PROPERTY_MAPPING_TABLE Static method Public Method 20070316
12 GET_DDIC_BINDING_FOR_PROP Instance method Public Method Get binding for property 20071029
13 GET_DDIC_BINDING_FOR_PROPERTY Instance method Public Method Get DDIC Binding to Property 20030813
14 GET_DDIC_FEATURE_VALUE Instance method Public Method 20030822
15 GET_DEFAULT_AGGREGATION Static method Public Method 20080709
16 GET_GENERAL_VD_DEFINITIONS Instance method Public Method Returns some standard UI definitions as tables 20091001
17 GET_INSTANCE Static method Public Method Returns CL_WDY_WB_VD_UTIL reference 20071217
18 GET_LENGTH_FOR_PROPERTY Instance method Public Method Gets Property Length Using Context and/or DDIC Binding 20080902
19 GET_NEXT_VALID_ELEMENT_NAME Instance method Public Method Determines the next valid UI element name 20091001
20 GET_PRIMARY_PROPERTY Static method Public Method Gets primary property for element 20021220
21 GET_PROPERTY_DEFINITION Instance method Public Method Gets property definition for property name 20021220
22 GET_PROPERTY_TYPE Instance method Public Method 20070710
23 GET_PROPERTY_VALUE Instance method Public Method 20030822
24 GET_SUBCLASSES Static method Public Method Returns Derivated Classes for View Element Definition 20040527
25 GET_SUBCLASSES_BY_NAME Static method Public Method Returns Derivated Classes for View Element Definition 20040614
26 GET_TEXT_FOR_PROPERTY Instance method Public Method Gets Property Text Using Context and/or DDIC Binding 20030822
27 GET_TEXT_FOR_PROPERTY_INTERNAL Instance method Private Method Gets Property Text Using Context and/or DDIC Binding 20030826
28 GET_TEXT_FROM_REPOSITORY Static method Public Method Gets text for ID from Repository 20030218
29 GET_VIEW_CNT_FOR_UI_ELEMENT Static method Public Method Get view container for view container UI element 20030114
30 GET_VIEW_CONTROLLER Instance method Private Method 20030826
31 HAS_SUBCLASS_BY_NAME_NAME Static method Public Method Checks whether a view_elem_def contains a specif. subclass 20070720
32 HAS_SUBCLASS_BY_NAME_REF Static method Public Method Checks Whether a view_elem_def Contains a Specif. Subclass 20040617
33 HAS_SUBCLASS_BY_REF_NAME Static method Public Method Checks Whether a view_elem_def Contains a Specif. Subclass 20040617
34 HAS_SUBCLASS_BY_REF_REF Static method Public Method Checks Whether a view_elem_def Contains a Specif. Subclass 20040617
35 IS_CHARTDESIGNER_CUSTOMIZING Static method Public Method 20041115
36 IS_TOOL_BAR_ITEM Static method Public Method 20021220
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 Importing 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 Changing P_SUBCLASSES Call by reference Type reference (TYPE) T_SUBCLASSES 20040527
2 Importing P_SUPER_CLASS Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20040527
3 Importing 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 Exporting DFIES Call by reference Type reference (TYPE) DFIES DD-Schnittstelle: Tabellenfelder für DDIF_FIELDINFO_GET 20041201
2 Exporting DFIES_TAB Call by reference Type reference (TYPE) DFIES_TABLE Table for dfies entries 20080909
3 Exporting FIXED_VALUES Call by reference Type reference (TYPE) DDFIXVALUES allgemeines flag 20041129
4 Exporting IS_BUILT_IN_TYPE Call by reference Type reference (TYPE) SEU_BOOL Boolean 20081008
5 Exporting IS_REFERENCE_TYPE Call by reference Type reference (TYPE) SEU_BOOL Boolean 20081008
6 Exporting OBJ_TYPE Call by reference Type reference (TYPE) DD02V-TABCLASS Tabellenart 20080905
7 Importing 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 Returning ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030826
2 Importing ELEMENT_NAME Call by reference Type reference (TYPE) STRING 20030826
3 Importing 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 Importing CONTEXT_ATTRIBUTE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CTX_VALUE_ATTRIBUTE 20030925
2 Returning 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 Returning CONTEXT_PATH Value transfer Type reference (TYPE) STRING 20021220
2 Importing CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER Web Dynpro : Controller 20021220
3 Importing 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 Returning CTX_BINDING Value transfer Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_CTX_BINDING 20030624
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030624
3 Importing PROPERTY Call by reference Type reference (TYPE) WDY_UI_PROP_DEF 20030624
4 Importing 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 Returning CTX_BINDING Value transfer Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_CTX_BINDING 20030113
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030113
3 Importing 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 Returning 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 Returning DDIC_BINDING Value transfer Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_DDIC_BINDING 20071029
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20071029
3 Importing PROPERTY Call by reference Type reference (TYPE) WDY_UI_PROP_DEF 20071029
4 Importing 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 Returning DDIC_BINDING Value transfer Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_DDIC_BINDING 20030813
2 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030813
3 Importing 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 Importing AS_WAD_TEXT Call by reference Type reference (TYPE) FLAG ABAP_FALSE allgemeines flag 20060809
2 Importing IGNORE_LANGUAGE Call by reference Type reference (TYPE) FLAG '' allgemeines flag 20070710
3 Importing LANGUAGE Call by reference Type reference (TYPE) SY-LANGU SY-LANGU allgemeines flag 20070315
4 Importing MAX_LENGTH Call by reference Type reference (TYPE) I 20030825
5 Importing TYPE_FEATURE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE_FEATURE_ENUM 20030822
6 Importing TYPE_NAME Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE 20030822
7 Returning 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 Returning DEFAULT_AGGR Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20080709
2 Importing 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 Importing INCLUDE_DYNPRO_CONVERSION_LIB Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091001
2 Exporting LAYOUT_DATA_DEFS Call by reference Type reference (TYPE) LAYOUT_DATA_DEF_TAB 20091001
3 Exporting LAYOUT_DEFS Call by reference Type reference (TYPE) UI_ELEM_DEF_TAB 20091001
4 Exporting 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 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Name der Component 20071217
2 Returning VD_UTIL Value transfer Object reference (TYPE REF TO) CL_WDY_WB_VD_UTIL Wb Dynpro Tools ViewDesigner: Klasse mit Hilfsmethoden 20071217
3 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW Web Dynpro: MD API View Referenz 20071217
4 Importing 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20080902
2 Returning LENGTH Value transfer Type reference (TYPE) I 20080902
3 Importing 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 Importing ILLEGAL_ELEMENT_NAME_LIST Call by reference Type reference (TYPE) STRING_TABLE Tabelle mit reservierten Elementnamen 20091001
2 Importing IMPLICIT_NAME Value transfer Type reference (TYPE) FLAG '' Elementname wurde implizit aus Definition bestimmt 20091001
3 Importing INVALID_NAME Call by reference Type reference (TYPE) STRING 20091001
4 Importing P_VIEW Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW 20091001
5 Importing REF_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT Referenz-Element 20091001
6 Returning 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20021220
2 Returning 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20021220
2 Returning 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 Importing 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20070710
2 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_LONG_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20070710
3 Returning 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030822
2 Importing IGNORE_LANGUAGE Call by reference Type reference (TYPE) FLAG '' allgemeines flag 20061012
3 Importing PROPERTY_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_ABS_VIEW_EL_PROP_DEF 20030822
4 Returning 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 Exporting P_RESULT Call by reference Type reference (TYPE) WDY_VIEW_ELEM_TAB Tabelle der Subclasses 20040527
2 Importing P_VIEW_ELEM_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF 20040527
3 Importing 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 Importing P_DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Definition-Name der zu prüfenden Superklasse 20040614
2 Importing P_LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Library-Name der zu prüfenden Superklasse 20040614
3 Exporting P_RESULT Call by reference Type reference (TYPE) WDY_VIEW_ELEM_TAB Tabelle der Subclasses 20040614
4 Importing 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 Importing AS_WAD_TEXT Call by reference Type reference (TYPE) FLAG ABAP_FALSE allgemeines flag 20060809
2 Importing CONTEXT_PATH_ONLY Call by reference Type reference (TYPE) SEU_BOOL ABAP_FALSE 20031010
3 Importing DELEGATE_NAME Call by reference Type reference (TYPE) STRING 20030826
4 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030822
5 Importing FEATURE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE_FEATURE_ENUM WDYN_TYPE_FEATURE_TEXT_MEDIUM 20030828
6 Importing IGNORE_LANGUAGE Call by reference Type reference (TYPE) FLAG '' allgemeines flag 20061012
7 Importing MAX_LENGTH Call by reference Type reference (TYPE) I maximale Länge, falls bekannt 20030825
8 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_LONG_NAME 20030822
9 Returning 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 Importing AS_WAD_TEXT Call by reference Type reference (TYPE) FLAG ABAP_FALSE allgemeines flag 20060809
2 Exporting CONTEXT_PATH Call by reference Type reference (TYPE) STRING 20030826
3 Exporting DDIC_BINDING Call by reference Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_DDIC_BINDING 20030826
4 Exporting DDIC_TEXT Call by reference Type reference (TYPE) STRING 20030826
5 Importing DELEGATE_NAME Call by reference Type reference (TYPE) STRING 20030826
6 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030826
7 Importing FEATURE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE_FEATURE_ENUM 20030828
8 Exporting FROM_PRIMARY Call by reference Type reference (TYPE) SEU_BOOL 20030826
9 Importing IGNORE_LANGUAGE Call by reference Type reference (TYPE) FLAG '' allgemeines flag 20061012
10 Importing MAX_LENGTH Call by reference Type reference (TYPE) I maximale Länge, falls bekannt 20030826
11 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_LONG_NAME 20030826
12 Exporting 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20030218
2 Importing PROPERTY_NAME Call by reference Type reference (TYPE) STRING 20030218
3 Returning 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 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW Web Dynpro : View 20030114
2 Returning VIEW_CNT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_CONTAINER 20030114
3 Importing 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 Returning CONTROLLER Value transfer Object reference (TYPE REF TO) IF_WDY_MD_CONTROLLER 20030826
2 Importing 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 Importing P_DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Definition Name of Superclass 20070720
2 Importing P_LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Library Name of Superclass 20070720
3 Returning P_RESULT Value transfer Type reference (TYPE) SEU_BOOL 'X'->P_SUB_ELEM_DEF Is Subclass of P_VIEW_ELEM_DEF 20070720
4 Importing P_SUB_ELEM_DEFINITION Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20070720
5 Importing P_SUB_ELEM_LIBRARY Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Subclass to Be Checked 20070720
6 Importing 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 Importing P_DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Definitionsname der Superklasse 20040617
2 Importing P_LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Libraryname der Superklasse 20040617
3 Returning P_RESULT Value transfer Type reference (TYPE) SEU_BOOL 'X'->P_SUB_ELEM_DEF ist Subklasse von P_VIEW_ELEM_DEF 20040617
4 Importing P_SUB_ELEM_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF zu prüfende Subklasse 20040617
5 Importing 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 Importing P_DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Definition-Name der zu prüfenden Subklasse 20040617
2 Importing P_LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Library-Name der zu prüfenden Subklasse 20040617
3 Returning P_RESULT Value transfer Type reference (TYPE) SEU_BOOL 'X'->P_LIBRARY/P_DEFINITION.. ist Subkl von P_VIEW_ELEM_DEF 20040617
4 Importing P_VIEW_ELEM_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF Superklasse 20040617
5 Importing 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 Returning P_RESULT Value transfer Type reference (TYPE) SEU_BOOL 'X'->P_SUB_ELEM_DEF ist Subklasse von P_VIEW_ELEM_DEF 20040617
2 Importing P_SUB_ELEM_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF zu prüfende Subklasse 20040617
3 Importing P_VIEW_ELEM_DEF Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF Superklasse 20040617
4 Importing 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 Importing COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20041115
2 Returning IS_CD_CUSTOMIZING Value transfer Type reference (TYPE) FLAG allgemeines flag 20041115
3 Importing 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 Importing DEFINITION Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT_DEF 20080619
2 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Web Dynpro UI-Element Definition 20080619
3 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20021220
4 Returning IS_TOOL_BAR_ITEM Value transfer Type reference (TYPE) FLAG allgemeines flag 20021220
# Exception Resumable Description Created on
1 INVALID_PARAMETERS 20080619
History
Last changed by/on SAP  20130531 
SAP Release Created in 640