Hi There
We are currently completing an upgrade on BW 7.0 to BW 7.3 with BPC moving from BPC 7.50 to BPC 7.53 SP7
On a high level we have got an issue around one script logic , the %YEAR0B% parameter from declaration is expected to be passed through to run-allocation calculation “Please see below” however the calculation does not seem to be receiving this parameter and as a result , it is unable to validate the existence of this year parameter
*RUNALLOCATION
*FACTOR=1
*DIM Z_FLOW WHAT=MOVEMENT,OP_BAL; WHERE=MOVEMENT
*DIM B_ACCT WHAT=RETAINEDINC_BS; WHERE=CAEK_900000
*DIM Z_TIME WHAT =%YEAROB1%.MAR; WHERE=%YEAROB1%.APR
*DIM Z_RPTCURRENCY WHAT=LC; WHERE=LC
*ENDALLOCATION
*COMMIT
As soon as the validation fails from the above calculation , a Pop up error Member".MAR" Not Exist is returned.
Not sure if any of you have experience this before ,??
I have also attached the script logic file for reference , please see declarations on the file
Thanks again