SAP ABAP Table DBFTYPE (DB fields with type and type string)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Table Category INTTAB    Structure 
Structure DBFTYPE   Table Relationship Diagram
Short Description DB fields with type and type string    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 .INCLUDE       0   0   Field description for database tables  
2 NAME DBFIELDNAM DBFIELDNAM CHAR 30   0   Name of the DB field  
3 COLUMN TABFDPOS AS4POS NUMC 4   0   Position of the field in the table  
4 KEYFLAG KEYFLAG KEYFLAG CHAR 1   0   Identifies a key field of a table  
5 KEYPOS KEYPOS KEYPOS NUMC 4   0   Position of the index column within the indexes (1,2..)  
6 .INCLUDE       0   0   Definition of a database domain  
7 TYPE DBTYPE DBTYPE CHAR 20   0   Database type  
8 LENGTH DDLENG DDLENG NUMC 6   0   Length (No. of Characters)  
9 DECIMALS DECIMALS DDLENG NUMC 6   0   Number of Decimal Places  
10 NULLABLE NULLABLE AS4FLAG CHAR 1   0   Null values allowed  
11 DEFAULTVAL DEFAULT_VA DEFAULT_VA CHAR 75   0   Default value for a DB column  
12 DEFAULTPFX DEFAULTPFX SYCHAR03 CHAR 3   0   Prefix/Suffix for a DB default value  
13 STRING TYPESTR CHAR72 CHAR 72   0   String for defining a DB type with CREATE TABLE  
History
Last changed by/on SAP  20130604 
SAP Release Created in 740