Hi Vadim,
This is the response of SAP:
In script:
*LOOKUP LEGAL
*DIM CIERRE_DICIEMBRE: TIMEDIM = 2013.DIC
*DIM ACCDETAILDIM = F999
*DIM MEASURES = YTD
*ENDLOOKUP
You defined the dimension MEASURES = YTD and didn't define it in source data region (LEGAL module).
Please changed the scripts as below and test it again.
*XDIM_MEMBERSET DATASRCDIM = BI
*XDIM_MEMBERSET CATEGORYDIM = V100
*XDIM_MEMBERSET ENTITYDIM = 094
*XDIM_MEMBERSET MEASURES = YTD // add this line
*LOOKUP LEGAL
Our response to SAP:
We've also found that removing all Measures scoping in the script also makes the script work (your solution) but the account signs for LEQ are REVERSED.
Do you have an explanation on why this behavior?
We don't understand what measures has to do with account signs in BPC.
Thank you again in advance.
Juan.