50 BW Interview Questions
50 BW Interview Questions
50 BW Interview Questions
2) Describe your experience with 3rd party report tools (Crystal Decisions,
Business Objects a plus)
11) Identify SAP functional areas (SEM, CRM, etc.) you have experience in.
Describe that experience.
A) The inputs for an infoset are ODS objects and InfoObjects (with master
data or text).
15) What internally happens when BW objects like Info Object, Info Cube or
ODS are created and activated?
16) What is the maximum number of key fields that you can have in an ODS
object?
A) 16.
A) A Start routine is a user exit that can be executed before the update rule
starts to allow more complex computations for a key figure or a
characteristic. The start routine has no return value. Its purpose is to
execute preliminary calculations and to store them in a global data
structure. You can access this structure or table in the other routines.
22) When is IDOC data transfer used?
A) IDOCs are used for communication between logical systems like SAP
R/3, R/2 and non-SAP systems using ALE and for communication between
an SAP R/3 system and a non-SAP system. In BW, an IDOC is a data
container for data exchange between SAP systems or between SAP
systems and external systems based on an EDI interface. IDOCs support
limited file size of 1000 bytes. So IDOCs are not used when loading data
into PSA since data there is more detailed. It is used when the file size is
lesser than 1000 bytes.
26) When an ODS is in 'overwrite' mode, does uploading the same data
again and again create new entries in the change log each time data is
uploaded?
A) No.
29) What is the effect of aggregation on the performance? Are there any
negative effects on the performance?
30) What happens when you load transaction data without loading master
data?
A) The transaction data gets loaded and the master data fields remain
blank.
31) When given a choice between a single infocube and multiple InfoCubes
with a multiprovider, what factors does one need to consider before
making a decision?
A) One would have to see if the InfoCubes are used individually. If these
cubes are often used individually, then it is better to go for a multiprovider
with many cubes since the reporting would be faster for an individual cube
query rather than for a big cube with lot of data.
32) How many hierarchy levels can be created for a characteristic info
object?
A) Maximum of 98 levels.
A) The open hub service enables you to distribute data from an SAP BW
system into external data marts, analytical applications, and other
applications. With this, you can ensure controlled distribution using
several systems. The central object for the export of data is the Infospoke.
Using this, you can define the object from which the data comes and into
which target it is transferred. Through the open hub service, SAP BW
becomes a hub of an enterprise data warehouse. The distribution of data
becomes clear through central monitoring from the distribution status in
the BW system.
A) Index created in addition to the primary index of the infocube. When you
activate a table in the ABAP Dictionary, an index is created on the primary
key fields of the table. Further indexes created for the table are called
secondary indexes.
41) What is the common method of finding the tables used in any R/3
extraction
A) Referential integrity is the property that guarantees that values from one
column depend on values from another column.This property is enforced
through integrity constraints.
48) What is activation of extract structure in LO ?
49) What is the difference between Info IDoc and data IDoc ?