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

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 - In a chained statement in ABAP program, which of the below syntax are used for writing the identical part, to separate variables and to end the statement?

A - : , .

B - , . :

C - . , :

D -, : .

Answer : A

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 Object type contain the data with which programs work at run time?

A - Objects

B - Data Objects

C - Dynamic Objects

D - Business Objects

Answer : B

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

Q 7 - ABAP contains a series of statements that allow you to leave an event block. Which of the below is specifically used to leave a GET event block?

A - STOP

B - REJECT

C - CHECK

D - EXIT

Answer : B

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 following data type allows you to assign data type of another object to declaring object?

A - TYPE

B - LINK

C - COPY

D - ASSIGN

Answer : B

Explanation

TYPE Datatype directly to the data object while declaring.

LIKE Datatype of another object to the declaring data object.

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