cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

"All" Hierarchy in BPC

Former Member
0 Kudos
281

Hello Everybody,

I have a doubt about updating a hierarchy in SAP BPC, and I need your help.

I'm working with SAP BPC 10.1, and I need to create a hierarchy in a dimensión that is not hierarchized in BW, so I can't import it.

I remember that working with BPC 10.0, I created a hierarchy with a transformation file, making a mapping for all members to "All" in this way.

------ TRANSFORMATION FILE ------

*MAPPING

NODENAME = ID

HIER_NAME = HIER_NAME

PARENT = PARENT

ORDER = ORDER

IOBJNM = IOBJNM

VERSION = VERSION

*CONVERSION

NODENAME = CONVERSION_HIER_CECO.xls!HIER

------ CONVERSION FILE --------

EXTERNAL          INTERNAL          FORMULA

*                            All



I have tried this option in SAP BPC 10.1, but it doesn't work. Somebody knows why this method is not valid?

Since this way is not working, I have tried to make a script logic to fill the hierarchy, but I've never made a script logic. The one i've made is:

*WHEN P_DEST_MER

*IS DISTINCT (All, Dummy)

*REC (Parenth1 = All)

*ENDWHEN

It seems so simple, so I think i'm doing several things bad, Could somebody help me?

Thank you in advance

Best regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186338
Active Contributor
0 Kudos

Hi Antonio,

Please read the basics!

You can't use script logic to update master data...

Vadim

Former Member
0 Kudos

Ok Vadim,

thank you for your answer.

Former Member
0 Kudos

Hi Antonio,

Are you sure it worked in 10?

To my knowledge what you've suggested will not work at all in BPC 10.

2 options, create a hierarchy in BW, or use start routine to build a hierarchy.

Andy

Former Member
0 Kudos

Hello Andy,

how can I create or use the Start Routine?

Former Member
0 Kudos

Hi Antonio,

You need an ABAPer to code it for you.

have a look at this document.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50c39fa1-6f95-2d10-2a95-b594de8e1...

Andy

Former Member
0 Kudos

Ouch!

I have no idea of ABAP language. Thank you very much for the information, at least, now I know what to do.

And Andy, I could create an "all" hierarchy in BPC10.0, but I have to say that I had a hierarchy for this object in BW, so I could make a mapping between every BPC and BW member.

Thank you very much,

Grettings