cancel
Showing results for 
Search instead for 
Did you mean: 

Summation instead of overwriting

Former Member
0 Kudos

Hi

I have transformation of a figure in overwrite mode. No routines.

If i loaded a large amount of data in which there are 2 entries for the figure, instead of rewriting the is summation of values.

How is this possible?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

You don't need to change the property of key figure from overwrite to sum. You can achieve it by write code in start routine.

But I would suggest if you need this scenario for particular load then use it and then you can comment the code, otherwise your overwrite functionality may not work properly.

In your start routine sort all the records by particular key figure sequence, then you can add the values of two records and delete the second record from start routine.

Regards,

Durgesh.

Former Member
0 Kudos

Problem is solved

Edited by: Ilya Mukovoz on Aug 23, 2011 12:04 PM

Former Member
0 Kudos

Hi,

Change your DSO property from Over Write to Additive...

-


Thanks

BVR

Former Member
0 Kudos

Hi,

You have to check your key figure properties is sum or not and also i assume your loading to DSO in your transfermation keyfigure property you can change "overwrite to Additive".

Thanks and Regards,

Venkat.

srikanthbwbw
Active Participant
0 Kudos

Hi,

In your transformation , it the mode is overwrite, then its not possible to sum when two entries are have the same key combinations.

Check if the billing number is same and item number is different. Plez check the key fields properly.

Thanks

srikanth

Former Member
0 Kudos

Hi

Check the key figure properties in RSA1, you have aggregation option like "summation"

check the below link

http://help.sap.com/SAPhelp_nw70/helpdata/en/43/1c3d0f31b70701e10000000a422035/frameset.htm

Regards,

Venkatesh