SAP ABAP Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to SAP ABAP. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - In SAP ABAP high level architecture, which of the following layer consists of input devices like web browser, mobile devices?

A - Presentation Layer

B - Application Layer

C - Database Layer

D - None of the above

Answer : A

Explanation

The Presentation layer consists of any input device that can be used to control SAP system. This could be a web browser, a mobile device and so on.

Q 2 - In an ABAP program, which of the following Processing blocks are not allowed?

A - Subroutine and Function Modules

B - Methods

C - Event Block

D - Program Symbols

Answer : D

Q 3 - What is the transaction code to open ABAP editor to create or change ABAP program?

A - SE80

B - SE38

C - SE59

D - SE48

Answer : B

Q 4 - Which of the following can be used for customization of the screens?

A - Report

B - Dialog

C - Dialog Programming

D - Changing Parameters

Answer : C

Q 5 - Which of the below is used to synchronize access of several users using the same data?

A - Lock Objects

B - ABAP Objects

C - Data Objects

D - Dynamic Objects

Answer : A

Q 6 - When you want the user to enter either a single value for a field or fields, or to enter selection criteria, which of the below screen type can be used?

A - Dialog Screens

B - Custom Screens

C - Selection Screens

D - All of the above

Answer : C

Q 7 - Which of the following tool can be used to organize development projects in ABAP workbench?

A - Change and Transport System

B - Function Groups

C - Process Blocks

D - Customizing Requests

Answer : A

Explanation

The Change and Transport System (CTS) is a tool that helps you to organize development projects in ABAP Workbench and in Customizing, and then transport the changes between SAP Systems and clients in your system landscape.

Q 8 - Which of the following database provides read-only access to a group of related tables to an ABAP/4 program?

A - Relational Database

B - No SQL database

C - Logical database

D - None

Answer : C

Explanation

To read data from a database tables we use logical database. A logical database provides read-only access to a group of related tables to an ABAP/4 program.

Q 9 - Which of the below work process in R/3 system provides lock mechanism?

A - Dialog

B - Update

C - Enqueue

D - Spool

Answer : C

Explanation

Dialog or Online (processes only one request at a time).

Update (primary or secondary)

Enqueue (Lock mechanism).

Spool (generated online or during back ground processing for printing).

Q 10 - You can create an ABAP program that only contain subroutines?

A - True

B - False

Answer : A

Explanation

You can create ABAP/4 program which only contain subroutines.

sap_abap_questions_answers.htm
Advertisements