Hi,
Lets assume data is getting loaded from BW DSO to BPC Cube
In transformation, we will map DSO Keyfugures to BPC Cube key figures.
Create new cube say BPC CUBE 1 with additional info object called ZAMOUNT on top of BPC Cube. Now in transformation create multiple rule groups as
follows:
Assume you have 2 key figures,1 quantity fields in your cube, so create two rule groups.
In first rule group: MAP only KF 1 to ZAMOUNT and dont touch KF 2
In second rule group; MAP only KF2 to ZAMOUNT and dont touch KF1
In BPC, please create key figure and quanity as account dimensions and perform below calculation in mapping section under transformation file.
ACCOUNT= *MVAL(ZAMOUNT|*NEWCOL(Amount)||ZQNTY|*NEWCOL(QNTY))
Regards,
Venkat