Hello,
we had a working script logic. It does not work anymore (probably due to BPC/NW update or dimension changes?).
We deleted all the code lines from the script code and I found that the problem is TMVL.
If we write:
*XDIM_MEMBERSET VERSION = BDG00 *SELECT(%TIMELIST%, "[TIMEID]", TIME, "[TIMEID] >= 2015.01.01") *WHEN VERSION *REC(FACTOR = 1,VERSION = BDG01, TIME = TMVL(365, %TIMELIST%)) *ENDWHEN *COMMIT
We get this error: No members found in dimension "TIME" for condition "CALC" = "N"
While if we manually write TMVL(365, 2015.01.01) it works.
Please note:
- Our TIME dimension has child members and these are days (e.g. 2015.01.01)
- Version BPC: CPMBPC 801 SP 4
- Version BW: SAP BW 740 SP 4
- Note 2003100 is implemented (related to a very similar problem).
- We already tried solutions as described in: SAP BPC 10 NW - Script Logic Validation Issue
- We already tried to re-process dimensions
How can we fix this problem?
Thank you