表的域定义:
ABAP Dictionary 是SAP System中的一个工具tool, 通过它能存取DB中所有有关于table的定义
(表的定义,字段的定义,data element的定义,domain的定义)。
Field definitions放在ABAP Dictionary中.(贴图)
The basic objects for defining data fields in the ABAP Dictionary有以下三种:
1, table
2, data element (业务语义,这个字段在业务中是表示啥?)
A data element is used for the semantic definition(field label) of a table fields.
3, domain (数据库技术角度的字段类型,在数据库中是以啥形势存放的?)
A domain is used for the techical definition (fields type, length) of a table fields.
A field is not a independent object. It depends on tables and can only be maintained
within a table. 如果一个table definition不存在了,则它的所有field definitions都不存在了.
Relationships Between Tables
1, 在ABAP Dictionary中,主表叫做the check table, 外键表叫做the foreign key table.
SAP System中的所有data和system都保存在database中。
