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 compare the codes of a program on two systems?

A - SC39

B - SC001

C - SCU01

D - SCU0

Answer : D

Explanation

To compare the customizing settings between 2 systems/clients. Example when some transactions are behaving differently between systems/clients and you are suspecting that some of the customizing is missing from one of them.

T-CODE − SCU0 offers a flexible way to perform comparison include by selecting exactly which parts of the IMG (Implementation Guide) that require to be compared and also allows comparison results to be stored for later use and reference.

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 - 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 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 assign data type of another object to the declaring object, which of the following can be used?

A - LIKE

B - TYPE

C - SAME

D - SIMILAR

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