SAP ABAP Data Element TTROWTYPE (Name of row type for table types)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDTT (Package) DD: Table types
Basic Data
Data Element TTROWTYPE
Short Description Name of row type for table types  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type OBJECTNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name DD_TYPES_AND_IMPLEM_CLIFS    
Search Help: Parameters TYPENAME   
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 15 Row Type 
Medium 15 Row type name 
Long 18 Row type name 
Heading 30 Row Type 
Documentation

Definition

The row type of a table type defines the structure of the rows in an internal table of this type. It can either be copied from an existing type or entered directly.

The following row types are possible:

  • Specification of a data element
    The defined table has unstructured lines that have the attributes (data type, number of places, decimal places, etc.) of the given data element (elementary type).
  • Specification of a structure (table view)
    The rows of the table thus defined are structured to correspond to the definition of the given structure (structured type). The components of the table row have the attributes (such as data type, number of places) of the components in the structure.
    A database table or view always has a structure and is therefore implicitly a structured type. Tables and views can thus be used as the row type of a table type.
  • Specification of a table type
    The rows of the table thus defined are also tables that are built corresponding to the specified table type.
  • Definition of the row type through direct type specification
    Data type, number of places, and, if required, decimal places are entered directly. In this way, you define a table with unstructured rows.
  • Define a reference type
    Here you define a table whose rows have the specified reference type.

If the type of the table row is defined with a direct type definition, the name of the row type is initial.

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