Hi All,
I'm loading Master data from BW info Object to BPC 10. Profitctr in BW is compounded with Controlling Area 1000.
I'm using ID=0CO_AREA+ID in mapping as I'm also loading Hierarchy which has 1000 prefixed to all nodes.
I do not want to display 1000 for profitcenters/ hierarchy nodes as a part of Master/text load from BW into BPC.
I used External 1000* and Internal JS: %external%.replace("1000","") but it is throwing Java Scription evaluation error. I've also included CONVERT_INTERNAL=NO in options.
Can you please help me with the conversion?
Later while loading Hierarchy also I want to include conversion which tells system that external data is with 1000+nodes while internal bpc members do not have 1000 prefixed. Please help me with the conversion for hierarchy load as well.
Many Thanks.