
- SAP ABAP Tutorial
- SAP ABAP - Home
- SAP ABAP - Overview
- SAP ABAP - Environment
- SAP ABAP - Screen Navigation
- SAP ABAP - Basic Syntax
- SAP ABAP - Data Types
- SAP ABAP - Variables
- SAP ABAP - Constants & Literals
- SAP ABAP - Operators
- SAP ABAP - Loop Control
- SAP ABAP - Decisions
- SAP ABAP - Strings
- SAP ABAP - Date & Time
- SAP ABAP - Formatting Data
- SAP ABAP - Exception Handling
- SAP ABAP - Dictionary
- SAP ABAP - Domains
- SAP ABAP - Data Elements
- SAP ABAP - Tables
- SAP ABAP - Structures
- SAP ABAP - Views
- SAP ABAP - Search Help
- SAP ABAP - Lock Objects
- SAP ABAP - Modularization
- SAP ABAP - Subroutines
- SAP ABAP - Macros
- SAP ABAP - Function Modules
- SAP ABAP - Include Programs
- SAP ABAP - Open SQL Overview
- SAP ABAP - Native SQL Overview
- SAP ABAP - Internal Tables
- SAP ABAP - Creating Internal Tables
- ABAP - Populating Internal Tables
- SAP ABAP - Copying Internal Tables
- SAP ABAP - Reading Internal Tables
- SAP ABAP - Deleting Internal Tables
- SAP ABAP - Object Orientation
- SAP ABAP - Objects
- SAP ABAP - Classes
- SAP ABAP - Inheritance
- SAP ABAP - Polymorphism
- SAP ABAP - Encapsulation
- SAP ABAP - Interfaces
- SAP ABAP - Object Events
- SAP ABAP - Report Programming
- SAP ABAP - Dialog Programming
- SAP ABAP - Smart Forms
- SAP ABAP - SAPscripts
- SAP ABAP - Customer Exits
- SAP ABAP - User Exits
- SAP ABAP - Business Add-Ins
- SAP ABAP - Web Dynpro
- SAP ABAP Useful Resources
- SAP ABAP - Questions Answers
- SAP ABAP - Quick Guide
- SAP ABAP - Useful Resources
- SAP ABAP - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP ABAP Mock Test
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.

SAP ABAP Mock Test III
Q 1 - To create new dynamic programs during the runtime of an ABAP program, which of the below must be used?
Answer : A
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?
Answer : B
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?
Answer : C
Q 4 - When we run Open SQL statement, the system field SY-SUBRC returns which of the below value If operation is successful?
Answer : A
Q 5 - Which of the below transaction is used to call Context builder and to create a new context?
Answer : C
Q 6 - Dialog programs are of which of program type?
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?
Answer : B
Q 8 - Which of the following cannot be modified using an ABAP dictionary?
Answer : A
Q 9 - When a table should be buffered in an ABAP program?
Answer : D
Explanation
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?
Answer : A
Q 11 - Which of the following tool can be used to organize development projects in ABAP workbench?
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 12 - Which of the following database provides read-only access to a group of related tables to an ABAP/4 program?
Answer : C
Explanation
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?
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.
Answer Sheet
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 |