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.

Answer : D

Explanation

You can use any number of radio button groups are allowed in 1 screen.

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 programs are not executable and act as container for global classes?

A - Type K

B - Type F

C - Type J

D - Type S

Answer : A

Q 5 - Which of the below is used to synchronize access of several users using the same data?

A - Lock Objects

B - ABAP Objects

C - Data Objects

D - Dynamic Objects

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

Answer : D

Explanation

You should buffer a table when it is read frequently and data changes slowly.

Q 8 - Which of the following can be used to format the ABAP code written in editor?

A - Pretty Printer

B - Macro

C - Events

D - Smart forms

Answer : A

Explanation

Pretty Printer is used to format the ABAP Code we write in ABAP Editor, like KEYWORDS in Capitals and remaining are in small letters which is also depend on system settings.

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