Hi,
We are migrating a budgeting application from SAP BPC 7.0 MS to SAP BPC 10.0NW and we are facing an issue with the default logic in the new application (10.0 NW), and I think we will face the same issue with similars logic
the scope is :
*SELECT(%EJER%,"[EJERCICIO]","P_TIME","ID='%P_TIME_SET%'")
XDIM_MEMBERSET P_FLOW=F99
*XDIM_MEMBERSET P_DATASRC=INPUT
*XDIM_MEMBERSET A_INTERCO=I_NONE
*XDIM_MEMBERSET P_TIME=%EJER%.JAN,%EJER%.FEB,%EJER%.MAR,%EJER%.APR,%EJER%.MAY,%EJER%.JUN,%EJER%.JUL,%EJER%.AUG,%EJER%.SEP,%EJER%.OCT,%EJER%.NOV,%EJER%.DEC
*XDIM_MEMBERSET A_CATEGORY=%A_CATEGORY_SET%
We need that the logic recalculate all the months when we change one or more data. When we execute or input a data in one month, the result is ok, but with severals months we have error of execution, the systeme does not recognize the year.
We have tried to change the logic and include FOR/NEXT but we are facing the same problems.
How can we pass various Time variable (month level) to have a dynamic execution?
Thanks a lot for your help
Regards!