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 - 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 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 - 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 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 following table type can't be buffered?

A - Transparent table

B - Pool table

C - Cluster Table

D - All of the above

Answer : C

Explanation

Buffer means memory area, table buffer means the table information is available on the application server. When you call data from database table, it will come from application server. Transparent tables and pool tables are buffered, while cluster table cannot be buffered.

Q 10 - Which of the following contain fields from several tables and can be built on cluster tables, transparent tables and pooled tables?

A - Database Index

B - Match Code

C - Both of these

D - None of these

Answer : B

Explanation

Database Index contains fields from one table while Match Code contain fields from several tables. Match code objects can be built on cluster tables, transparent tables and pooled tables.

sap_abap_questions_answers.htm
Advertisements