Chinaunix首页 | 论坛 | 博客
  • 博客访问: 229071
  • 博文数量: 17
  • 博客积分: 50
  • 博客等级: 民兵
  • 技术积分: 329
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-31 20:05
个人简介

linux kernal research

文章分类

全部博文(17)

文章存档

2023年(7)

2013年(10)

分类: 项目管理

2013-08-29 11:15:02



dataelement
  tells semantic attributes of a field

 

domain tells technical attributes of a field

 

domain

 

A table is composed of fields. To create a field you need a data element. A data element's definition requires a domain.

 

The domain contains the technical characteristics of a field, such as the field length and data type.

 

When you create a new field, you must decide whether to create a new domain or reuse an existing one. To make this decision, determine whether the data type or length of your field should be dependent on an existing SAP field. If your field should be independent, create a new domain. If your field should be dependent, reuse an existing SAP domain. Similarly, you should reuse data elements if your field labels and documentation should change when SAP changes theirs.

 

**********************************

 

Data element provides business context. i.e., it provides field labels for the field in the backend,

 

Data type :

A data element is an elementary type. It describes the type attributes (data type, field length and possibly the number of decimal places) and screen information (explanatory text or field help) about unstructured data objects (table fields and structure fields or variables).

 

Table fields and structure fields with the same contents should refer to the same data element. This ensures that the attributes of these fields are always consistent.

 

A data element can be referenced in ABAP programs with TYPE. This permits you to define variables that take on the type attributes of the data element in an ABAP program.

 

Domain :

A domain describes the technical attributes of a field, such as the data type or the number of positions in a field. The domain defines primarily a value range describing the valid data values for the fields referring to this domain.

 

Different technical fields of the same type can be combined in a domain. Fields referring to the same domain are changed at the same time when a domain is changed. This ensures the consistency of these fields.

 

Additional info about data element

1.Data type, number of places and possibly the decimal places were entered directly. In this case the field is not filled.

2.A data element is assigned to the field. The field then gets its data type, length and possibly decimal places from this data element. The semantic attributes of the element (field help, representation of the field in input templates with keyword text, column headers for list output of the table contents and editing of the output with parameter IDs) are also copied.

=======================================
数据类型告诉你字段的语义属性
 
告诉你字段的技术属性
 

 
一个表的字段组成。要创建一个字段,你需要一个的数据元素。一个数据元素的定义需要一个
 
该域包含一个领域的技术特点,例如字段长度和数据类型。
 
当你创建一个新的领域,你必须决定是否要创建一个新的域或重用现有的。要做出这个决定,确定性的数据类型或长度yourfield是否应该是依赖于现有的SAP领域。如果yourfield应该是独立的,创建一个新的领域。如果yourfield应该依赖,重用现有的SAP域。同样,你应该重用的数据元素,如果您的字段标签和文件变化的时候应该改变他们的SAP 。
 
 **********************************
 
数据元素提供的业务环境。即在后端,它提供了字段标签领域,
 
数据类型
数据元素是基本类型。它描述的类型属性(数据类型,字段长度和可能的小数位数)和非结构化数据对象(表字段和结构字段或变量)的屏幕信息(说明性文字或现场帮助) 。
 
具有相同内容的表的字段和结构字段应该是指相同的数据元素。确保没有这篇论文中字段的属性是始终一致的。
 
型ABAP程序中的数据可以参考元素。这允许您定义变量在ABAP程序中的数据类型元素的属性。
 

域描述的技术属性的字段,如数据类型或字段中的位置。域定义了一个值的范围,主要描述的领域,在谈到这一领域的有效数据值。
 
同一类型的不同的技术领域,可以结合在一个域中。参照同一个域的字段被改变的同时,当一个域被改变。确保本论文领域的一致性。
 
数据元素的附加信息
1。数据类型,数量的地方和可能小数点后直接输入。在这种情况下,该字段不充满。
2.A数据元素被分配到该字段。字段,然后获取其数据类型,长度和小数点后可能从这个数据元素。语义元素的属性(现场帮助,代表中的字段输入关键词文本,列标题列表输出的输出参数与IDS)表的内容和编辑模板复制等。

阅读(4973) | 评论(0) | 转发(0) |
0

上一篇:SAP 缩写解释

下一篇:SAP 概念区别

给主人留下些什么吧!~~