Can you create aggregate on ODS or multi provider?

Answer Posted / lam nguyen

I am inclined to say "yes". If you have an aggregate on an
InfoCube that is
an Involved InfoProvider in a MultiProvider, the aggregate
will be used if
you query on the MultiProvider.

Now, I know we're not in a "court of law" here, so if
anyone sees a flaw or
an error in my explanation, please feel free to correct
me. :-)

I am basing my answer only on my experience debugging the
SAP function
module RSDRI_INFOPROV_READ. This API contains many
parameters, including a
Boolean called "i_use_aggr_cubes" which automatically
defaults to TRUE.
Another parameter in this API is i_cubetype. If you have a
Basic cube the
value is 'B', if it's a MultiProvider the value is 'M'.

When RSDRI_INFOPROV_READ is called for i_cubetype = 'M',
the following
sequence will (or should) take place:

- Function RSDRI_INFOPROV_READ (i_cubetype = 'M',
i_use_aggr_cubes = TRUE).
- Function RSDRC_CUBE_DATA_GET.
- Form DATA_GET --> There is a "CASE i_cubetype" statement
here!
- Function RSDRC_MULTI_CUBE_DATA_GET --> because of the
CASE statement
above.
- Function RSDRC_MULTI_CUBE_DATA_GET_PARA (if parallel
processing is
allowed).
- Form GET_MULTICUBE_INFO --> This determines the Involved
InfoProviders and
which of these need to "participate" in the query.

At this point, there is a LOOP on the Participating
InfoProviders and a call
to Form ADJUST_INPUT_FOR_MULTICUBE for each of the
Participating
InfoProviders. If there is an aggregate on the Basic
InfoCube it should find
it and use it.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of sap bw/bi?

520


How does the time dependency works for bw objects ?

492


What is SUMRT?

2543


What are the advantages of BW 3.x web server (WAS)?

1603


What is an event chain?

544






What is a constant selection?

1534


What exactly do you know about business warehouse statistics?

469


Explain dash board?

515


What happens when you use several conditions in a query?

1474


we have a ods in process chain and the ods activation is taking long time how will u optimize the activation process.

5733


What is start routines.

503


How does a navigational attribute differ from other attributes in terms of linking it with the infocube?

494


List the steps you would take to create your dashboard in bw.

517


what is direct schedule and what is meta chain

1718


What is a dashboard in sap bw and how it is created?

537