Hi
We're using a disaggregation badi in SAP BPC 10 for NW.
This allows the users to enter at data at a node level.
The badi will then distribute down according a rule.
Now the customer has requested:
- if there is data: to disagregeade according the childrens spread (what is fine)
- if there's no data: write to the first base child (if there's no spread)
This last one creates an issue as we don't know what the first base child is.
One option is to create an attribute and then enter a number in there so that we can find the base child with lowest value.
That option works, but requires this attribute and maintenance..
Is there a standard way to retrieve the children in the same order as displayed in the BPC hierachy?