cancel
Showing results for 
Search instead for 
Did you mean: 

Multiproviders in Infosets

Former Member
0 Kudos

Hello,

Is it possible in 7.0 to include multiproviders in infosets? I am testing it now and get what seems to be a warning message, "The data from the infoprovider involved could not be checked!" Does this mean its not possible? If not what does it mean?

Thanks,

TMS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can now include InfoCubes in an InfoSet and use them in a join. InfoCubes are handled logically in InfoSets like DataStore objects. This is also true for time dependencies. In an InfoCube, data that is valid for different dates can be read.

Restrictions:

For performance reasons you cannot define an InfoCube as the right operand of a left outer join. SAP does not generally support more than two InfoCubes in an InfoSet.

Please check the below Help link

http://help.sap.com/saphelp_nw04s/helpdata/en/a2/ed1342eb11de2ce10000000a1550b0/frameset.htm

Regards,

Kams

Former Member
0 Kudos

Kams,

So does this mean that multiproviders are not possible?

TMS

Former Member
0 Kudos

Hi,

As far as I know you can not create info set on multi provider.

Regards,

Kams

dennis_scoville4
Active Contributor
0 Kudos

MultiProviders cannot be inside of an InfoSet. Only InfoObjects, DSOs and InfoCubes are possible. InfoSets can be in MultiProviders. This is an efficiency nightmare though, because the InfoSets are virtual and have to be generated on the fly first and then incorporated into the MutliProvider, which is also virtual (like a derived table made of joins inside of a derived table made of a union).

Edited by: Dennis Scoville on Jun 3, 2009 2:02 PM

Answers (0)