SAP ABAP Data Element SEOTYPTF1I (Typing Method (Input Field))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-CLA (Application Component) Class Builder
     SEO (Package) ABAP Objects Class Library Database Layer
Basic Data
Data Element SEOTYPTF1I
Short Description Typing Method (Input Field)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT20    
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 TypingMeth 
Medium 15 Typing Method 
Long 20 Typing Method 
Heading 20 Typing Method 
Documentation

Definition

The typing type sets the typing of an attribute or parameter.

The possible values are:

  • Reference another attribute using LIKE
  • Reference a data type using TYPE
  • Reference an object type using TYPE REF TO
  • Reference a data type using TYPE REF TO DATA
  • Embed an object type (not yet available in ABAP objects)
  • Other typing type (in this case, the type is defined by direct input in the protected or private section)

Enter the value using either the "Possible entries" help or by typing in the value (left-justified and unique). For example, "l..." forLIKE, "t..." for TYPE, or "type r..." or "r..." for TYPE REF TO.

History
Last changed by/on SAP  20130604 
SAP Release Created in 46C