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 ABAP editor, which of the following object shows current name of application/business?

A - Menu Bar

B - Standard Toolbar

C - Application Toolbar

D - Title Bar

Answer : A

Explanation

Title Bar displays the name of the application or business process you are currently in.

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 - 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 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 - Which of the following tool can be used to organize development projects in ABAP workbench?

A - Change and Transport System

B - Function Groups

C - Process Blocks

D - Customizing Requests

Answer : A

Explanation

The Change and Transport System (CTS) is a tool that helps you to organize development projects in ABAP Workbench and in Customizing, and then transport the changes between SAP Systems and clients in your system landscape.

Q 8 - Which of the following can be called from both the program in which it is defined and from other programs?

A - Macro

B - Subroutine

C - Function

D - All of the above

Answer : B

Explanation

Macros can only be used in the program that are defined in and only after the definition are expanded at compilation/generation. Subroutines (FORM) can be called from both the program that are defined in and other programs.

Q 9 - Which of the below work process in R/3 system provides lock mechanism?

A - Dialog

B - Update

C - Enqueue

D - Spool

Answer : C

Explanation

Dialog or Online (processes only one request at a time).

Update (primary or secondary)

Enqueue (Lock mechanism).

Spool (generated online or during back ground processing for printing).

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