- 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 ABAP editor, which of the following object shows current name of application/business?
Answer : A
Explanation
Title Bar displays the name of the application or business process you are currently in.
Q 2 - In an interactive reporting, how many lists can exist in parallel?
A - 2 Basic list and 20 secondary lists
B - 1 Basic list and 19 secondary lists
Answer : C
Q 3 - Which of the below component in an R/3 system provides a cross-platform runtime environment for running ABAP programs?
Answer : B
Q 4 - Which of the below programs are not executable and act as container for global classes?
Answer : A
Q 5 - Which of the below Object type contain the data with which programs work at run time?
Answer : B
Q 6 - Which of the below transaction is used to call Context builder and to create a new context?
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 following data type allows you to assign data type of another object to declaring object?
Answer : B
Explanation
TYPE Datatype directly to the data object while declaring.
LIKE Datatype of another object to the declaring data object.
Q 10 - Which of the following can be used to store control data such as screen sequences or program parameters?
Answer : A
Explanation
Pooled tables are logical tables, which must be assigned to a table pool when they are defined. Pooled tables can be used to store control data (such as screen sequences or program parameters).