SAP ABAP Data Element WDY_CONTEXT_VALUE_HELP_MODE (Web Dynpro Context: Input Help Mode)
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_VALUE_HELP_MODE
Short Description Web Dynpro Context: Input Help Mode  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type WDY_CONTEXT_VALUE_HELP_MODE    
Data Type NUMC   Character string with only digits 
Length 1    
Decimal Places 0    
Output Length 1    
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 Mode 
Medium 16 Input Help Mode 
Long 20 Input Help Mode 
Heading  
Documentation

Definition

You can assign input help to a context attribute in different ways.

  • Automatically

    The search help from the Dictionary that is assigned to the type of the attribute should always be used.

    Whether and which search help is used is displayed is displayed in property Determined search help and cannot be changed.

  • Dictionary search help

    The search help to be specified in property Dictionary search help that has to be defined in the Dictionary.

    Note that within the same context node, import and export parameters for the search help are only determined if a Dictionary structure is assigned to the node.

  • Object value selector

    The input help should be executed by standard component WDR_OVS.

    The component must contain a component usage of standard component WDR_OVS. The name of this component usage has to be specified in property OVS component usage.

  • Freely programmed

    The input help should be freely programmed.

    The component has to contain a component usage of a component. The name of this component usage has to be specified in property Value help component usage. The component that is used has to implement interface IWD_VALUE_HELP.

Use

Dependencies

Example

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