Field

来源:互联网 发布:淘宝美工的岗位职责 编辑:程序博客网 时间:2024/05/23 11:59

Name in an ABAP program for an area in working memory that has an address and length. Fields are normally occupied by a data object (sometimes by a field symbol or a formal parameter). The contents of fields are interpreted according to the data type of the data object.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
ABAP 程序中一个工作内存区域的名字,具有一个地址和一个长度。字段通常被数据对象(有些时候是字段符号或形式参数)占用。字段的内容会根据数据对象的数据类型来解释。  
原创粉丝点击