Dear SDN meembers
I have problem to upload the cost center master data hierarchy text nodes to BPC.
I configured the transformation file and conversión file to remove the controlling area and add a prefix "CC" to the cost center and the hierarchy text nodes.
I folowwed the How to “How to Import MD and HIER to BPC NW 7.5 from BW”, but I have and error when I try to upload it. I have the same problem with profit center. I looked into the SDN or SAP wiki pages but nothing says how to fix it.
My product versin is SAP BPC 10 NW SP11, and the epm add in is SP 16 patch 0 .NET 4
The controlling Area is 0010 and the transformation File is:
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = TAB
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=
ROUNDAMOUNT=*MAPPING
*MAPPING
ID=*IF(ID(1:4)=*STR(0010) then *STR(CC)+ID(5:30);*STR(CC)+ID)
MONEDA=0OBJ_CURR
CEBE=*IF(0PROFIT_CTR=*STR() THEN *str();*STR(CB)+0PROFIT_CTR)
ENTIDAD=*IF(0COMP_CODE=*STR() THEN *str();*STR(E)+0COMP_CODE)
CLASE_CECO= ZCLCECO
RESPONSABLE=0RESP_PERS
*CONVERSION
ID=ULTRAMAR\BW_COSTCENTER_CONV.xls!CONVERSION
The hierarchy is DOSV
The selections is:
And the result is:
If you can see into the example it didn’t recognize the controlling area prefix 0010 and
replace it for the prefix CC, but ia what to do that:
0010AXIN for CCAXIN
0010DOSV for CCDOSV
0010GREN for CCGREN
0010TUNQ for CCTUNQ
0010UMAR for CCUMAR
0010UPRT for CCUPRT
PS: I'm tryed to do this with the conversión file, but it didn't work too.
Any help will be grate
Regards
Ariel Linetzky