SAP ABAP Class CL_WDY_WB_VD_WIZARD_PROVIDER (Prepares the View Designer Wizards)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDY_WB_CONTEXT_VALIDATOR Validator for Context Elements 20091001
Properties
Class CL_WDY_WB_VD_WIZARD_PROVIDER  
Short Description Prepares the View Designer Wizards    
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 20090729   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDY_WB_CONTEXT_VALIDATOR Validator for Context Elements 20091001
Friends
Class CL_WDY_WB_VD_WIZARD_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CTX_PROPERTY_MAPPING_TABLE Instance attribute Private Type reference (TYPE) WDY_WB_VD_CTXPRO_TABLE Web Dynpro: UI Property -> Context Property Mapping 20091001
2 M_DATA_PROVIDER Instance attribute Private Object reference (TYPE REF TO) LCL_WIZARD_DATA_PROVIDER Interface for Data Formatting 20091001
3 M_VD_UTIL Instance attribute Private Object reference (TYPE REF TO) CL_WDY_WB_VD_UTIL View Designer Utilities 20091001
4 M_VIEW Instance attribute Public Object reference (TYPE REF TO) CL_WDY_MD_VIEW 20091001
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_LABEL_FOR_REFERENCE Instance method Private Method Finds Label of Element 20091001
2 CONSTRUCTOR Instance method Public Constructor 20091001
3 CREATE_FORM Instance method Public Method Creates a Container Form 20091001
4 CREATE_NEW_ELEMENT Instance method Private Method Creates UI Element Depending on Aggregation and Definition 20091001
5 CREATE_TABLE_CELLS Instance method Public Method Creates Table Cells and Required Context Bindings 20091001
6 DESTROY Instance method Public Method 20091001
7 FILL_CTX_TABLE_BINDING_TAB Instance method Private Method Analyzes existing context bindings/ structure 20091001
8 HANDLE_OTR_TEXT Instance method Private Method Processes free OTR text or alias 20091001
9 SET_CTX_PROP_BINDINGS_FOR_ELEM Instance method Private Method Creates context attribute property bindings for UI element 20091001
Events
Class CL_WDY_WB_VD_WIZARD_PROVIDER has no event.
Types
Class CL_WDY_WB_VD_WIZARD_PROVIDER has no local type.
Method Signatures

Method CHECK_LABEL_FOR_REFERENCE 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 20091001
2 Returning LABEL Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001

Method CHECK_LABEL_FOR_REFERENCE on class CL_WDY_WB_VD_WIZARD_PROVIDER has no exception.

Method CONSTRUCTOR 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 20091001

Method CONSTRUCTOR on class CL_WDY_WB_VD_WIZARD_PROVIDER has no exception.

Method CREATE_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORM_ROOT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT Formular-Wurzelelement 20091001
2 Returning R_FORM_ROOT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT Möglicherweise geändertes Formular-Wurzelelement 20091001
# Exception Resumable Description Created on
1 CX_WDY_WB_VD_WIZARD_FAILURE Ausnahmeklasse für Wizard Provider 20091001

Method CREATE_NEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATION Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20091001
2 Importing ILLEGAL_ELEMENT_NAME_LIST Call by reference Type reference (TYPE) STRING_TABLE Liste schon vergebener, noch nicht erzeugter Element-Namen 20130304
3 Importing LAYOUT_COLUMNS Call by reference Type reference (TYPE) I 20091001
4 Returning NEW_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001
5 Importing NEW_ELEMENT_DEF_LIBRARY Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20091001
6 Importing NEW_ELEMENT_DEF_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20091001
7 Importing NEW_ELEMENT_NAME Call by reference Type reference (TYPE) WDY_UI_ELEMENT_NAME Web Dynpro : Name eines UI-Elements 20091001
8 Importing PARENT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001
9 Importing POSITION Call by reference Type reference (TYPE) I 20091001

Method CREATE_NEW_ELEMENT on class CL_WDY_WB_VD_WIZARD_PROVIDER has no exception.

Method CREATE_TABLE_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TABLE_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001
2 Importing TABLE_ROOT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001
# Exception Resumable Description Created on
1 CX_WDY_WB_VD_WIZARD_FAILURE Ausnahmeklasse für Wizard Provider 20091001

Method DESTROY Signature

Method DESTROY on class CL_WDY_WB_VD_WIZARD_PROVIDER has no parameter.
Method DESTROY on class CL_WDY_WB_VD_WIZARD_PROVIDER has no exception.

Method FILL_CTX_TABLE_BINDING_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BOUND_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WDY_MD_CONTEXT_NODE 20091001
2 Importing CTX_BINDING Call by reference Object reference (TYPE REF TO) IF_WDY_MD_UI_ELEM_CTX_BINDING 20091001
3 Exporting CTX_BINDING_TAB Call by reference Type reference (TYPE) WDY_WB_VD_TABLE_CTX_BIND_TAB 20091001
4 Exporting CTX_PROPERTY_BINDING_TAB Call by reference Type reference (TYPE) WDY_WB_VD_CTX_PROP_BIND_TABLE Context Property Binding 20091001
5 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001

Method FILL_CTX_TABLE_BINDING_TAB on class CL_WDY_WB_VD_WIZARD_PROVIDER has no exception.

Method HANDLE_OTR_TEXT 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 20091001
2 Importing TEXT Call by reference Type reference (TYPE) STRING 20091001
# Exception Resumable Description Created on
1 CX_WDY_WB_VD_WIZARD_FAILURE Ausnahmeklasse für Wizard Provider 20091001

Method SET_CTX_PROP_BINDINGS_FOR_ELEM 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_CONTEXT_ATTRIBUTE 20091001
2 Importing CONTEXT_PROPERTIES Call by reference Type reference (TYPE) WDY_WB_VD_CTX_PROP_BIND_TABLE UI Context Binding, Context Properties 20091001
3 Importing ELEMENT Call by reference Object reference (TYPE REF TO) IF_WDY_MD_VIEW_ELEMENT 20091001
# Exception Resumable Description Created on
1 ACTION_FAILED 20091001
History
Last changed by/on SAP  20130531 
SAP Release Created in 740