Start of Content Area

This graphic is explained in the accompanying text Complex Aggregation Level  Locate the document in its SAP Library structure

The following examples show:

·        how the system embeds data records from the InfoProviders contained in a MultiProvider in the MultiProvider.

·        how the system writes new or changed data records of the MultiProvider to those included in this InfoProvider

Example: Characteristic Product in MultiProvider MP

Assuming there is a MultiProvider MP, that includes the actual-InfoCube IC_A and the plan InfoCube IC_P. The actual InfoCube IC_A includes the characteristics product, product group, version and year, as well as the key figure profit. The plan InfoCube IC_P includes the same objects with the exception of the characteristic, product. An aggregation level ALVL_MP is defined on the MultiProvider MP, which includes all characteristics of the MultiProvider.

The following two data records for the underlying InfoProvider yields the following data records in the MultiProvider:

Data Record in Actual InfoCube IC_A

Product

Product Group

Version

Year

Profit

P1

PG1

V1

2005

10

Data Record in Plan InfoCube IC_P

Product Group

Version

Year

Profit

PG1

V1

2005

30

Data Records in MultiProvider MP (or ALVL_MP)

InfoProviders

Product

Product Group

Version

Year

Profit

IC_A

P1

PG1

V1

2005

10

IC_P

#

PG1

V1

2005

30

The data records in the MultiProvider MP are - from a technical viewpoint - generated using a UNION operation from the records of the underlying InfoProvider. The InfoProvider is always included so that the "origin" of the respective data record is clear on the level of a data record.

If new data records are generated during manual planning or using the planning functions, the system ensure that every record of the MultiProvider can be assigned back to the InfoProviders contained in the MultiProvider uniquely and without loss of information.

The following table shows an example of a data record that could not be assigned.

Example of a Record in the MultiProvider MP that could not be assigned

InfoProviders

Product

Product Group

Version

Year

Profit

IC_P

P1

PG1

V1

2005

43

The data record is part of the InfoProvider IC_P. However, this InfoProvider does not provide a product in the MultiProvider. This means that P1 is not permitted.

In manual planning, data cells that could lead to this type of record are not input ready. In planning functions, the system ensure that these types of data records cannot be saved.

Note

The same situation can occur for key figures in complex aggregation levels. If K is a key figure in MultiProvider MP that is supplied from the actual InfoCube IC_A, but not by the plan InfoCube IC_P, this key figure is always initial in a data record in the MultiProvider MP with the InfoProvider IC_P. This value also cannot be changed.

 

 

End of Content Area