What is the major difference between a data element and a domain with reference to ABAP Development?
Options
- Domains are used to declare variables in a program and data elements hold the information of data type and value range.
- Domain holds the technical characteristics with information of the data type and value range. Data element holds the semantic information used to define table fields and declare variables in a program.
- Data elements cannot be created without defining a domain whereas domain can exist without the data element.
- None of these