This section presents you various set of Mock Tests related to SAP ABAP. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.
Q 1 - To create new dynamic programs during the runtime of an ABAP program, which of the below must be used?
Q 2 - 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?
Q 3 - 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?
Q 4 - When we run Open SQL statement, the system field SY-SUBRC returns which of the below value If operation is successful?
Q 5 - Which of the below transaction is used to call Context builder and to create a new context?
Q 6 - Dialog programs are of which of program type?
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?
Q 8 - Which of the following cannot be modified using an ABAP dictionary?
Q 9 - When a table should be buffered in an ABAP program?
You should buffer a table when it is read frequently and data changes slowly.
Q 10 - Which of the following statement is correct about views?
Q 11 - Which of the following tool can be used to organize development projects in ABAP workbench?
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 12 - Which of the following database provides read-only access to a group of related tables to an ABAP/4 program?
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 13 - Which of the following can be called from both the program in which it is defined and from other programs?
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.
Question Number | Answer Key |
---|---|
1 | A |
2 | B |
3 | C |
4 | A |
5 | C |
6 | C |
7 | B |
8 | A |
9 | D |
10 | A |
11 | A |
12 | C |
13 | B |