0% found this document useful (0 votes)
131 views

DOMAIN Interview Questions

This document contains 25 interview questions about domains in SAP ABAP. Domains specify technical information like data type, length, lowercase, sign, and conversion routines for fields. The questions cover topics such as the difference between domains and data elements, uses of domains, fixed values, conversion routines, value tables, check tables, foreign key relationships, and reference fields.

Uploaded by

Sahil Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views

DOMAIN Interview Questions

This document contains 25 interview questions about domains in SAP ABAP. Domains specify technical information like data type, length, lowercase, sign, and conversion routines for fields. The questions cover topics such as the difference between domains and data elements, uses of domains, fixed values, conversion routines, value tables, check tables, foreign key relationships, and reference fields.

Uploaded by

Sahil Malhotra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

DOMAIN Interview Questions

Email This BlogThis! Share to Twitter Share to Facebook


Domain is one of the objects of data dictionary in SAP ABAP. Domain specifies the
technical information for a field such as data type, length, lowercase, sign, conversion
routine and fixed values. This post gives the list of the interview questions on domain in
ABAP.

INTERVIEW QUESTIONS

1) What is a Domain?

2) What is the difference between Domain and Data element in ABAP?

3) What are the uses of Domain?

4) Is it possible to create fields with out Domains?

5) What is top-down and bottom-up approach in ABAP?

6) Where do you maintain the fixed values?

7) What is conversion routine?

8) What is the use of SIGN in Domain?

9) What happened when we select Lower case option in Domain?

10) What is the use of Domains in Foreign key relation ships?


11) Where do you define value table?

12) What is the use of value table?

13) What is a check table?

14) What is the difference between value table and check table in ABAP?

15) When value table becomes check table?

16) What is a foreign key table?

17) What is a foreign key field?

18) Can we create both value and check table for a single table?

19) Which table (Value or Check) displays help values for a field?

20) What is the pre-requisite for creating foreign key relations?

21) What is the use of foreign key relation?

22) What are the “CURR” and “QUAN”?

23) What is reference field?

24) What is reference table?


25) What is Text table in ABAP?

You might also like