Hi Friends,
I am using BPC 10 NW. I am getting an error message "Invalid lookup structure: Invalid appl name"
I guess the error is with keyword "*ENDLOOKUP" because its NOT showing in blue colour font in logic script file.
*LOOKUP RATE
*DIM TIME="2015.01"
*DIM VERSION="F1"
*DIM R_ACCOUNT="END"
*DIM R_ENTITY="GLOBAL"
*DIM MEASURES="PERIODIC"
*DIM RATEAPP:INPUTCURRENCY="EUR"
*ENDLOOKUP
*WHEN ACCOUNT
*IS 100000
*FOR %LOOP_CUR%=USD,MYR
*REC(EXPRESSION=%VALUE%*LOOKUP(RATEAPP), RPTCURRENCY=%LOOP_CUR%)
*NEXT
*ENDWHEN
Please help!
Thank you in Advance Friends!