SAP ABAP MCQ Questions & Answers
SAP ABAP MCQs : This section focuses on "SAP ABAP" in SAP. These Multiple Choice Questions (MCQ) should be practiced to improve the SAP skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. The term ABAP stands for?
A. Application Business Advanced Programming
B. Advanced Building Application Programming
C. Advanced Business Application Program
D. Advanced Business Application Programming
View Answer
Ans : D
Explanation: The term ABAP stands for Advanced Business Application Programming. It is a high-level programming language created by the German software company SAP SE.
2. It is one of the many application-specific languages of the fourth generation and was developed in the ?
A. 1970s
B. 1980s
C. 1990s
D. None of the above
View Answer
Ans : B
Explanation: It is one of the many application-specific languages of the fourth generation and was developed in the 1980s.
3. Users can access a SAP system in _________ ways.
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : B
Explanation: Users can access a SAP system in two ways : Through SAP GUI and Through a Web browser
4. How many layers there in 3 tier architecture?
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : C
Explanation: It is a 3 tier architecture consisting of 3 layers : Presentation, Application, Database
5. Pooled tables and clusters tables are special table types in the ABAP Dictionary.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, Pooled tables and clusters tables are special table types in the ABAP Dictionary.
6. The ABAP Dictionary is used to _________ data definitions (metadata).
A. create
B. manage
C. create and manage
D. None of the above
View Answer
Ans : C
Explanation: The ABAP Dictionary is used to create and manage data definitions (metadata). The ABAP Dictionary allows the essential description of all the data used in the system without redundancies. New or updated information is automatically provided for all the system components. This ensures data integrity, data security, and data consistency.
7. __________ are defined independently in the ABAP Dictionary of the database.
A. Views
B. Types
C. Lock objects
D. Tables
View Answer
Ans : D
Explanation: Tables are defined independently in the ABAP Dictionary of the database.
8. The _________ can combine the different fields having the same technical type.
A. Domain
B. Lock objects
C. Types
D. Views
View Answer
Ans : A
Explanation: The Domain can combine the different fields having the same technical type. A domain defines the value range of all table fields and structure modules that refer to this domain.
9. ITS stands forĀ Internet Transaction Server.
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, ITS stands for Internet Transaction Server.
10. What are Merits of ITS?
A. A comprehensive web transaction can be developed and tested in the R/3 system
B. It acts on all transaction components, including those used by the ITS outside
C. The advantage of automatic language processing in the R/3 system that we can utilize the language-dependent HTML documents at runtime.
D. All of the above
View Answer
Ans : D
Explanation: All of the above are Merits of ITS
Discussion