Sunday, April 17, 2011

Optimization with Zero Elimination

In BPC 7.0 for NW data entered through Input sheet and various other sources are stored in BW cubes in the backend. These data gets stored in delta fashion which is a common feature of BW system.

That is, if 1000 is there in the system for any account say X and it is overwritten by 0, 0 doesn’t get saved in the system instead the delta value between 1000 and 0 is saved in the system. i.e. -1000.

This increases the number of data stored in the system instead of having 1 record it has 2 in the back end. When the number of records in the system increases the performance degrades.

So to avoid this BPC has optimization functionality which helps compressing the data in the cube and maintains the number of records in the backend.

The Standard process chain for Lite and Full Optimization involves only in compressing the data and remodeling the application (in case of Full Optimization). It does not eliminate the zeros after compression.

Presence of zeros which are not going to be of any use will also impact the system performance. These zeros after compression can be eliminated by updating the process chain corresponding to optimization.

Steps involved in updating the Process chain for zero elimination:

1. Select the process chain for optimization.

2. Double click the Collapse process and change it to edit mode and select "switch on zero elimination" check box.

3. <span>Now save the collapse process and try executing the optimization process the compressed zero values will get eliminated.</span>

<span></span>

<span>

Note:

1. Changing the Collapse in either of the process chain will affect the other also.

2. If you want zero elimination to happen for only one of the optimization proces follow these steps,

  • create a process chain by copying the existing standard chains for optimization,
  • Create a new process variant for collapse and update that.

Thus the optimization process chain can be used in optimizing the application with zero elimination.

SAP BPC Tutorials | SAP BPC Training | SAP BPC Interview Questions |SAP BPC Books

No comments:

Post a Comment