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 high level architecture, which of the following layer consists of input devices like web browser, mobile devices?

A - Presentation Layer

B - Application Layer

C - Database Layer

D - None of the above

Answer : A

Explanation

The Presentation layer consists of any input device that can be used to control SAP system. This could be a web browser, a mobile device and so on.

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 - 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 below program type can only be started using a transaction code?

A - Type 1

B - Type F

C - Type K

D - Type M

Answer : D

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 - If an error occurs during generation of subroutine pool, which of the below contains the name of the program in which the error possibly occurred?

A - MESSAGE<mess>

B - INCLUDE<incl>

C - LINE<line>

D - WORD<word>

E - OFFSET<offs>

Answer : B

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 - Which of the following is/are modularization technique in ABAP/4?

A - Subroutine

B - Source code module

C - Functions

D - A & B

E - All of the above

Answer : E

Explanation

When a program contains the same or similar blocks of statements or it is required to process the same function several times, we can avoid redundancy by using modularization techniques. By modularizing an ABAP/4 programs, you can make them easy to read and improve their structure. Modularized programs are also easier to maintain and to update.

Below are modularization technique in ABAP/4 −

  • Source code module
  • Subroutines
  • Functions
sap_abap_questions_answers.htm
Advertisements