Data Element list used by SAP ABAP Table DBFIELD (Field description for database tables)
SAP ABAP Table
DBFIELD (Field description for database tables) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBFIELDNAM | Name of the DB field | ||
| 2 | DBTYPE | Database type | ||
| 3 | DDLENG | Length (No. of Characters) | ||
| 4 | DECIMALS | Number of Decimal Places | ||
| 5 | DEFAULTPFX | Prefix/Suffix for a DB default value | ||
| 6 | DEFAULT_VA | Default value for a DB column | ||
| 7 | KEYFLAG | Identifies a key field of a table | ||
| 8 | KEYPOS | Position of the index column within the indexes (1,2..) | ||
| 9 | NULLABLE | Null values allowed | ||
| 10 | TABFDPOS | Position of the field in the table | ||