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
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
How does the system handle roll areas for external program components?
What is an update type with reference to a match code id? : abap data dictionary
How can cluster table be created?
what is the difference between hashed & sorted internal tables?
What is a transport?
What is a size category?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What is a persistent class?
Do you know any other patterns if yes.. explain
How do you document abap/4 programs? Do you use program documentation menu option?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
Explain how to create any functions?
What are the different functions used in sap script?
What is the disadvantage of a call by reference?