Difference Between domain and data element?
Answers were Sorted based on User's Feedback
Answer / prem kumar
Domain deals with the technical attributes for the field
(data type,field length,no.of decimal places),where as Data
element deals with the semantic attributes(short
descriptiopn) for the field given.
Is This Answer Correct ? | 56 Yes | 1 No |
Answer / preethi
domains are used to provide the technical properties to the
field. (data type,size and value constraints).
data elements are provide the semantic properties to the fields.
those are labels and documentation,
domains are not directly attach to the fields.
but data elements are directly attached to the fields.
one domain can be attached to the no of data elements.
and one data element can be attached to the no of fields,
Is This Answer Correct ? | 31 Yes | 5 No |
Answer / amit
domain is the central object for describing the technical
characteristics of an attribute of an business object it
describes the value range of the field
data element is the used to describe the semantic definition
of the table fields like description the field. data element
describes how a field can be displayed to end user
Is This Answer Correct ? | 19 Yes | 5 No |
Answer / mansoor ahmed
The Domain specifies the Technical attributes of the field
such as the data type, length and the value range.
A data element describes either an Elementary Type or a
Reference Type.
An Elementary Type is defined by the built-in data type,
length and possibly the number of decimal places. These type
attributes can either be defined directly in the data
element or copied from a domain .
A Reference Type defines the types of reference variables in
ABAP programs.
Is This Answer Correct ? | 4 Yes | 3 No |
How many rediobutton groups can be there in a module pool program and in a report?
2 Answers BOC, BPCL Bharat Petroleum,
If there are 100 records...explain the BDC session method step by step how you gonna do ?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
What are the three ways for searching for Enhancements ?
How can print the styles?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
why abap/4 is 4th generation language ?
4 Answers Kansai Nerolac Paints Limited,
What are the main events of which are used for logical database?
Can a constructor be redefined?
Is main window mandatory in smartforms?
what is user specific parameter?
What is the difference between check table and check field