- 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 I
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.
Answer : A
Q 3 - 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 4 - Which of the following transaction code is used to open ABAP editor?
Answer : A
Explanation
Start the transaction SE38 to navigate to the ABAP Editor
Q 5 - 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 6 - In an ABAP program, which of the following Processing blocks are not allowed?
Answer : D
Q 7 - An ABAP editor converts all text to uppercase except text strings, which are surrounded by single quotation marks?
Answer : A
Explanation
The ABAP editor converts all text to uppercase except text strings, which are surrounded by single quotation marks.
Unlike some older programming languages, ABAP does not care where a statement begins on a line. You may take advantage of this and improve the readability of your program by using indentation to indicate blocks of code.
Q 8 - 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 9 - Which of the following data types can't be used while defining parameters?
Answer : B
Q 10 - 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 11 - Which of the below can only be used to control the Type M of ABAP program?
Answer : B
Q 12 - Which of the below is not an access type for Internal tables?
Answer : C
Answer Sheet
Question Number | Answer Key |
---|---|
1 | D |
2 | A |
3 | A |
4 | A |
5 | A |
6 | D |
7 | A |
8 | C |
9 | B |
10 | D |
11 | B |
12 | C |