SAP Certified Development Associate – ABAP with SAP NetWeaver 7.50 — Question 4
You create a domain in the ABAP Dictionary.
How can you use this domain? (Choose two.)
Answer options
- A. To define technical properties of data elements
- B. To describe the value range of a table field or structure component
- C. To define data objects in ABAP programs
- D. To define the data type of a table field or structure component
Correct answer: C
Explanation
The correct answer is C because domains are used to define data objects in ABAP programs by providing a reusable definition of data types. Options A, B, and D are incorrect as they relate to data elements and table fields rather than the definition of data objects directly within ABAP programs.