SAP ABAP Data Element WDY_WB_VC_ACTION (Web Dynpro: Action 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_ACTION
Short Description Web Dynpro: Action Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WDY_WB_VC_ACTION    
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 Action 
Medium 15 Action 
Long 20 Action 
Heading 15 Action 
Documentation

Definition

Unique label of an action in a view.

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

Use

An action can be assigned to an event of a UI element in the layout of a view.

This action is executed when the event of the UI element is triggered. This has the effect that the event handler of the action implemented within the view is called.

Dependencies

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

Example

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