Hi experts,
I am trying to load master data from BW into BPC 10.0 (SP 21) for NW. I've read the HTG about this topic in version 7.5.
In the case of cost centers, by the infoobject 0COSTCENTER and the DM package (/CPMB/IMPORT_IOBJ_MASTER), I managed to import only the ID's of cost centers and the controlling area of them , but i could not load the description and attributes.
I used this transformation file:
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ,
(etc)
*MAPPING
ID=*IF(ID=*STR() Then *STR(DUMMY);ID)
COMPANY_CODE=0COMP_CODE
CURRENCY=0OBJ_CURR
CENTRO_BENEFICIO=0PROFIT_CTR
ERP_SOCIEDAD_CO=0CO_AREA
*CONVERSION
CECO=CECO.xls
Within the conversion file shown above, i put two java scripts in the column internal:
* - js:%external%.toString().replace(/\s+/g,"")
* - js:toUpperCase(%internal%)
In BPC side, i have the dimension CECO (cost center), which has properties such us company code, currency, profit_center (named "centro_beneficio) or controlling area. In the part of mapping, I assign the properties with the attributes of the infoobject 0COSTCENTER (0COMP_CODE, 0OBJ_CURR, 0PROFIT_CTR, 0CO_AREA).
The validation of the transformation file with the infoobject 0COSTCENTER is successful.
In the set filter of the infoobject, i filter by Controlling Area, i put the hierarchy and select "yes" to import node text. I use the lenguage "English". I check only the attributes: Company code (0COMP_CODE, Currency object (0OBJ_CURR), Profit center (0PROFIT_CTR) and Controlling Area (0CO_AREA)
When run the package to import MD (atributtes and texts), i select "Update" an "External formar" for leading zeros. The dimension target is CECO.
The status of the package is succes, but in the CECO's dimension sheet i only have the ID's of the cost center, the description and the rest of properties mapped don't appear. Nodes text doesn't appear, neither.
In BW side, I have the infoobject 0COSTCENTER, but this one is not active, it's in the version "Business Content". Is this the problem?
Any help is appreciated.
Kind regards,
Manu