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 3 - Which of the below is not an access type for Internal tables?

A - Hash tables

B - Sorted Index tables

C - Dimension tables

D - Standard tables

E - None of the above

Answer : C

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 - To create new dynamic programs during the runtime of an ABAP program, which of the below must be used?

A - Internal Table

B - Modularization

C - Dimension Table

D - Sorted Table

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

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 can be used to format the ABAP code written in editor?

A - Pretty Printer

B - Macro

C - Events

D - Smart forms

Answer : A

Explanation

Pretty Printer is used to format the ABAP Code we write in ABAP Editor, like KEYWORDS in Capitals and remaining are in small letters which is also depend on system settings.

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