what is the difference between DATA ELEMENT and DOMAIN?
please give the fully detailed
Answer Posted / 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 ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is locking ?
When to use logical database?
How is the command suppress-dialog useful?
What are the two levels in defining a match code ?
What is difference between float and packed data type?
What is a table attribute? : abap data dictionary
Difference between call by value and call by reference? : abap data dictionary
What is the different type of projects? : sap abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is a transaction variant and why are they used?
What is database view ? : sap abap data dictionary
How can end-of-selection be used?
Explain what is sap script?
What is a currency factoring technique?
What are the advantages and disadvantages of ABAP query tool?