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 - 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 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 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 - 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 - 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 T-code is used search the fields ABAP table?

A - SE17

B - SE16

C - SE15

D - SE14

Answer : B

Explanation

SE16 is a data browse and it is used to view the contents of the table

Q 10 - In which of update type, match code data is accessed using a database view?

A - Type A

B - Type P

C - Type I

D - Type L

Answer : C

Explanation

In Update type I, access to the match code data is managed using a database view.

sap_abap_questions_answers.htm
Advertisements