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 are the various events associated with screen programming?
From excel to abap - is batch mode possible ? : abap bdc
What are the system table used in abap?
What is an Unpack command?
singleton class
How can you distinguish between different kinds of parameters?
What is projection view?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the advantages of logical databases : abap hr
What is the meaning of sap r/3?
What is gui status? How to create /edit gui status?
Why grouping of fields is required? What is the max no of modification groups for each field?
What is at exit-command:?
How to read 5th record from Hash Internal Table?