SAP ABAP Data Element WDY_CONTEXT_ATTR_DEFAULT_VALUE (Web Dynpro: Default Value of Attribute)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_DWB_TOOL_CONTEXTS (Package) WebDynpro Workbench Tool: Context Editor
Basic Data
Data Element WDY_CONTEXT_ATTR_DEFAULT_VALUE
Short Description Web Dynpro: Default Value of Attribute  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type STRG   Character String of Variable Length 
Length 0    
Decimal Places 0    
Output Length 0    
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 Default 
Medium 15 Default Value 
Long 20 Default Value 
Heading  
Documentation

Definition

You can assign a preset value to the attribute. This value is specified by the property "Default Value".

Use

Dependencies

Whether and which preset values of an attribute are allowed depends on the type specification and the attribute type.

For attributes with the type specification 'type", the system checks whether the preset value is a valid value of the specificed type. The value is converted to a standard format, if necessary.

For attributes with the type specification "type ref to", the presetting is not possible.

Example

For an attribute with the type specification "Type" and the type TMS (time type),

  • "14:00:00" is valid
  • "1" is valid (and is converted to the standard format 01:00:00)
  • "14A" is invalid (and is rejected)

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