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 | ![]() |
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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_WB_VD_CTXPRO_TABLE | Web Dynpro: UI Property -> Context Property Mapping | 20091001 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_WIZARD_DATA_PROVIDER | Interface for Data Formatting | 20091001 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_WDY_WB_VD_UTIL | View Designer Utilities | 20091001 | ||
4 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDY_MD_VIEW | 20091001 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Finds Label of Element | 20091001 |
2 | ![]() |
Instance method | Public | Constructor | 20091001 | |
3 | ![]() |
Instance method | Public | Method | Creates a Container Form | 20091001 |
4 | ![]() |
Instance method | Private | Method | Creates UI Element Depending on Aggregation and Definition | 20091001 |
5 | ![]() |
Instance method | Public | Method | Creates Table Cells and Required Context Bindings | 20091001 |
6 | ![]() |
Instance method | Public | Method | 20091001 | |
7 | ![]() |
Instance method | Private | Method | Analyzes existing context bindings/ structure | 20091001 |
8 | ![]() |
Instance method | Private | Method | Processes free OTR text or alias | 20091001 |
9 | ![]() |
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 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
FORM_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | Formular-Wurzelelement | 20091001 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
AGGREGATION | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20091001 | ||
2 | ![]() |
ILLEGAL_ELEMENT_NAME_LIST | Call by reference | Type reference (TYPE) | STRING_TABLE | Liste schon vergebener, noch nicht erzeugter Element-Namen | 20130304 | ||
3 | ![]() |
LAYOUT_COLUMNS | Call by reference | Type reference (TYPE) | I | 20091001 | |||
4 | ![]() |
NEW_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 | |||
5 | ![]() |
NEW_ELEMENT_DEF_LIBRARY | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20091001 | ||
6 | ![]() |
NEW_ELEMENT_DEF_NAME | Call by reference | Type reference (TYPE) | WDY_MD_OBJECT_NAME | Web Dynpro : Name eines Web Dynpro Metadaten Objekts | 20091001 | ||
7 | ![]() |
NEW_ELEMENT_NAME | Call by reference | Type reference (TYPE) | WDY_UI_ELEMENT_NAME | Web Dynpro : Name eines UI-Elements | 20091001 | ||
8 | ![]() |
PARENT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 | |||
9 | ![]() |
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 | ![]() |
R_TABLE_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 | |||
2 | ![]() |
TABLE_ROOT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
BOUND_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTEXT_NODE | 20091001 | |||
2 | ![]() |
CTX_BINDING | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_UI_ELEM_CTX_BINDING | 20091001 | |||
3 | ![]() |
CTX_BINDING_TAB | Call by reference | Type reference (TYPE) | WDY_WB_VD_TABLE_CTX_BIND_TAB | 20091001 | |||
4 | ![]() |
CTX_PROPERTY_BINDING_TAB | Call by reference | Type reference (TYPE) | WDY_WB_VD_CTX_PROP_BIND_TABLE | Context Property Binding | 20091001 | ||
5 | ![]() |
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 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 | |||
2 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | 20091001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CONTEXT_ATTRIBUTE | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_CONTEXT_ATTRIBUTE | 20091001 | |||
2 | ![]() |
CONTEXT_PROPERTIES | Call by reference | Type reference (TYPE) | WDY_WB_VD_CTX_PROP_BIND_TABLE | UI Context Binding, Context Properties | 20091001 | ||
3 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WDY_MD_VIEW_ELEMENT | 20091001 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20091001 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |