Hi all:
We are carrying out a BADI implementation for BPC. We have used the *XDIM_MAXMEMBERS logic to limit the size of the data used by the BADI. What we have noticed is that BPC takes the product of all the dimension members and then breaks it up. So this results in some trips to our BADI having a CT_DATA table empty. And when CT_DATA contains data the size of the table varies. This wastes cycles and hinders performance. Is there logic to ignore empty member permutations?
Thanks for the help.