Hi All,
We are trying to load 0COSTCENTER hierarchy from BW to BPC10 NW. The master data including the hierarchy text nodes load successfully and appear as dimension members in BPC. However, while trying to load the hierarchy we get the following error.
Task name HIERARCHY DATA SOURCE:
Info: Hierarchy node includes text node or external characteristics
Record count: 64
Task name CONVERT:
No 1 Round:
Reject count: 0
Record count: 64
Skip count: 0
Accept count: 64
Task name HIERARCHY DATA TARGET:
Member CONTRAB0000057701 does not exist
Member CONTRAB0000057702 does not exist
Member CONTRAB0000057703 does not exist
Member CONTRAB0000057704 does not exist
The master data members loaded to BPC are without preceding zeroes and without concatenation with controlling area. For example the cost centers in BPC dimension exist as 57701, 57702 etc. However while loading hierarchy, the package is trying to find the members as CONTRAB0000057701, CONTRAB0000057702 etc. which seems to give this error. Please advise how to resolve this issue.
mapping used
*MAPPING
NODENAME=NODENAME
HIER_NAME=HIER_NAME
PARENT=PARENT
ORDER=ORDER
IOBJNM=IOBJNM
VERSION=VERSION
CONVERSION
* js:%external%.toString().replace(/\s+/g,"")
* js:%external%.split(' ').join('')
*-* js: %external%.replace(“-”, “_”)
* js:%external%.replace("00000","")
* js:%external%.toString().replace(/^0+/,"")
thanks & regards,
Abhi