what is the main main difference between data element and
domain? (i know definitions,i don't want definations).
Answer Posted / jyothirmaikaza
Domain - Specifies the technical attributes of a data
element - its data type, length, possible values, and
appearance on the screen.Each data element has an
underlying domain. A single domain can be the basis for
several data elements. Domains are objects in the ABAP
Dictionary.
Data Element - Describes the business function
of a table field. Its technical attributes are based on a
domain, and its business function is described by its field
labels and documentation.
| Is This Answer Correct ? | 80 Yes | 6 No |
Post New Answer View All Answers
What are the types of subroutines?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What are ranges?
Can a constructor be declared private? If yes then in which scenario?
how to capture the errors in bdc Call transaction method?
What is the meaning of client independent?
Explain what are the events used in interactive reports?
Can a filed occur in several field groups? : abap modularization
What is the syntax of packed number?
What are internal tables? How do you get the number of lines in an internal table?
How to insert a line into abap internal tables?
What is an update type with reference to a match code id?
When value table becomes check table?
What is asynchronous update?
What are the data types of the external layer? : abap data dictionary