!--a11y-->
You must define the following for a table field in the ABAP Dictionary:
You can also
include the fields of a structure in the table.Assignment of the Data Type, Field Length and Short Text
You can assign the
data type, length and short text in different ways:
data element. The data type, field length (and decimal places) are determined from the domain of the data element. The short description of the data element is assigned to the field as a short text.
Other Assignment Options
search help can be assigned to a field. This search help defines the input help flow on all the screens in which the field is used.
Reference field and reference table: You must specify the table field in which the corresponding unit of measure or currency can be found for fields containing quantities (data type QUAN) or currency amounts (data type CURR).
See also:
Creating Tables