There are four approaches.
- Enhance existing cube with new characteristics and maintain unique number (for this we may need routine by updating current 0REQUID number) while loading data. we can access 0REQUID number in start routine. even if you compress the cube still we can see different records.
- Add new infoobject and through virtual characteristics add unique number it will not summarize.
- Create new infoobject let call ZUNIQUE update ZUNIQUE withe numbers like 1001, 1002 upto based on count of records in existing cube. and add ZUNIQUE infoobject to existing cube and create multiprovider with these infocube and infoobjecgt ZUNIQUE identify both objects since mutliprovider is union it will bring the data from both values ZUNIQUE from cube(no values in cube) as well as infoobject (we maintained numbers) in this case data wont be aggregate. let try this
- Final options should not compress the cube
![]()
Thank you,
Nanda