SAP ABAP Data Element READTYPE (Indicator: Transfer with structure)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Basic Data
Data Element READTYPE
Short Description Indicator: Transfer with structure  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
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 W/ structr 
Medium 15 With structure 
Long 25 Transfer with structure 
Heading
Documentation

Definition

This field decides how required fields of the database table are transferred to the text routine. There are two possible options:

Indicator is not checked off: transfer by parameters

  • If a maximum of five table fields only are required to read the field texts, you can enter the field names directly. Only the fields entered are known to the text routine.

Indicator is checked off: transfer by structure

  • If more than five table fields are required, the information must be transferred via a table structure. This structure must be defined in the field Transfer structure. The edit program fills the structure with the values of all the relevant fields and then calls up the text routine. The fields relevant for the text routine can be defined as follows:
    • Check off the field Field for text routine in table T804C.
    • Check off the field T800D-TINPUT in table T800D (this is only relevant for the FI-GLX and CO applications).

History
Last changed by/on SAP  20010607 
SAP Release Created in