Hierarchy Node Customer Exit Variable
Hello,
I am trying to create a user exit for a 0CUST_SALES characteristic variable of tyope hierarchy node.
I tested the user exit with both 'single value' and 'multiple single values' variables.
In both cases I correctly fill the E_T_RANGE internal table with the compoundend 0CUST_SALES.
The result I expect when running the query with this variable is to dispaly sales info on the returned 0CUST_SALES value but also on all child nodes of the 0CUST_SALES hierarchy.
My problem is that the report only shows data for the selected node.
If I replace my user exit variable by a manual entry hierarchy node variable, I get the whole subtree below the selected hierarchy node.
Does someone know how to explai such behaviour?