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
Difference between transparent tables and pooled tables? : abap hr
What are the steps to be followed to set lockobjects? : sap abap data dictionary
List the events in abap/4 language?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are smart forms?
What is view? Different types of view. Explain?
How to pass data from list to report?
Can you show multiple alvs on a single screen?
what is defference between repository and non repository Object?
How to add a column to a table control while using alphanumerical layout editor ?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What are the different types of work process?
What are the two different ways of building a match code object?
What does an exec sql statement do in abap?