cancel
Showing results for 
Search instead for 
Did you mean: 

Issue when loading a hierarchy - EPM 10 NW

Former Member
0 Kudos

Hello,

I´m getting problems loading a hierarchy from BW and I think it is because of the Conversion File. The point is the hierarchy's name contains a space:

"Z00 2012"

I´m not sure if it is generating problems in the extraction. The conversion I´m doing is as follows:

The message recieved when I process the package says that the system is not importing any data. Does anybody know how to solve it?

Thanks in advance,

Joaquín

Accepted Solutions (0)

Answers (2)

Answers (2)

raghu_ram
Active Contributor
0 Kudos

Hi Joaquin,

As you have a space in the hierarchy source data which is not supported by BPC, you can use the java script below which will remove any spaces.

js:%external%.toString().replace(/\s+/g,"")

Please check the below doc pg no. 17 for more info on the same.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c02d0b47-3e54-2d10-0eb7-d722b633b...

Regards,

Raghu

former_member186498
Active Contributor
0 Kudos

Hi Joaquín,

I'm not sure it works but you can try putting

eternal          internal

Z00*             *IF(js: %external%=ZOO 2012 then .... please see http://help.sap.com/saphelp_bpc75_nw/helpdata/en/81/94a8a5febd40268d5c59b4fc31be37/content.htm

if doesn't work try even putting "ZOO 2012" in quotes.

Kind regards

     Roberto