Top 20 SAP BI ABAP Interview Questions and Answers Updated 2022

1) What is a primary index? 

Primary index: the primary index contains key fields of a table and a pointer to non-key fields of the table. The primary index is created automatically when a table is created in the database and moreover you can further define a reference to the primary index which is known as the Secondary index.

2) What is data class?

The data class specifies in which tablespace the table is created in the database.

3) What is pooled table in sap?

A pool table has many one relations with the table in the database. For one table in the database there are many tables in the dictionary. The table in the database has a diff name than in the table in the data dict, it has diff no of fields, and field names are different. A pooled table is stored in the pool at the database level. A table pool is a database table with a special strut that enables the data of many R3 tables to be stored in it. It can hold only pooled tables.

4) What is the transparent table?

A transparent table has a one-to-one relationship in the database. The table in the dictionary has the same name, same no of fields, and the fields have the same name as in the R3 table defn. A transparent table has application data (Master and Transaction).

5) What is a buffer and how many types?

Buffer is nothing but which stores data temporarily. There are two types of buffers. They are Roll and Page areas.

6) What is table maintenance generator and how to create that? What is the transaction code?

Table maintenance generator is nothing but making a table available for adding records and deleting records. The transaction code used is SM30.

ALSO READ : SAP HANA ADMIN INTERVIEW QUESTIONS AND ANSWERS

7) What are lock objects?

Lock objects are nothing but which holds data for a particular field value until you remove a lock.

8) What is modeling?

It is the art of designing a database. The design of DB depends on the schema and the schema is defined as a representation of tables and their relationships.

9) What is an info cube?

Info cube is structured as star schema (extended) where a fact table is surrounded by different dim tables that are linked with DIM-ids. And data-wise, you will have aggregated data in the cubes.

10) How would you optimize the dimensions?

We should define as many dimensions as possible and we have to take care that no single dimension crosses more than 20% of the fact table size.

11) What are Conversion Routines for units and currencies in the update rule?

Using this option we can write ABAP code for Units / Currencies conversion. If we enable this flag then a unit of Key Figure appears in the ABAP code as an additional parameter. For example, we can convert units in Pounds to Kilos.

12) Difference between top-of-page and top-of-page during at-line- selection?

Top-of-page is a header on the primary list. Top-of-page during line selection is a header on secondary lists

13) How many type of internal tables are there?

Standard, Hashed, Sorted tables

14) What is the difference between hashed & sorted internal tables?

Sorted internal table works on Binary Search and Hashed internal tables works on hashed algorithm through indexes.

READ ON : SAP TESTING INTERVIEW QUESTIONS

15) What is the difference between standard and sorted internal tables?

Sorted table improve the performance in case of a huge table which has no: of records

16) When do you need to create an internal table with header line? And without a header line?

If we don’t want to use any explicit work area then it is better to go for an internal table with a header line.

17) What exactly is ABAP? 

ABAP stands for Advanced Business Application Programming, originally AllgemeinerBerichts-Aufbereitungs-Prozessor, German for “general report creation processor”.

18. Define SAP BW/BI?

SAP BW/BI is a Business Information Warehouse, also called as business intelligence.  It allows the user to examine the information from operative SAP applications also from other business

19. What are the main areas and activities in SAP/BI?

a) Data Warehouse: Integrating, collecting, and managing the entire company’s data.

b) Analyzing and Planning: Using the data stored in the data warehouse.

c) Broadcast publishing: To send the information to the employees using email, fax, etc.

d) Reporting: BI provides the tools for reporting in web-browser, excel, etc

20. Define Operational Data Store?

ODS is mostly used for large storage of data. It is a BW architectural module that appears between Persistent Staging Area and info cubes.

0 responses on "Top 20 SAP BI ABAP Interview Questions and Answers Updated 2022"

Leave a Message

Your email address will not be published. Required fields are marked *