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 |
What is elementary search help? : sap abap data dictionary
Can we create Secondary Indexes for the Views
write the program for prime numbers between 1 to 1000
How many types of tables exist and what are they in data dictionary?
What is the use of at new statement ?
What is a transport?
A situation: An ABAP program creates a batch-input session. We need to submit the program and the batch session in background. How to do it?
How to implement a program (batch input) which reads a external text file with inventory data, and write these data in sap?
at which situation we create the secondary index?
Which transaction code can I used to analyze the performance of ABAP program.?
What is the project you are currently working and work that you are doing
tell me ddic objects