SAP ABAP Data Element TDV_INPUT_HELP_TYPE (Input help type)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SALES_LORD (Package) ERP Sales Lean Order
Basic Data
Data Element TDV_INPUT_HELP_TYPE
Short Description Input help type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DOM_LORD_INPUT_TYPE    
Data Type CHAR   Character String 
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 Input Help 
Medium 15 Input Help 
Long 20 Input Help 
Heading 20 Input Help Type 
Documentation

Definition

This indicator determines what kind of input help type is available is for the field within the LORD API (Lean Order Framework, LO API).

Use

  • If you choose Space, the field does not provide any input help at all.
  • If you choose Search Help, the field provides the results of a query against the specified elementary search help as input help.
  • If you choose Domain Fixed Values, the field provides the fixed values of the specified domain as input help.
  • If you choose Check Table, the field provides the results of a query to the specified check table as input help.

Dependencies

Example

Notes

The LO API determines the result of the input help via method GET_VALUE_LIST of class CL_LORD where the input help type specified above is taken into account.

History
Last changed by/on SAP  20100310 
SAP Release Created in 605