SAP ABAP Data Element WDY_WB_VC_METHTYPE (Web Dynpro: Method Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
⤷
SWDP_DWB_TOOL_VIEW_CONTROLLER (Package) Web Dynpro Workbench Tool: View/Controller Editor
⤷
⤷
Basic Data
| Data Element | WDY_WB_VC_METHTYPE |
| Short Description | Web Dynpro: Method Type |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | WDY_WB_VC_METHTYPE | |
| Data Type | NUMC | Character string with only digits |
| Length | 2 | |
| Decimal Places | 0 | |
| Output Length | 2 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | MethodType |
| Medium | 15 | Method Type |
| Long | 20 | Method Type |
| Heading | 15 | Method Type |
Documentation
Definition
The type of a method defines whether you have an event handler, a supply function, or a (normal) method.
- Event Handler
Handlers of an event, a controller, an action, or an inbound plug of a view. - Method
Modularization unit within a view or a controller.
Methods of a view can only be called locally within this view. Methods of a controller (component or custom controller) can also be called from a view or another controller, provided the controller is entered as controller used . - Supply Function
Method for filling a context node.
Use
Dependencies
Example
History
| Last changed by/on | SAP | 20080411 |
| SAP Release Created in | 630 |