Difference Between domain and data element?
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 ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are client dependent objects in abap/sap?
What is runtime analysis?
What are the sequences of event block?
What happens if a function module runs in an update task? : abap modularization
In order to upload purchase order details, how you handle multiple values for a single field?
Which transaction code can I use to analyze the performance of abap program?
How do you find if a logical database exists for your program requrements?
Can you delete data element, which is being used by table fields. : abap data dictionary
Define database layer? : abap data dictionary
What are different ABAP editors? What are the differences?
What are the events we use in dialog programming and explain them?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is a table attribute?
What is asap methodology? : sap abap hr
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'