SAP ABAP Data Element WDY_WB_VC_EVENT (Web Dynpro: Event Name)
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_EVENT
Short Description Web Dynpro: Event Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WDY_WB_VC_EVENT    
Data Type CHAR   Character String 
Length 20    
Decimal Places 0    
Output Length 20    
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 Event 
Medium 15 Event 
Long 20 Event 
Heading 10 Event 
Documentation

Definition

Unique label of an event within a controller.

The label can contain alphanumeric characters and the special character underscore (_). The label must not start with a number, an underscore, or the letter combination "wd".

Use

Events are used for communication between controllers and enable each particular controller to trigger the event handler in another controller.
A cross-component communication can be established using events of the interface controller.

Dependencies

The labels for events, attributes, and methods share the same namespace within the controller - that is, an event cannot have the same name as an attribute or a method.

Example

An event with the name myEvent is triggered by calling the method wd_This->Fire_MyEvent_Evt( ).

History
Last changed by/on SAP  20080411 
SAP Release Created in 630