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

Q 1 - Which of the following Transaction code is used to compare the codes of a program on two systems?
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 statement is correct about Radio button groups in 1 screen?
A - You can use one radio button group in 1 screen.
B - Only two radio button groups are allowed in 1 screen
C - Three radio button groups are allowed in 1 screen
D - Any number of radio button groups are allowed in 1 screen
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?
Answer : C
Q 4 - Which of the below program type can only be started using a transaction code?
Answer : D
Q 5 - To create new dynamic programs during the runtime of an ABAP program, which of the below must be used?
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?
Answer : B
Q 7 - 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 8 - Which of the following memory type in ABAP is available for users during entire terminal session?
Answer : A
Explanation
SAP memory is available to the user during the entire terminal session.
Q 9 - Which of the following receive the request from client and assigns the request to one of the work process?
Answer : B
Explanation
Dispatcher receives the request from client and assigns the request to one of the work process
Roll area Each work process works in a particular memory that memory is known as RoleArea, which consists of User context and session data.
ABAP Processor is an interpreter which can execute logic.
Q 10 - In which of update type, match code data is accessed using a database view?
Answer : C
Explanation
In Update type I, access to the match code data is managed using a database view.