SAP ABAP Online Quiz


Advertisements


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 - Which of the following transaction code is used to open ABAP editor?

A - SE38

B - SC39

C - SCU38

D - SM59

E - RSA1

Answer : A

Explanation

Start the transaction SE38 to navigate to the ABAP Editor

Answer : D

Explanation

You can use any number of radio button groups are allowed in 1 screen.

Q 3 - Which of the below component in an R/3 system provides a cross-platform runtime environment for running ABAP programs?

A - Processing blocks

B - Kernel and Basis

C - Background job

D - Modularization Unit

Answer : B

Q 4 - Which of the below programs are directly executable and also known as Report?

A - Type M

B - Type K

C - Type 1

D - Type 2

Answer : C

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 - Dialog programs are of which of program type?

A - Type B

B - Type 1

C - Type M

D - Type *

E - Type S

Answer : C

Q 7 - Which of the following cannot be modified using an ABAP dictionary?

A - Function Groups

B - Search help

C - Lock Objects

D - All of the above

Answer : A

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 - 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