- 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 - In SAP ABAP high level architecture, which of the following layer consists of input devices like web browser, mobile devices?
Answer : A
Explanation
The Presentation layer consists of any input device that can be used to control SAP system. This could be a web browser, a mobile device and so on.
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 - In a chained statement in ABAP program, which of the below syntax are used for writing the identical part, to separate variables and to end the statement?
Answer : A
Q 4 - Which of the below programs are directly executable and also known as Report?
Answer : C
Q 5 - While maintaining program attributes of ABAP program, what would be value of TYPE filed to create a module pool?
Answer : D
Q 6 - 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 7 - Which of the following cannot be modified using an ABAP dictionary?
Answer : A
Q 8 - Which of the following can be used to format the ABAP code written in editor?
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 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 - Which of the following contain fields from several tables and can be built on cluster tables, transparent tables and pooled tables?
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.