- 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 - In an ABAP program, which of the following Processing blocks are not allowed?
Answer : D
Q 3 - What is the transaction code to open ABAP editor to create or change ABAP program?
Answer : B
Q 4 - Which of the following can be used for customization of the screens?
Answer : C
Q 5 - Which of the below is used to synchronize access of several users using the same data?
Answer : A
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 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 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 9 - Which of the below work process in R/3 system provides lock mechanism?
Answer : C
Explanation
Dialog or Online (processes only one request at a time).
Update (primary or secondary)
Enqueue (Lock mechanism).
Spool (generated online or during back ground processing for printing).
Answer : A
Explanation
You can create ABAP/4 program which only contain subroutines.