Hi all,
after creating a hierarchy with duplicate nodes (=nodes with the same characteristic value) the sum of the root node (above all) does not include the duplicate nodes.
Current Result:
ALL = 600 (root node) --A = 300 ----A1 = 100 ----A2 = 200 --B = 400 ----A1 = 100 (duplicate) ----B1 = 300
Expected Result:
ALL = 700 (root node) --A = 300 ----A1 = 100 ----A2 = 200 --B = 400 ----A1 = 100 (duplicate) ----B1 = 300
The sum of ALL should include A1 twice (=700), but it's considered only once (=600). The total result of ALL is not as expected.
In the SAP Help I have found the following:
"the values of the duplicate leaves are only considered once by the system internally. When aggregating, the system automatically calculates what are called correction leaves for the superordinate node."
Is there a way to disable these "correction leaves" ??
Best regards
Riaz Latifi