There is application A and application B. The script is supposed to send data from A to B. One of B dimensions (i.e Brand) is A's property of a dimension (i.e Costcenter.CCBRAND)
*REC(EXPRESSION=%VALUE%,HRAccount=HRAccount.PUSHTOFINANCE,DATASRC=FIN_FROM_HCM,CostCenter=CostCenter.CCFINANCE,Brand=HCM_CostCenter.CCBRAND)
When declaring brand previously it was done with a generic value and now it has to be done with the value of the property of the dimension
previously : *ADD_DIM Brand=B_999
But now brand depends on the property of the costcenter retrieved, while I think the REC statement is okay I dont know how to "declare" brand so that it can be used
Sorry for the messy question, is my first time with script logic and probably I don't have clear what is the issue
Thank you in advance,
N