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, it is possible to create multiple lock objects in a table?

A - True

B - False

Answer : A

Q 2 - Which of the following data types can't be used while defining parameters?

A - Type C

B - Type N

C - Type F

D - Type P

Answer : B

Q 3 - Which of the below can only be used to control the Type M of ABAP program?

A - Runtime Environment

B - Screen Flow logic

C - Transaction Code

D - None of the above

Answer : B

Q 4 - Which of the below programs are not executable and act as container for global classes?

A - Type K

B - Type F

C - Type J

D - Type S

Answer : A

Q 5 - To assign data type of another object to the declaring object, which of the following can be used?

A - LIKE

B - TYPE

C - SAME

D - SIMILAR

Answer : A

Q 6 - Which of the below transaction is used to call Context builder and to create a new context?

A - SE34

B - SE35

C - SE33

D - SE36

Answer : C

Answer : D

Explanation

You should buffer a table when it is read frequently and data changes slowly.

Q 8 - Which of the following memory type in ABAP is available for users during entire terminal session?

A - SAP Memory

B - ABAP Memory

C - Both

D - None

Answer : A

Explanation

SAP memory is available to the user during the entire terminal session.

Q 9 - Which of the following receive the request from client and assigns the request to one of the work process?

A - Roll Area

B - Dispatcher

C - ABAP Processor

D - All of the above

Answer : B

Explanation

Dispatcher receives the request from client and assigns the request to one of the work process

Roll area Each work process works in a particular memory that memory is known as RoleArea, which consists of User context and session data.

ABAP Processor is an interpreter which can execute logic.

Q 10 - Which of the following can be used to store control data such as screen sequences or program parameters?

A - Pool tables

B - Cluster Table

C - Transparent Table

D - None

Answer : A

Explanation

Pooled tables are logical tables, which must be assigned to a table pool when they are defined. Pooled tables can be used to store control data (such as screen sequences or program parameters).

sap_abap_questions_answers.htm
Advertisements